1
0
Fork 0
forked from 0x2620/oxjs

updating css

This commit is contained in:
Rolux 2010-02-26 14:28:22 +01:00
commit c955532ee7
2 changed files with 3 additions and 1 deletions

View file

@ -109,7 +109,8 @@ Forms
-moz-box-shadow: 0 0 2px rgb(128, 128, 128);
-webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
}
.OxThemeClassic input.OxInput.OxPlaceholder {
.OxThemeClassic input.OxInput.OxPlaceholder,
.OxThemeClassic textarea.OxInput.OxPlaceholder {
color: rgb(160, 160, 160)
}