[gedit/gnome-3-18] Include some extra css rules in gedit-style



commit 6300ef114e099c1615caeeac8daa129ff7299d93
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Tue Nov 24 12:24:08 2015 +0100

    Include some extra css rules in gedit-style
    
    Those rules are not specific to Adwaita and useful in other themes as well
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758585

 gedit/resources/css/gedit-style.css   |   15 +++++++++++++++
 gedit/resources/css/gedit.adwaita.css |   13 -------------
 2 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/gedit/resources/css/gedit-style.css b/gedit/resources/css/gedit-style.css
index 87b5e13..2223e86 100644
--- a/gedit/resources/css/gedit-style.css
+++ b/gedit/resources/css/gedit-style.css
@@ -43,3 +43,18 @@
 .gedit-map-frame:dir(rtl) {
     border-width: 0 1px 0 0;
 }
+
+.open-document-selector-treeview {
+    padding: 3px 6px 3px 6px;
+}
+
+GeditStatusbar .frame {
+    border: none;
+    padding-left: 6px;
+    padding-right: 6px;
+}
+
+GeditFileBrowserWidget .small-button {
+  padding: 2px 4px;
+}
+
diff --git a/gedit/resources/css/gedit.adwaita.css b/gedit/resources/css/gedit.adwaita.css
index ee08189..d2262ad 100644
--- a/gedit/resources/css/gedit.adwaita.css
+++ b/gedit/resources/css/gedit.adwaita.css
@@ -7,10 +7,6 @@ GeditWindow .pane-separator:hover {
     color: @borders;
 }
 
-.open-document-selector-treeview {
-    padding: 3px 6px 3px 6px;
-}
-
 .open-document-selector-treeview:prelight {
     background-color: alpha(@theme_fg_color, 0.05);
 }
@@ -119,12 +115,6 @@ GeditStatusbar .button.flat {
     border-bottom: none;
 }
 
-GeditStatusbar .frame {
-    border: none;
-    padding-left: 6px;
-    padding-right: 6px;
-}
-
 GeditViewFrame .gedit-search-slider {
     background-color: @theme_base_color;
     padding: 6px;
@@ -141,6 +131,3 @@ GeditViewFrame .gedit-search-slider {
     padding: 2px;
 }
 
-GeditFileBrowserWidget .small-button {
-  padding: 2px 4px;
-}


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