[gnome-themes-standard] Add style for search-bar class



commit 90ce82bd45bcbc51aa012d2046d98199b8d37bb6
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Oct 9 19:24:02 2013 -0400

    Add style for search-bar class

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 3cd36bc..f3d182b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2554,6 +2554,32 @@ GtkCheckButton:selected:focus {
     font: 9;
 }
 
+/***************
+ * Search bars *
+ ***************/
+
+.search-bar {
+    border-width: 0 0 1px;
+    border-style: solid;
+    border-color: shade(@borders, 0.90);
+
+    background-color: shade(@theme_bg_color, 0.98);
+}
+
+.search-bar:backdrop {
+    border-image: linear-gradient(to top,
+                                  @unfocused_borders,
+                                  @unfocused_borders 1px,
+                                  @theme_unfocused_bg_color 1px) 0 0 2;
+    box-shadow: none;
+
+    background-color: @theme_unfocused_bg_color;
+}
+
+.search-bar .button.close-button {
+    padding: 5px 4px 5px 5px;
+}
+
 /********************
  * Primary Toolbars *
  ********************/


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