Various UI improvement (#4017)

This commit is contained in:
Sebastian Castro 2020-06-02 11:25:43 +02:00 committed by GitHub
parent f45d85f615
commit 7aa7e02e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 66 additions and 101 deletions

View file

@ -23,7 +23,7 @@ select, .nice-select {
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 120px;
min-width: 100px;
text-transform: capitalize;
}
.popup .nice-select {
@ -32,11 +32,6 @@ select, .nice-select {
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select .current {
width: 90px;
display: inline-block;
overflow: hidden;
}
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;