[gnome-themes-standard] typo in GtkLabel, but still not doing what one would expect.



commit 273a5097a9e39838c1335eab8db8f884ea00a563
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Dec 14 20:11:59 2010 +0100

    typo in GtkLabel, but still not doing what one would expect.

 themes/Adwaita/gtk-3.0/gtk.css |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index fd9da42..041c2d6 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -157,16 +157,12 @@ GtkScale {
     border-style: none;
     border-width: 0;
   }
-    .frame .header { /* not at all working */
-      color: red;
-    }  
 
-/* ??? 
-    .frame GtlLabel.header {
+    .frame GtkLabel.header {
         color: lighter (@fg_color);
         font-weight: bold;
     }
-*/
+
   .cell {
       background-color: @base_color;
       color: @text_color;



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