From 33ee817dcf7a6e5f83f2ee20d5a9450553ab58b9 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 28 Aug 2011 18:56:45 -0400 Subject: [PATCH] Define style for disabled form buttons --- 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 55d537c..f5b1d3d 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -98,6 +98,13 @@ color: black; } +input.button[disabled], +input.button[disabled]:hover +{ + color: #aaa; + border-color: #ccc; +} + input.mainaction { font-weight: bold; -- Gitblit v1.9.1