|
|
@ -1,5 +1,8 @@
|
|
|
|
@import (reference) "./colortheme-all.less";
|
|
|
|
@import (reference) "./colortheme-all.less";
|
|
|
|
@import (reference) "./variables.less";
|
|
|
|
@import (reference) "./variables.less";
|
|
|
|
|
|
|
|
@import (reference) './buttons.less';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.modal_base() {
|
|
|
|
.modal_base() {
|
|
|
|
font-family: @colortheme_font;
|
|
|
|
font-family: @colortheme_font;
|
|
|
@ -36,6 +39,8 @@
|
|
|
|
background-color: @colortheme_modal-dim;
|
|
|
|
background-color: @colortheme_modal-dim;
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal {
|
|
|
|
.cp-modal {
|
|
|
|
|
|
|
|
.buttons_main();
|
|
|
|
|
|
|
|
|
|
|
|
background-color: @colortheme_modal-bg;
|
|
|
|
background-color: @colortheme_modal-bg;
|
|
|
|
color: @colortheme_modal-fg;
|
|
|
|
color: @colortheme_modal-fg;
|
|
|
|
box-shadow: @variables_shadow;
|
|
|
|
box-shadow: @variables_shadow;
|
|
|
@ -75,6 +80,7 @@
|
|
|
|
background-color: @colortheme_modal-input-fg;
|
|
|
|
background-color: @colortheme_modal-input-fg;
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
border: 1px solid @colortheme_modal-input;
|
|
|
|
border: 1px solid @colortheme_modal-input;
|
|
|
|
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|