changeset 668:cbb3662818c8 frontends_multi_profiles

browser_side (CSS): show differences between enabled and disabled buttons
author souliane <souliane@mailoo.org>
date Sat, 07 Mar 2015 13:28:11 +0100
parents 166f3b624816
children a8fddccf5b84
files src/browser/public/libervia.css
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Fri Mar 06 14:29:37 2015 +0100
+++ b/src/browser/public/libervia.css	Sat Mar 07 13:28:11 2015 +0100
@@ -348,7 +348,6 @@
     text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
     padding: 3px 5px 3px 5px;
     margin: 10px 5px 10px 5px;
-    color: #fff;
     font-weight: bold;
     font-size: 1em;
     border: none; 
@@ -356,7 +355,12 @@
     transition: color 0.2s linear;
 }
 
-.gwt-DialogBox .gwt-button:hover {
+.gwt-DialogBox .gwt-button:enabled {
+    cursor: pointer;
+    color: #fff;
+}
+
+.gwt-DialogBox .gwt-button:enabled:hover {
     background-color: #cf2828;
     background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a));
     background: -webkit-linear-gradient(top, #cf2828, #981a1a);