details:   https://code.openbravo.com/erp/devel/pi/rev/ea677b8b74b5
changeset: 16589:ea677b8b74b5
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Mon May 21 15:57:29 2012 +0200
summary:   Related to issue 20425: Proper selected cell background color
in classic windows using SmartClient grid

diffstat:

 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
 |  22 ++++-----
 1 files changed, 10 insertions(+), 12 deletions(-)

diffs (41 lines):

diff -r 67264ae4caee -r ea677b8b74b5 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
--- 
a/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
  Fri May 18 12:46:25 2012 +0200
+++ 
b/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
  Mon May 21 15:57:29 2012 +0200
@@ -1713,27 +1713,25 @@
 }
 
 .ob_cell {
-    background: none !important;
-    background-color: #FFFFFF !important;
+  background: none !important;
+  background-color: #FFFFFF !important;
 }
 .ob_cellDark {
-    background: none !important;
-    background-color: #F5F5F5 !important;
+  background: none !important;
+  background-color: #F5F5F5 !important;
 }
 .ob_cellOver,
 .ob_cellOverDark {
-    background: none !important;
-    background-color: #E1E1E1 !important;
+  background: none !important;
+  background-color: #E1E1E1 !important;
 }
+
 .ob_cellSelected,
-.ob_cellSelectedDark {
-    background: none !important;
-    background-color: #FFBA6E !important;
-}
+.ob_cellSelectedDark,
 .ob_cellSelectedOver,
 .ob_cellSelectedOverDark {
-    background: none !important;
-    background-color: #E1E1E1 !important;
+  background: none !important;
+  background-color: #ffe1c0 !important;
 }
 
 .ob_headerbutton,

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to