mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
36 lines
640 B
Plaintext
36 lines
640 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;
|
|
}
|