aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-05 16:25:08 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-05 16:25:08 +0000
commit554224e9e1d6de404a98b0021ba439e17ffa8826 (patch)
tree35353c8f442f27e4e964b14a78a32ef76aa1eb62 /phpBB/adm
parent2a87d43850f4c0064eb7794598ccadc883bc8f5f (diff)
downloadforums-554224e9e1d6de404a98b0021ba439e17ffa8826.tar
forums-554224e9e1d6de404a98b0021ba439e17ffa8826.tar.gz
forums-554224e9e1d6de404a98b0021ba439e17ffa8826.tar.bz2
forums-554224e9e1d6de404a98b0021ba439e17ffa8826.tar.xz
forums-554224e9e1d6de404a98b0021ba439e17ffa8826.zip
Backing out previous change, trying to stick to the design as subBlue originally envisaged. :D
git-svn-id: file:///svn/phpbb/trunk@7284 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/admin.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 3363d13d48..3eb8c68d99 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -677,8 +677,7 @@ input, textarea {
border-top: 1px solid #AFAEAA;
border-right: 1px solid #D5D5C8;
border-bottom: 1px solid #D5D5C8;
-/* background-color: #E3DFD8;*/
- background-color: #F9F9F9;
+ background-color: #E3DFD8;
}
.rtl input, .rtl textarea {
@@ -693,8 +692,7 @@ input:hover, textarea:hover {
border-top: 1px solid #AFAEAA;
border-right: 1px solid #AFAEAA;
border-bottom: 1px solid #AFAEAA;
-/* background-color: #E9E9E2; */
- background-color: #DCEBFE;
+ background-color: #E9E9E2;
}
input.langvalue, textarea.langvalue {
@@ -947,8 +945,7 @@ fieldset dl dd label:hover {
input:focus, textarea:focus {
border: 1px solid #BC2A4D;
-/* background-color: #E9E9E2;*/
- background-color: #F9F9F9;
+ background-color: #E9E9E2;
color: #BC2A4D;
}