2014-08-28 19:16:51 +00:00
|
|
|
/*!
|
|
|
|
* jQuery UI Checkboxradio @VERSION
|
|
|
|
* http://jqueryui.com
|
|
|
|
*
|
2022-07-19 07:36:55 +00:00
|
|
|
* Copyright OpenJS Foundation and other contributors
|
2014-08-28 19:16:51 +00:00
|
|
|
* Released under the MIT license.
|
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://api.jqueryui.com/checkboxradio/#theming
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ui-checkboxradio-label .ui-icon-background {
|
2015-08-09 15:48:01 +00:00
|
|
|
box-shadow: inset 1px 1px 1px #ccc;
|
2014-08-28 19:16:51 +00:00
|
|
|
border-radius: .12em;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.ui-checkboxradio-radio-label .ui-icon-background {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border-radius: 1em;
|
|
|
|
overflow: visible;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
|
|
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
|
|
|
|
background-image: none;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border-width: 4px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
.ui-checkboxradio-disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|