apply foreground color to select fields (Bug #44215)

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9476 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-04-22 12:25:27 +00:00
parent 17ad5dcd66
commit 214ea1c52d

View file

@ -906,6 +906,7 @@ Colours and backgrounds for forms.css
select {
border-color: #666666;
background-color: #FAFAFA;
color: #000;
}
label {