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

@ -58,4 +58,22 @@
src: url("../../../static/font/Roboto-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: local('Alegreya Medium'), local('Alegreya-Medium'),
url('../../../static/font/Aleygreya-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../../../static/font/Aleygreya-Medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: local('Alegreya ExtraBold'), local('Alegreya-ExtraBold'),
url('../../../static/font/Aleygreya-ExtraBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../../../static/font/Aleygreya-ExtraBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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;