Files
leanote/public/tinymce/skins/lightgray/Throbber.less
2014-05-07 13:06:24 +08:00

10 lines
141 B
Plaintext

// Throbber
.mce-throbber {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
.opacity(0.6);
background: @throbber-bg;
}