Skip to content

Commit

Permalink
Improve colors on selected updater row
Browse files Browse the repository at this point in the history
Pick a lighter blue, so both dark, light, and colorful (from the
qube name column) text will be more visible.

fixes QubesOS/qubes-issues#8949
  • Loading branch information
marmarta committed Nov 6, 2024
1 parent 6a10776 commit bbbb3db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qui/qubes-updater-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ treeview.view button
color: @text-color;
}

treeview.view:selected {
background-color: #99bfff;
}

.add_label {
color: @qubes-blue;
font-weight: bold;
Expand Down

0 comments on commit bbbb3db

Please sign in to comment.