/* Ion.CheckRadio, Dark Skin // Version 2.0.0 // // © Denis Ineshin, 2015 // https://github.com/IonDen // ===================================================================================================================*/ .icr-label { padding-right: 2px; margin: 0 5px 5px 0; color: #999; text-shadow: -1px -1px 0 rgba(0,0,0,0.8); } .icr-item { width: 18px; height: 18px; background: url(../img/icr-dark-skin.png) no-repeat; } .icr-label.disabled { opacity: 0.4; } .icr-label.focused .icr-item:after { position: absolute; display: block; content: ""; top: -2px; left: -2px; width: 19px; height: 19px; border: 1px dotted rgba(255, 255, 255, 0.3); } .icr-label.focused .type_checkbox:after { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icr-label.focused .type_radio:after { border-color: rgba(255, 255, 255, 0.2); -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; }