Files
leanote/public/tinymce/skins/lightgray/Throbber.less

10 lines
141 B
Plaintext
Raw Normal View History

2014-05-07 13:06:24 +08:00
// Throbber
.mce-throbber {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
.opacity(0.6);
background: @throbber-bg;
}