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