improve file upload UI
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
@colortheme_modal-bg: #222;
|
||||
@colortheme_modal-fg: #fff;
|
||||
@colortheme_modal-link: #eee;
|
||||
@colortheme_modal-link-visited: lighten(@colortheme_modal-link, 10%);
|
||||
@colortheme_modal-dim: rgba(0, 0, 0, 0.4);
|
||||
@colortheme_modal-padding: 12px;
|
||||
@colortheme_modal-shadow: 0 8px 32px 0 rgba(0,0,0,.4);
|
||||
|
||||
17
customize.dist/src/less2/include/modal.less
Normal file
17
customize.dist/src/less2/include/modal.less
Normal file
@@ -0,0 +1,17 @@
|
||||
@import (once) "./colortheme.less";
|
||||
|
||||
.modal_base() {
|
||||
font-family: @colortheme_font;
|
||||
|
||||
background-color: @colortheme_modal-bg;
|
||||
color: @colortheme_modal-fg;
|
||||
box-shadow: @colortheme_modal-shadow;
|
||||
|
||||
a {
|
||||
color: @colortheme_modal-link;
|
||||
|
||||
&:visited {
|
||||
color: @colortheme_modal-link-visited;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user