Merge branch 'master' into lednerb

This commit is contained in:
Sascha Brendel 2020-03-19 13:19:44 -04:00 committed by GitHub
commit f310a066ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,18 @@ input {
color: #42b983;
}
.info-panel-tab:hover {
color: #42b983;
}
.outline-label:hover {
text-decoration: none;
}
input {
color: #42b983;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background: var(--select-text-bg-color);
color: #fff;