Removed radio and shadow on active

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-03-15 12:03:13 +01:00
parent ed0e3d305e
commit 4965f8c723
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 9 additions and 1 deletions

View File

@ -538,8 +538,16 @@ form #selectDbType label {
}
form #selectDbType label.ui-state-hover,
form #selectDbType label.ui-state-active {
font-weight: normal;
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 */
.grouptop,