From 4cce6105c27a42ce083bc96fe84e3260b4c87707 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 9 Oct 2007 15:42:39 +0000 Subject: Let's be not quite that ambigious. git-svn-id: file:///svn/phpbb/trunk@8158 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/theme/forms.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 1f48d02dae..570c0ece35 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -355,6 +355,11 @@ a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, inpu color: #BCBCBC; } +input.disabled { + font-weight: normal; + color: #666666; +} + /* Topic and forum Search */ .search-box { margin-top: 3px; -- cgit v1.2.1