summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-10-09 19:24:02 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-10-10 16:07:46 -0400
commit90ce82bd45bcbc51aa012d2046d98199b8d37bb6 (patch)
treeaa0306fb6e705a75783ae6efad78f8ede10fb6d0
parent6089721b96dcbc7274b3b345ee5f06bf27a664df (diff)
downloadgnome-themes-standard-90ce82bd45bcbc51aa012d2046d98199b8d37bb6.tar.gz
Add style for search-bar class
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css26
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 3cd36bcc..f3d182b2 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 *
********************/