forked from 0x2620/oxjs
updating css
This commit is contained in:
parent
e805486d86
commit
dc84b4ccf9
3 changed files with 16 additions and 12 deletions
|
|
@ -103,13 +103,12 @@ Forms
|
|||
background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(255, 255, 255));
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
|
||||
}
|
||||
.OxThemeClassic textarea.OxInput:focus {
|
||||
.OxThemeClassic .OxInput:focus {
|
||||
border: 1px solid rgb(160, 160, 160);
|
||||
-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 textarea.OxInput.OxPlaceholder {
|
||||
.OxThemeClassic .OxInput.OxPlaceholder {
|
||||
color: rgb(160, 160, 160)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue