Skip to content

Commit 0cf1120

Browse files
committed
Removed radio and shadow on active
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent ed0e3d3 commit 0cf1120

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

core/css/guest.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,14 @@ form #selectDbType label {
539539
form #selectDbType label.ui-state-hover,
540540
form #selectDbType label.ui-state-active {
541541
color:#000;
542-
background-color:#e8e8e8; }
542+
background-color:#e8e8e8;
543+
}
544+
form #selectDbType .ui-visual-focus {
545+
box-shadow: none;
546+
}
547+
form #selectDbType label span {
548+
display: none;
549+
}
543550

544551
/* Nicely grouping input field sets */
545552
.grouptop,

0 commit comments

Comments
 (0)