You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ri...@apache.org on 2018/04/28 13:31:24 UTC

svn commit: r1830451 - /ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css

Author: rishi
Date: Sat Apr 28 13:31:24 2018
New Revision: 1830451

URL: http://svn.apache.org/viewvc?rev=1830451&view=rev
Log:
Improved: UI Label Issue on WebPos screen. Removed unnecessary class that was causing text in white colour.
(OFBIZ-10312)
Thanks Archana Asthana for reporting the issue and Pawan Verma for providing fix.

Modified:
    ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css

Modified: ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css?rev=1830451&r1=1830450&r2=1830451&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css (original)
+++ ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css Sat Apr 28 13:31:24 2018
@@ -260,12 +260,6 @@ input[type="text"]:focus, input[type="pa
     overflow: auto; 
     height: 110px;
 }
-#billingAddressSelected  {
-    color: white;
-}
-#shippingAddressSelected {
-    color: white;
-}
 .selectedAddress {
     border: 1px solid #0099CC;
     background-color: #fece2f;