diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-09 11:48:01 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:35 -0400 |
commit | a45b414cfcd4efd1735d3fe591a39b609dd18f95 (patch) | |
tree | 3333731181123fe77c7b5579baaf0d0fc3be90de /themes | |
parent | a8fa502853822f7442e3cbc9a66dc3d9e5a44ee1 (diff) | |
download | jquery-ui-a45b414cfcd4efd1735d3fe591a39b609dd18f95.tar.gz jquery-ui-a45b414cfcd4efd1735d3fe591a39b609dd18f95.zip |
Checkboxradio: Add inset shadow to iconbackground to make it stand out
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/checkboxradio.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |