[gnome-themes-standard] infobars: remove custom Nautilus infobar theming



commit ff085548ec6043ec2055030d3309f6a75854c4c5
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 21 13:08:05 2012 -0400

    infobars: remove custom Nautilus infobar theming
    
    This is not needed anymore with Nautilus master, and the style we apply
    for borders for children of the bar can be made generic.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   22 ----------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   22 ++++++++++++++--------
 2 files changed, 14 insertions(+), 30 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 8333363..948bc41 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -71,28 +71,6 @@ TerminalWindow GtkNotebook.notebook {
     text-shadow: none;
 }
 
-NautilusTrashBar.info,
-NautilusXContentBar.info,
-NautilusSearchBar.info,
-NautilusQueryEditor.info {
-    background-color: @nautilus_cluebar_color;
-    color: @theme_base_color;
-
-    border-color: shade(@nautilus_cluebar_color, 0.85);
-}
-
-.nautilus-cluebar-label {
-    font: bold;
-    color: @theme_base_color;
-    text-shadow: 0 1px alpha(black, 0.15);
-}
-
-.nautilus-cluebar-label:backdrop {
-    font: bold;
-    color: @theme_unfocused_fg_color;
-    text-shadow: none;
-}
-
 NautilusLocationEntry.entry {
     padding-left: 4px;
     padding-right: 4px;
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index b6efd37..feafb5d 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2511,13 +2511,6 @@ GtkInfoBar .button:active:focus,
 .warning .button:active,
 .warning .button:focus,
 .warning .button:active:focus,
-.question .entry,
-.question .entry:focus,
-.question .button,
-.question .button:insensitive,
-.question .button:active,
-.question .button:focus,
-.question .button:active:focus,
 .error .entry,
 .error .entry:focus,
 .error .button,
@@ -2532,6 +2525,20 @@ GtkInfoBar .button:active:focus,
     border-width: 1px;
 }
 
+.question .entry,
+.question .entry:focus,
+.question .button,
+.question .button:insensitive,
+.question .button:active,
+.question .button:focus,
+.question .button:active:focus {
+    border-image: none;
+
+    border-color: darker(@question_bg_color);
+    border-style: solid;
+    border-width: 1px;
+}
+
 GtkInfoBar .entry:backdrop,
 GtkInfoBar .button:backdrop,
 GtkInfoBar .button:insensitive:backdrop,
@@ -2559,7 +2566,6 @@ GtkInfoBar .button:active:backdrop,
     border-width: 1px;
 }
 
-
 .info {
     text-shadow: 0 1px @info_text_shadow;
 }



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