make file picker ui even prettier

This commit is contained in:
Pierre Bondoerffer
2017-08-07 17:22:54 +02:00
parent c53e738054
commit 8f285eba9f
3 changed files with 25 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
right: 0;
background-color: @colortheme_modal-dim;
#modal {
.cp-modal {
background-color: @colortheme_modal-bg;
color: @colortheme_modal-fg;
box-shadow: @colortheme_modal-shadow;
@@ -31,7 +31,7 @@
margin-bottom: 1em;
}
.form {
.cp-form {
display: flex;
flex-wrap: wrap;
align-items: center;
@@ -74,7 +74,7 @@
box-sizing: content-box;
text-align: left;
line-height: 1.25em;
line-height: 1em;
cursor: pointer;
background-color: #111;