tinymce-editor/copy_this/modules/hdi/hdi-tinymce/tinymce/skins/lightgray/Radio.less
2013-07-25 23:50:43 +02:00

20 regels
346 B
Plaintext
Executable File

// Radio
i.mce-radio {
padding: 1px;
margin: 0 3px 0 0;
background-color: #fafafa;
border: 1px solid #cacece;
.border-radius(8px);
.box-shadow(inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05));
.vertical-gradient;
}
i.mce-radio:after {
font-family: Arial;
font-size: 12px;
color: @text-color;
content: '\25cf';
}