add more global css

This commit is contained in:
Jonathan Baecker 2020-04-24 13:58:21 +02:00
parent af676d1eb8
commit fa8ebd4310

View File

@ -33,7 +33,7 @@
margin-right: 1em; margin-right: 1em;
} }
.form-control, .tags-list ul li div input, .custom-select { .form-control, .tags-list ul li div input, .custom-select, .custom-control-label::before {
color: #e4e4e4; color: #e4e4e4;
background-color: #32383E; background-color: #32383E;
} }
@ -111,3 +111,8 @@
.progress-bar { .progress-bar {
background-color: #ff9c36 background-color: #ff9c36
} }
.grabbing {
cursor: -webkit-grabbing;
cursor: grabbing;
}