[gnome-panel] theme: remove common.css



commit e6b9ac3c0eda48d19d1ecef452f9a5bf95b99c12
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Dec 28 07:35:05 2015 +0200

    theme: remove common.css

 data/theme/Adwaita/gnome-panel-dark.css |    9 ++++++++-
 data/theme/Adwaita/gnome-panel.css      |    9 ++++++++-
 data/theme/HighContrast/gnome-panel.css |    9 ++++++++-
 data/theme/Makefile.am                  |    4 ----
 data/theme/common.css                   |   11 -----------
 gnome-panel/panel.gresource.xml         |    1 -
 6 files changed, 24 insertions(+), 19 deletions(-)
---
diff --git a/data/theme/Adwaita/gnome-panel-dark.css b/data/theme/Adwaita/gnome-panel-dark.css
index 4c3a742..018c8fb 100644
--- a/data/theme/Adwaita/gnome-panel-dark.css
+++ b/data/theme/Adwaita/gnome-panel-dark.css
@@ -1,13 +1,20 @@
 @import url("resource:///org/gnome/panel/Adwaita.css");
- import url("resource:///org/gnome/gnome-panel/theme/common.css");
 
 gp-arrow-button {
+  min-width: 20px;
+  min-height: 0px;
+
   border: 1px solid #1c1f1f;
   border-radius: 3px;
   background-image: linear-gradient(to bottom, #343a3a, #2f3434 60%, #2a2f2f);
   margin: 2px;
 }
 
+.vertical gp-arrow-button {
+  min-width: 0px;
+  min-height: 20px;
+}
+
 gp-arrow-button:hover {
   background-image: linear-gradient(to bottom, #3b4242, #343a3a 60%, #2f3434);
 }
diff --git a/data/theme/Adwaita/gnome-panel.css b/data/theme/Adwaita/gnome-panel.css
index c2adc13..5b465a0 100644
--- a/data/theme/Adwaita/gnome-panel.css
+++ b/data/theme/Adwaita/gnome-panel.css
@@ -1,13 +1,20 @@
 @import url("resource:///org/gnome/panel/Adwaita.css");
- import url("resource:///org/gnome/gnome-panel/theme/common.css");
 
 gp-arrow-button {
+  min-width: 20px;
+  min-height: 0px;
+
   border: 1px solid #9d9d99;
   border-radius: 3px;
   background-image: linear-gradient(to bottom, #e8e8e7, #dededd 60%, #cfcfcd);
   margin: 2px;
 }
 
+.vertical gp-arrow-button {
+  min-width: 0px;
+  min-height: 20px;
+}
+
 gp-arrow-button:hover {
   background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e7 60%, #dededd);
 }
diff --git a/data/theme/HighContrast/gnome-panel.css b/data/theme/HighContrast/gnome-panel.css
index ed8e084..be097e1 100644
--- a/data/theme/HighContrast/gnome-panel.css
+++ b/data/theme/HighContrast/gnome-panel.css
@@ -1,13 +1,20 @@
 @import url("resource:///org/gnome/panel/HighContrast.css");
- import url("resource:///org/gnome/gnome-panel/theme/common.css");
 
 gp-arrow-button {
+  min-width: 20px;
+  min-height: 0px;
+
   border: 2px solid #7f7f7f;
   border-radius: 3px;
   background-color: #ffffff;
   margin: 2px;
 }
 
+.vertical gp-arrow-button {
+  min-width: 0px;
+  min-height: 20px;
+}
+
 gp-arrow-button:hover {
   background-color: #ffffff;
 }
diff --git a/data/theme/Makefile.am b/data/theme/Makefile.am
index e2e06b0..9765ab1 100644
--- a/data/theme/Makefile.am
+++ b/data/theme/Makefile.am
@@ -5,8 +5,4 @@ SUBDIRS = \
        HighContrast \
        $(NULL)
 
-EXTRA_DIST = \
-       common.css \
-       $(NULL)
-
 -include $(top_srcdir)/git.mk
diff --git a/gnome-panel/panel.gresource.xml b/gnome-panel/panel.gresource.xml
index 58dceb0..007ba64 100644
--- a/gnome-panel/panel.gresource.xml
+++ b/gnome-panel/panel.gresource.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/gnome-panel/theme">
-    <file alias="common.css">../data/theme/common.css</file>
     <file alias="Adwaita/gnome-panel.css">../data/theme/Adwaita/gnome-panel.css</file>
     <file alias="Adwaita/gnome-panel-dark.css">../data/theme/Adwaita/gnome-panel-dark.css</file>
     <file alias="HighContrast/gnome-panel.css">../data/theme/HighContrast/gnome-panel.css</file>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]