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

15 lines
213 B
Plaintext
Raw Normal View History

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