comparison 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
comparison
equal deleted inserted replaced
170:c8375765f0fc 171:03b444cbe55f
196 /* QMenu */ 196 /* QMenu */
197 197
198 QMenu { 198 QMenu {
199 color: white; 199 color: white;
200 background-color: #353535; 200 background-color: #353535;
201 margin: 0.18em; 201 padding: 0.18em 0.18em;
202 border: 0.09em solid #A0A0A0;
202 } 203 }
203 204
204 QMenu::icon { 205 QMenu::icon {
205 margin: 0.23em; 206 margin: 0.23em;
206 } 207 }
278 padding-right: 0.8em; 279 padding-right: 0.8em;
279 } 280 }
280 281
281 QHeaderView::section:checked { 282 QHeaderView::section:checked {
282 color: white; 283 color: white;
283 background-color: #2A82DA; 284 background-color: #808080;
284 } 285 }
285 286
286 /* Note that this doesn't work for QTreeView unless the header is clickable */ 287 /* Note that this doesn't work for QTreeView unless the header is clickable */
287 QHeaderView::section:hover, 288 QHeaderView::section:hover,
288 QHeaderView::section::horizontal::first:hover, 289 QHeaderView::section::horizontal::first:hover,
289 QHeaderView::section::horizontal::only-one:hover, 290 QHeaderView::section::horizontal::only-one:hover,
290 QHeaderView::section::vertical::first:hover, 291 QHeaderView::section::vertical::first:hover,
291 QHeaderView::section::vertical::only-one:hover { 292 QHeaderView::section::vertical::only-one:hover {
292 border: 0.04em solid #2A82DA; 293 background-color: #353535;
293 } 294 }