[qo-modules-dev] [51] fix taskBar Background and systemTray background. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qo-modules-dev Archives
]
Revision: 51
Author: ytorres
Date: 2008-12-06 11:05:10 +0100 (Sat, 06 Dec 2008)
Log Message:
-----------
fix taskBar Background and systemTray background. We can now use initStyle() method
Modified Paths:
--------------
mickael/trunk/ext/v3.0.0-a1/learn/desktop/resources/themes/xtheme-vistaglass/css/xtheme-vistaglass.css
Modified: mickael/trunk/ext/v3.0.0-a1/learn/desktop/resources/themes/xtheme-vistaglass/css/xtheme-vistaglass.css
===================================================================
--- mickael/trunk/ext/v3.0.0-a1/learn/desktop/resources/themes/xtheme-vistaglass/css/xtheme-vistaglass.css 2008-12-06 09:48:04 UTC (rev 50)
+++ mickael/trunk/ext/v3.0.0-a1/learn/desktop/resources/themes/xtheme-vistaglass/css/xtheme-vistaglass.css 2008-12-06 10:05:10 UTC (rev 51)
@@ -217,9 +217,17 @@
#ux-quickstart-panel {
background:transparent url(../images/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
}
+#ux-systemtray-panel {
+ background:transparent url(../images/taskbar/taskbar-start-panel-bg.gif) repeat-x left top;
+}
+
+
#ux-taskbuttons-panel {
background:transparent url(../images/taskbar/taskbuttons-panel-bg.gif) repeat-x left top;
}
+
+
+
#ux-taskbar .x-splitbar-h {
background:transparent url(../images/taskbar/taskbar-split-h.gif) no-repeat 0 0;
width:14px;
@@ -243,9 +251,11 @@
/* Begin: toolbar */
+/*
.x-toolbar {
background:#ececec url(../images/toolbar/gray-bg.gif) repeat-x !important;
}
+*/
.x-window-bbar .x-toolbar {
border:1px solid #222;
border-top:1px solid #a0a0a0 !important;