From: Alexander Schmitz Date: Sun, 9 Aug 2015 15:48:01 +0000 (-0400) Subject: Checkboxradio: Add inset shadow to iconbackground to make it stand out X-Git-Tag: 1.12.0-beta.1~90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a45b414cfcd4efd1735d3fe591a39b609dd18f95;p=jquery-ui.git Checkboxradio: Add inset shadow to iconbackground to make it stand out --- diff --git a/themes/base/checkboxradio.css b/themes/base/checkboxradio.css index 063ed5b5c..b448c2785 100644 --- a/themes/base/checkboxradio.css +++ b/themes/base/checkboxradio.css @@ -10,6 +10,7 @@ */ .ui-checkboxradio-label .ui-icon-background { + box-shadow: inset 1px 1px 1px #ccc; border-radius: .12em; border: none; }