Skip to content

Commit 26e298c

Browse files
jaspermdegrootarschmitz
authored andcommitted
Checkboxradio: Changed fallback radio icon background color
1 parent 0ac138b commit 26e298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/checkboxradio.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
border-radius: 1em;
2323
overflow: visible;
2424
border: none;
25-
background-color: rgb( 0, 0, 0 );
25+
background-color: rgb( 192, 192, 192 );
2626
background-color: rgba( 0, 0, 0, .3 );
2727
opacity: .3;
2828
}

0 commit comments

Comments
 (0)