diff options
author | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
commit | ed132eddea4a5a21f6f0c1454efa14c5ebe79520 (patch) | |
tree | ddca59a3305bc72f414a9b9a3ba5794126822e0b /skins/default/common.css | |
parent | 82bac871fa626e82a593f7ab5a4ca3509261049f (diff) |
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 22c65420f..c9a641fa7 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -76,7 +76,8 @@ input, textarea } input[type="checkbox"], -input[type="radio"] +input[type="radio"], +input[type="file"] { border: 0; padding: 0; @@ -99,6 +100,12 @@ input.button:hover color: black; } +input.mainaction +{ + font-weight: bold; + border: 1px solid #999; +} + img { behavior: url('skins/default/pngbehavior.htc'); |