[gnome-themes-standard] Miscellaneous fixes.



commit 1d65bcdc662acddd7ddb25839f91ec8888c94e18
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Nov 30 03:29:29 2010 +0100

    Miscellaneous fixes.

 themes/Adwaita/gtk-3.0/gtk.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index fe6b0ae..14b7190 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -97,6 +97,7 @@
 
 *:hover {
     background-color: shade (@bg_color, 1.02);
+    color: @fg_color;
 }
 
 *:selected {
@@ -116,6 +117,7 @@
 .entry {
     padding: 2;
     background-color: @base_color;
+    color: @text_color;
 }
 
 .entry:selected {
@@ -280,7 +282,7 @@ GtkRadioButton:selected {
 
 .progressbar {
     padding: 0;
-    radius: 3;
+    border-radius: 3;
 }
 
 column-header {
@@ -307,6 +309,8 @@ column-header {
 				     color-stop (0.98, shade (@bg_color, 1.2)),
 				     to (shade (@bg_color, 1.2)));
     border-radius: 0;
+    border-style: none;
+    padding: 4;
 }
 
 GtkToolbar .button {



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