[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/blazer
From:       Ian Reinhart Geiser <geiseri () kde ! org>
Date:       2009-02-10 13:40:58
Message-ID: 1234273258.041719.6968.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 924275 by geiseri:

more tweaks to the color style

 M  +9 -6      colorstyle.css  


--- trunk/playground/base/blazer/colorstyle.css #924274:924275
@@ -7,16 +7,20 @@
     border-width: 2px;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
-    background-color: palette(shadow);
-    color: palette(shadow);
+    background-color: palette(dark);
+    color: palette(dark);
+    margin-left: 4px;
+    margin-right: 4px;
+    
 }
 
 #Clock {
-    color: palette(buttontext);
+    color: palette(shadow);
+    font-weight: bold;
 }
 
 #TopPanel { 
-    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 \
palette(dark), stop: 1 palette(midlight) ); +    background-color: \
qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 palette(dark), stop: 0.5 \
palette(midlight), stop: 1 palette(shadow) );  color: panel(bright);
     border: none;
     border-bottom-width: 1px;
@@ -25,7 +29,7 @@
 }
 
 #BottomPanel {
-    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 \
palette(midlight), stop: 1 palette(dark)); +    background-color: qlineargradient(x1: \
0, y1: 0, x2: 0, y2: 1, stop: 0 palette(dark), stop: 0.5 palette(midlight), stop: 1 \
palette(shadow) );  color: palette(bright);
     border: none;
     border-top-width: 1px;
@@ -34,7 +38,6 @@
 }
 
 #LauncherButton, #MediaButton {
-     border-bottom-left-radius: 9px;
      border-bottom-right-radius: 9px;
      border: 1px solid palette(shadow);
      background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 \
palette(highlight), stop: 1 palette(light) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic