From 48ac9b2adc7a4e37dd934a5c45e6ffb112dff299 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 2 Sep 2008 17:22:00 +0000 Subject: New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/common.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'roundcubemail/skins/default/common.css') diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 22c65420f..c9a641fa7 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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'); -- cgit v1.2.3