Checkboxradio: Add inset shadow to iconbackground to make it stand out

This commit is contained in:
Alexander Schmitz 2015-08-09 11:48:01 -04:00
parent a8fa502853
commit a45b414cfc

View File

@ -10,6 +10,7 @@
*/
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}