add more global css
This commit is contained in:
parent
af676d1eb8
commit
fa8ebd4310
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user