details:   https://code.openbravo.com/erp/devel/pi/rev/9ae759d03174
changeset: 16499:9ae759d03174
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Sat May 12 16:00:55 2012 +0200
summary:   Related to issue 18291: Improved combo background-color while 
scrolling

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r f8752c98c5d9 -r 9ae759d03174 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
  Fri May 11 18:47:35 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
  Sat May 12 16:00:55 2012 +0200
@@ -372,16 +372,16 @@
 .OBPickListBodyFocused {
   border:1px solid #CDD7BB;
   outline: none; 
-  background-color:#FFFFFF;
+  background-color: #F5F7F1;
 }
 
-// workaround for this issue:
-// https://issues.openbravo.com/view.php?id=18501
+/* workaround for this issue:
+   https://issues.openbravo.com/view.php?id=18501 */
 .pickListMenuBody,
 .pickListMenuBodyFocused {
   border:1px solid #CDD7BB;
   outline: none; 
-  background-color:#FFFFFF;
+  background-color: #F5F7F1;
 }
 
 .OBFormFieldPickListCell,

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to