forked from 0x2620/oxjs
fix css for selects with labels, allow for checkboxes with labels
This commit is contained in:
parent
0b53fc0566
commit
54b7d9de9f
6 changed files with 81 additions and 38 deletions
|
|
@ -297,6 +297,19 @@ Forms
|
|||
background: rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxLabelSelect > .OxTitle {
|
||||
border-color: rgb(176, 176, 176);
|
||||
background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
|
||||
background: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
|
||||
background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
|
||||
}
|
||||
.OxThemeClassic .OxLabelSelect.OxSelected > .OxTitle {
|
||||
background: -moz-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
|
||||
background: -o-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
|
||||
background: -webkit-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue