Author: buscob
Date: Sun Nov 8 08:23:51 2009
New Revision: 833847
URL:
http://svn.apache.org/viewvc?rev=833847&view=revLog:
Bluelight theme improved:
Replaced icons for screenlet and header collapse/expand
Modified:
ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=833847&r1=833846&r2=833847&view=diff==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sun Nov 8 08:23:51 2009
@@ -1025,11 +1025,11 @@
}
ul#preferences-menu li.expanded {
-background: url(/bluelight/images/bullet_toggle_minus.png) no-repeat right;
+background: url(/bluelight/images/bullet_arrow_up.png) no-repeat right;
}
ul#preferences-menu li.collapsed {
-background: url(/bluelight/images/bullet_toggle_plus.png) no-repeat right;
+background: url(/bluelight/images/bullet_arrow_down.png) no-repeat right;
}
ul#preferences-menu li.collapsed a,
@@ -1251,13 +1251,13 @@
.screenlet-title-bar ul .collapsed,
.screenlet-title-bar ul .collapsed:hover {
-background: url(/bluelight/images/bullet_toggle_plus.png) no-repeat right;
+background: url(/bluelight/images/bullet_arrow_down.png) no-repeat right;
width:16px;
}
.screenlet-title-bar ul .expanded,
.screenlet-title-bar ul .expanded:hover {
-background: url(/bluelight/images/bullet_toggle_minus.png) no-repeat right;
+background: url(/bluelight/images/bullet_arrow_up.png) no-repeat right;
width:16px;
}