Mercurial > minori
diff rc/dark.qss @ 171:03b444cbe55f
graph: improve? drawing the text
dark stylesheet: add borders on QMenu, taking inspiration from MPC-HC
media: fix warning about missing enums
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 27 Nov 2023 13:51:27 -0500 |
parents | 39521c47c7a3 |
children |
line wrap: on
line diff
--- a/rc/dark.qss Tue Nov 21 11:04:13 2023 -0500 +++ b/rc/dark.qss Mon Nov 27 13:51:27 2023 -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; }