Sha256: 5d7efca0eb5d5ea6c1390079ab626839f61328177a3ad8e3d5ec928c4d9c7672
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
.mblRadioButton { position: relative; margin: -0.5em 3px 0.3em 4px; width: 1em; height: 1em; border-style: outset; border-width: 1px; border-radius: 0.5em; background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece), color-stop(0.5, #f8f8f8), color-stop(0.5, #eeeeee)); font: inherit; cursor: pointer; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-transform: translatey(0.45em); border-color: #9cacc0; } .mblRadioButtonChecked, .mblRadioButton:checked { background-image: -webkit-gradient(linear, left top, left bottom, from(#00a200), to(#00d300), color-stop(0.2, #00ba00), color-stop(0.2, #00ba00)); } .mblRadioButtonChecked::after, .mblRadioButton:checked::after { position: absolute; content: ""; width: 0.3em; height: 0.6em; top: 0; left: 0.25em; border-width: 0.15em; border-style: none solid solid none; -webkit-transform: rotate(45deg); -webkit-transform-origin: 50% 50%; border-color: white; } .mblRadioButtonChecked.mblRadioButtonSelected, .mblRadioButton:checked.mblRadioButtonSelected { background-image: -webkit-gradient(linear, left top, left bottom, from(#306ea1), to(#266093), color-stop(0.06, #4090d3), color-stop(0.5, #306ea1)); } .mblRadioButtonChecked.mblRadioButtonSelected::after, .mblRadioButton:checked.mblRadioButtonSelected::after { border-color: white; }
Version data entries
4 entries across 4 versions & 1 rubygems