src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/Throbber.less
changeset 69 a361355b55c7
equal deleted inserted replaced
68:fd8fb93e1b6a 69:a361355b55c7
       
     1 // Throbber
       
     2 
       
     3 .@{prefix}-throbber {
       
     4 	position: absolute;
       
     5 	top: 0; left: 0;
       
     6 	width: 100%; height: 100%;
       
     7 	.opacity(0.6);
       
     8 	background: @throbber-bg;
       
     9 }
       
    10 
       
    11 .@{prefix}-throbber-inline {
       
    12 	position: static;
       
    13 	height: 50px;
       
    14 }