1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

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