diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-28 22:56:45 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-28 22:56:45 +0000 |
| commit | 4630f398bf180b71df01b914fd78e65925576f81 (patch) | |
| tree | cbfe5e383696e0c62676c11df0d6ff27ecfb5318 | |
| parent | 1e53ed217d77e291fed7bc771e7ab43fd8c5c9e2 (diff) | |
Define style for disabled form buttons
git-svn-id: https://svn.roundcube.net/trunk@5140 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 55d537cc4..f5b1d3de9 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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; |
