1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

Merge pull request #471 from the-lazy-fox/patch-2

This commit is contained in:
GilbN 2023-02-11 22:51:38 +01:00 committed by GitHub
commit 106069b131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ div#CatList ul li.sel span {
div#CatList ul li {
border: none;
margin: 5px;
margin: 0px 5px;
font-family: 'Roboto'
}
@ -1804,3 +1804,9 @@ div#dlgEditRules div.dlg-header {
div#dlgEditFilters div.dlg-header{
background-image:none;
}
div.label-count, div.label-size{
background-color: rgb(var(--accent-color));
color: var(--label-text-color);
text-shadow: none;
}