details:   /erp/devel/pi/rev/9de3033e127a
changeset: 13088:9de3033e127a
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Sat Jul 02 22:01:33 2011 +0200
summary:   Related to issue 17836: Improved styles

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
 |  19 ++++++---
 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.js
  |   2 +-
 2 files changed, 14 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 80b1184c006e -r 9de3033e127a 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
  Sat Jul 02 18:33:02 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
  Sat Jul 02 22:01:33 2011 +0200
@@ -176,8 +176,8 @@
   border-top: 1px solid #b2b5b0;
 }
 
-.OBGridFilterStaticTextClickable
-.OBGridFilterStaticText {
+.OBGridFilterStaticText,
+.OBGridFilterStaticTextLink {
   font-family: 'lucida sans', sans-serif;
   font-size: 11px;
   font-weight: normal;
@@ -185,9 +185,16 @@
   padding: 2px 0px 0px 0px;
 }
 
-.OBGridFilterStaticTextClickable {
-    background-color: #ffe1c0;
-    cursor: pointer;
+.OBGridFilterStaticTextLink:hover {
+  background-color: #e1e1e1;
+  text-decoration: underline;
+  cursor: pointer;
+}
+
+.OBGridFilterStaticTextLink:active {
+  background-color: #ffe1c0;
+  text-decoration: underline;
+  cursor: pointer;
 }
 
 .OBGridFilterFunnelBackground {
@@ -199,7 +206,7 @@
 .OBGridFilterFunnelIconFocused,
 .OBGridFilterFunnelIcon {
   background-color: #CDD7BB;
-  cursor: 'pointer';
+  cursor: pointer;
 }
 
 .OBGridHeaderCellTitle,
diff -r 80b1184c006e -r 9de3033e127a 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.js
   Sat Jul 02 18:33:02 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.js
   Sat Jul 02 22:01:33 2011 +0200
@@ -185,7 +185,7 @@
   filterEditorProperties: {
     textBoxStyle: 'OBGridFilterStaticText',
     nonClickableTextBoxStyle: 'OBGridFilterStaticText',
-    clickableTextBoxStyle: 'OBGridFilterStaticTextClickable',
+    clickableTextBoxStyle: 'OBGridFilterStaticTextLink',
     textAlign: 'center'
   }
 });

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to