mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
correctly apply colour
git-svn-id: file:///svn/phpbb/trunk@8161 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2bbaf1218e
commit
da716f0b23
1 changed files with 4 additions and 0 deletions
|
@ -996,3 +996,7 @@ a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, inpu
|
||||||
input.search {
|
input.search {
|
||||||
background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
|
background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.disabled {
|
||||||
|
color: #666666;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue