From d4287e2ad82770d8903dc1eb6cb906bb690de63a Mon Sep 17 00:00:00 2001 From: nikrou Date: Sat, 27 Feb 2010 20:00:00 +0000 Subject: Feature 1460 : Customize form installation depending on database engine - sqlite is proposed by default if severals database engine are available (cf conf) - sqlite is proposed before pdo-sqlite - remove host, user and password for sqlite git-svn-id: http://piwigo.org/svn/trunk@4985 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/template/goto/theme/roma/theme.css') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 0116283b0..85356582a 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -2,6 +2,7 @@ body, h3, dt, h2, .throw, .content, label, input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; } INPUT, select, textarea { color:#999; background-color: #444; } +option[disabled] { background-color: #999; color: #444; } input[type="radio"], input[type="checkbox"] { background-color: transparent; } /* INPUT[type="checkbox"], INPUT[type="radio"] { color:#999; background-color: #eee; } */ -- cgit v1.2.3