Mercurial > minori
diff rc/dark.qss @ 202:71832ffe425a
animia: re-add kvm fd source
this is all being merged from my wildly out-of-date laptop. SORRY!
in other news, I edited the CI file to install the wayland client
as well, so the linux CI build might finally get wayland stuff.
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 02 Jan 2024 06:05:06 -0500 |
parents | 03b444cbe55f |
children |
line wrap: on
line diff
--- a/rc/dark.qss Sun Nov 19 19:13:28 2023 -0500 +++ b/rc/dark.qss Tue Jan 02 06:05:06 2024 -0500 @@ -198,7 +198,8 @@ QMenu { color: white; background-color: #353535; - margin: 0.18em; + padding: 0.18em 0.18em; + border: 0.09em solid #A0A0A0; } QMenu::icon { @@ -280,7 +281,7 @@ QHeaderView::section:checked { color: white; - background-color: #2A82DA; + background-color: #808080; } /* Note that this doesn't work for QTreeView unless the header is clickable */ @@ -289,5 +290,5 @@ QHeaderView::section::horizontal::only-one:hover, QHeaderView::section::vertical::first:hover, QHeaderView::section::vertical::only-one:hover { - border: 0.04em solid #2A82DA; + background-color: #353535; }