diff options
author | nikrou <nikrou@piwigo.org> | 2010-02-27 20:00:00 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-02-27 20:00:00 +0000 |
commit | d4287e2ad82770d8903dc1eb6cb906bb690de63a (patch) | |
tree | 614d7d8e12c9cbf94ba09682e09206aef370dd82 /admin/template/goto/theme | |
parent | 4986d620e35d0ddecfb88c444cc220d379a48cda (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } */ |