mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
Minor change to seperator colour
git-svn-id: file:///svn/phpbb/trunk@4220 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
30afda900c
commit
50211c2a98
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue