From ed132eddea4a5a21f6f0c1454efa14c5ebe79520 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 02 Sep 2008 13:22:00 -0400 Subject: [PATCH] New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation --- 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 22c6542..c9a641f 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -76,7 +76,8 @@ } input[type="checkbox"], -input[type="radio"] +input[type="radio"], +input[type="file"] { border: 0; padding: 0; @@ -99,6 +100,12 @@ color: black; } +input.mainaction +{ + font-weight: bold; + border: 1px solid #999; +} + img { behavior: url('skins/default/pngbehavior.htc'); -- Gitblit v1.9.1