mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
test different colour for these fields?
git-svn-id: file:///svn/phpbb/trunk@7265 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2692fbf74e
commit
9850d7756a
1 changed files with 6 additions and 3 deletions
|
@ -677,7 +677,8 @@ input, textarea {
|
||||||
border-top: 1px solid #AFAEAA;
|
border-top: 1px solid #AFAEAA;
|
||||||
border-right: 1px solid #D5D5C8;
|
border-right: 1px solid #D5D5C8;
|
||||||
border-bottom: 1px solid #D5D5C8;
|
border-bottom: 1px solid #D5D5C8;
|
||||||
background-color: #E3DFD8;
|
/* background-color: #E3DFD8;*/
|
||||||
|
background-color: #F9F9F9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl input, .rtl textarea {
|
.rtl input, .rtl textarea {
|
||||||
|
@ -692,7 +693,8 @@ input:hover, textarea:hover {
|
||||||
border-top: 1px solid #AFAEAA;
|
border-top: 1px solid #AFAEAA;
|
||||||
border-right: 1px solid #AFAEAA;
|
border-right: 1px solid #AFAEAA;
|
||||||
border-bottom: 1px solid #AFAEAA;
|
border-bottom: 1px solid #AFAEAA;
|
||||||
background-color: #E9E9E2;
|
/* background-color: #E9E9E2; */
|
||||||
|
background-color: #DCEBFE;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.langvalue, textarea.langvalue {
|
input.langvalue, textarea.langvalue {
|
||||||
|
@ -945,7 +947,8 @@ fieldset dl dd label:hover {
|
||||||
|
|
||||||
input:focus, textarea:focus {
|
input:focus, textarea:focus {
|
||||||
border: 1px solid #BC2A4D;
|
border: 1px solid #BC2A4D;
|
||||||
background-color: #E9E9E2;
|
/* background-color: #E9E9E2;*/
|
||||||
|
background-color: #F9F9F9;
|
||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue