Author: buscob
Date: Sun Oct 24 17:20:42 2010
New Revision: 1026838
URL:
http://svn.apache.org/viewvc?rev=1026838&view=revLog:
Added style for delete buttons
Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1026838&r1=1026837&r2=1026838&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Oct 24 17:20:42 2010
@@ -1442,6 +1442,15 @@ padding:6px 10px 6px 30px;
background: url(../images/ptrn_hot_create.gif) no-repeat;
}
+.button-bar ul a.delete,.button-bar a.delete {
+background: url(../images/ptrn_delete.jpg) no-repeat;
+padding:6px 10px 6px 30px;
+}
+
+.button-bar ul a.delete:hover,.button-bar a.delete:hover {
+background: url(../images/ptrn_hot_delete.jpg) no-repeat;
+}
+
.button-bar ul a.refresh,.button-bar a.refresh {
background: url(../images/ptrn_refresh.png) no-repeat;
padding:6px 10px 6px 30px;