forked from 0x2620/oxjs
fix textarea css
This commit is contained in:
parent
7ecb0b2011
commit
fb2ae1dee2
3 changed files with 4 additions and 5 deletions
|
|
@ -257,6 +257,7 @@ Forms
|
|||
|
||||
.OxThemeModern input.OxCheckbox,
|
||||
.OxThemeModern input.OxInput,
|
||||
.OxThemeModern textarea,
|
||||
.OxThemeModern .OxTrack {
|
||||
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
|
||||
background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
|
||||
|
|
@ -289,7 +290,6 @@ Forms
|
|||
background: rgb(16, 16, 16);
|
||||
}
|
||||
|
||||
|
||||
.OxThemeModern .OxLabelSelect > .OxTitle {
|
||||
border-color: rgb(48, 48, 48);
|
||||
background: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue