forked from 0x2620/oxjs
Ox.Filter, round 1
This commit is contained in:
parent
ca1965312a
commit
f5b3b56765
7 changed files with 438 additions and 45 deletions
|
|
@ -105,6 +105,11 @@ Forms
|
|||
-moz-box-shadow: 0 0 2px rgb(128, 128, 128);
|
||||
-webkit-box-shadow: 0 2 4px rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeClassic .OxButton.OxDisabled {
|
||||
background: rgb(192, 192, 192);
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxButton.OxSelected,
|
||||
.OxThemeClassic .OxSelect.OxSelected {
|
||||
background: -moz-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
|
||||
|
|
@ -120,13 +125,10 @@ Forms
|
|||
color: rgb(192, 64, 64);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxButton.OxDisabled,
|
||||
.OxThemeClassic .OxLabel.OxDisabled {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeClassic .OxButton.OxDisabled {
|
||||
background: rgb(192, 192, 192);
|
||||
}
|
||||
|
||||
|
||||
.OxThemeClassic input.OxCheckbox,
|
||||
.OxThemeClassic input.OxInput,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue