[gnome-themes-standard] Update gedit search slider css



commit 14ae2c771dd175a45cf8a9de72355c0f8ea16914
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Feb 19 21:59:17 2013 +0100

    Update gedit search slider css
    
    The implementation changed, update the css to obtain the same result

 themes/Adwaita/gtk-3.0/gnome-applications.css |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 709feef..25c0c4a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -194,12 +194,6 @@ GeditWindow .notebook tab {
     border-width: 0;
 }
 
-GeditFloatingSlider .not-found {
-    color: @error_fg_color;
-    background-image: none;
-    background-color: @error_bg_color;
-}
-
 GeditStatusComboBox .button {
     text-shadow: none;
 }
@@ -228,6 +222,21 @@ GeditStatusComboBox .button:backdrop:hover {
     border-color: @unfocused_borders;
 }
 
+GeditViewFrame .gedit-search-slider {
+    background-color: @theme_base_color;
+    padding: 6px;
+    border-color: shade (@notebook_tab_gradient_b, 0.80);
+    border-radius: 0 0 3px 3px;
+    border-width: 0 1px 1px 1px;
+    border-style: solid;
+}
+
+GeditViewFrame .gedit-search-slider .not-found {
+    color: @error_fg_color;
+    background-image: none;
+    background-color: @error_bg_color;
+}
+
 /* gnome-documents */
 .documents-dropdown,
 .documents-dropdown .view {


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