diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-02 14:56:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-02 14:56:04 +0000 |
commit | 9850d7756ac0a140077264b8a152ff15495aa229 (patch) | |
tree | 39cae7b8eaa807d67e21cd32e74de20b6bd972fd /phpBB/adm | |
parent | 2692fbf74e0699743003159bff2bd5973d71c34b (diff) | |
download | forums-9850d7756ac0a140077264b8a152ff15495aa229.tar forums-9850d7756ac0a140077264b8a152ff15495aa229.tar.gz forums-9850d7756ac0a140077264b8a152ff15495aa229.tar.bz2 forums-9850d7756ac0a140077264b8a152ff15495aa229.tar.xz forums-9850d7756ac0a140077264b8a152ff15495aa229.zip |
test different colour for these fields?
git-svn-id: file:///svn/phpbb/trunk@7265 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f4a99348b5..3363d13d48 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -677,7 +677,8 @@ input, textarea { border-top: 1px solid #AFAEAA; border-right: 1px solid #D5D5C8; border-bottom: 1px solid #D5D5C8; - background-color: #E3DFD8; +/* background-color: #E3DFD8;*/ + background-color: #F9F9F9; } .rtl input, .rtl textarea { @@ -692,7 +693,8 @@ input:hover, textarea:hover { border-top: 1px solid #AFAEAA; border-right: 1px solid #AFAEAA; border-bottom: 1px solid #AFAEAA; - background-color: #E9E9E2; +/* background-color: #E9E9E2; */ + background-color: #DCEBFE; } input.langvalue, textarea.langvalue { @@ -945,7 +947,8 @@ fieldset dl dd label:hover { input:focus, textarea:focus { border: 1px solid #BC2A4D; - background-color: #E9E9E2; +/* background-color: #E9E9E2;*/ + background-color: #F9F9F9; color: #BC2A4D; } |