checkbox selection hilight
This commit is contained in:
parent
d77ec22007
commit
addeac64c7
@ -530,15 +530,10 @@ html.light .opview input[type="text"].err {
|
||||
input[type="checkbox"]+label {
|
||||
color: #f5a;
|
||||
}
|
||||
input[type="radio"]:checked+label,
|
||||
input[type="checkbox"]:checked+label {
|
||||
color: #fc5;
|
||||
}
|
||||
input[type="radio"]:checked+label {
|
||||
color: #fc0;
|
||||
}
|
||||
html.light input[type="radio"]:checked+label {
|
||||
color: #07c;
|
||||
}
|
||||
.opview input.i {
|
||||
width: calc(100% - 16.2em);
|
||||
}
|
||||
@ -1245,6 +1240,10 @@ html.light #files tr.sel a.play.act {
|
||||
html.light input[type="checkbox"] + label {
|
||||
color: #333;
|
||||
}
|
||||
html.light input[type="radio"]:checked + label,
|
||||
html.light input[type="checkbox"]:checked + label {
|
||||
color: #07c;
|
||||
}
|
||||
html.light .opwide>div {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user