Removed radio and shadow on active
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
ed0e3d305e
commit
4965f8c723
|
@ -538,8 +538,16 @@ form #selectDbType label {
|
||||||
}
|
}
|
||||||
form #selectDbType label.ui-state-hover,
|
form #selectDbType label.ui-state-hover,
|
||||||
form #selectDbType label.ui-state-active {
|
form #selectDbType label.ui-state-active {
|
||||||
|
font-weight: normal;
|
||||||
color:#000;
|
color:#000;
|
||||||
background-color:#e8e8e8; }
|
background-color:#e8e8e8;
|
||||||
|
}
|
||||||
|
form #selectDbType .ui-visual-focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
form #selectDbType label span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Nicely grouping input field sets */
|
/* Nicely grouping input field sets */
|
||||||
.grouptop,
|
.grouptop,
|
||||||
|
|
Loading…
Reference in New Issue