corrade-http-templates – Blame information for rev 62

Subversion Repositories:
Rev:
Rev Author Line No. Line
62 office 1 /*!
2 * jQuery UI Checkboxradio 1.12.1
3 * http://jqueryui.com
4 *
5 * Copyright jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
8 *
9 * http://api.jqueryui.com/checkboxradio/#theming
10 */
11  
12 .ui-checkboxradio-label .ui-icon-background {
13 box-shadow: inset 1px 1px 1px #ccc;
14 border-radius: .12em;
15 border: none;
16 }
17 .ui-checkboxradio-radio-label .ui-icon-background {
18 width: 16px;
19 height: 16px;
20 border-radius: 1em;
21 overflow: visible;
22 border: none;
23 }
24 .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
25 .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
26 background-image: none;
27 width: 8px;
28 height: 8px;
29 border-width: 4px;
30 border-style: solid;
31 }
32 .ui-checkboxradio-disabled {
33 pointer-events: none;
34 }