[gnome-themes-standard] floating-bar: don't make these yellow



commit 4f86d725c24464e06b42686a868cd43a8464f8c1
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Wed Mar 7 11:38:04 2012 -0500

    floating-bar: don't make these yellow

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   34 +++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6a80bde..2717844 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -127,17 +127,45 @@ GtkWindow:backdrop {
 }
 
 .floating-bar {
-    background-color: @info_bg_color;
-    border-color: darker(@info_bg_color);
+    background-image: linear-gradient(to bottom, @theme_base_color 20%, shade(@theme_base_color, 0.9));
+    background-color: @theme_base_color;
+    border-color: @borders;
 
-    border-radius: 0;
+    border-radius: 3px;
     border-width: 1px;
     border-style: solid;
+    box-shadow: 1 1 inset white, -1 -1 inset white;
+}
+
+.floating-bar.top {
+    border-top-width: 0;
+    border-top-right-radius: 0;
+    border-top-left-radius: 0;
+}
+
+.floating-bar.right {
+    border-right-width: 0;
+    border-top-right-radius: 0;
+    border-bottom-right-radius: 0;
+}
+
+.floating-bar.bottom {
+    border-bottom-width: 0;
+    border-bottom-right-radius: 0;
+    border-bottom-left-radius: 0;
+}
+
+.floating-bar.left {
+    border-left-width: 0;
+    border-top-left-radius: 0;
+    border-bottom-left-radius: 0;
 }
 
 .floating-bar:backdrop {
     background-color: @theme_unfocused_base_color;
     border-color: shade(@theme_unfocused_base_color, 0.9);
+    background-image: none;
+    box-shadow: none;
 }
 
 .floating-bar .button {



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