2017-12-03 20:24:42 +04:00

36 lines
642 B
Plaintext

HTML {
overflow : hidden;
background : @background;
}
BODY {
font-family : @general-font-family;
color : #222222;
margin : 0;
padding : 0 ;
font-size : @general-font-size;
line-height : normal;
position : absolute;
left : 0;
top : 0;
right : 0;
bottom : 0;
.font-smoothing(@general-smoothing);
}
BODY.noInput *{
pointer-events: none;
}
.ace_editor .ace_gutter{
.font-smoothing(@ace-gutter-font-smoothing);
}
.disableIframe iframe{
pointer-events: none;
}
.dialog-buttons{
padding: @dialog-buttons-padding !important;
height: @dialog-buttons-height !important;
}