Merge branch 'master' into lednerb

This commit is contained in:
Sascha Brendel
2020-03-19 13:19:44 -04:00
committed by GitHub

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;
@@ -790,4 +802,4 @@ html{
.ty-preferences .search-hit {
background: var(--select-text-bg-color)
}
}