Mercurial > minori
comparison 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 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 201:8f6f8dd2eb23 | 202:71832ffe425a | 
|---|---|
| 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 } | 
