[gnome-themes-standard] Widget theme: some more unfocused window fighting.



commit e4ca58003ae97e78f721d9646db19da77d02322d
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Wed Dec 7 19:07:55 2011 +0100

    Widget theme: some more unfocused window fighting.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css b/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
index 7f4c5ff..ad76bf7 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
@@ -174,7 +174,12 @@ column-header:last-child .button:active:hover {
 GtkComboBox.combobox-entry .entry:window-unfocused,
 GtkComboBox.combobox-entry .button:window-unfocused, /* not working */
 GtkComboBox *:window-unfocused, /* not working */
-.entry:window-unfocused {
+.entry:window-unfocused,
+GtkSwitch.trough:window-unfocused,
+.trough:window-unfocused, /* not working */
+.trough row:window-unfocused, /* not working */
+GtkProgressBar:window-unfocused, /* not working */
+.progressbar:window-unfocused /* not working */ {
     border-image: url("borders/generic-border-unfocused.svg") 3 3 4 3 / 3 3 4 3 stretch;
     border-radius: 3;
     border-width: 1 1 2 1;



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