diff options
author | thomascube <thomas@roundcube.net> | 2011-08-28 22:56:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-08-28 22:56:45 +0000 |
commit | 33ee817dcf7a6e5f83f2ee20d5a9450553ab58b9 (patch) | |
tree | 88a927b65df970f80812ecf24e858346d3f8a3b6 /skins/default/common.css | |
parent | 13d45dfbda1c3e262635159f9d0b22ccfa51fb91 (diff) |
Define style for disabled form buttons
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 55d537cc4..f5b1d3de9 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -98,6 +98,13 @@ input.button:hover color: black; } +input.button[disabled], +input.button[disabled]:hover +{ + color: #aaa; + border-color: #ccc; +} + input.mainaction { font-weight: bold; |