Skip to content

Commit d95139e

Browse files
committed
Checkboxradio: fix csslint issues
1 parent bad64ec commit d95139e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

themes/base/checkboxradio.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
border-radius: 1em;
2323
overflow: visible;
2424
border: none;
25+
background-color: rgb( 0, 0, 0 );
2526
background-color: rgba( 0, 0, 0, .3 );
2627
opacity: .3;
2728
}

themes/base/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ a.ui-button:focus {
9797
text-decoration: none;
9898
}
9999
.ui-visual-focus {
100-
box-shadow: 0px 0px 5px 3px rgb(94, 158, 214);
100+
box-shadow: 0 0 5px 3px rgb(94, 158, 214);
101101
}
102102
.ui-state-active,
103103
.ui-widget-content .ui-state-active,

0 commit comments

Comments
 (0)