Minor change to seperator colour

git-svn-id: file:///svn/phpbb/trunk@4220 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-07-11 15:46:35 +00:00
parent 30afda900c
commit 50211c2a98

View file

@ -3,6 +3,7 @@
The original "subSilver" theme for phpBB2 The original "subSilver" theme for phpBB2
Created by subBlue design :: http://www.subBlue.com Created by subBlue design :: http://www.subBlue.com
Updated for phpBB 2.2 by psoTFX :: phpBB Group
Copyright (c) 2002 phpBB Group Copyright (c) 2002 phpBB Group
*/ */
@ -168,7 +169,8 @@ input.text {
} }
option.sep { option.sep {
background-color: #EFEFEF; color: white;
background-color: #006699;
} }
textarea.edit { textarea.edit {
@ -176,12 +178,14 @@ textarea.edit {
line-height:125%; line-height:125%;
} }
input.mainoption { .btnmain {
background-color: #FAFAFA; background-color: #FAFAFA;
font-weight: bold; font-weight: bold;
border-width: 1px;
} }
input.liteoption { .btnlite {
background-color: #FAFAFA; background-color: #FAFAFA;
font-weight: normal; font-weight: normal;
border-width: 1px;
} }