Skip to content

Commit 4abbb10

Browse files
committed
Enhanced visibility for selected row button
1 parent 1fbc91d commit 4abbb10

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

gtk-3.0/gtk-dark.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ list {
353353
list row:selected:backdrop {
354354
color: #7287c0;
355355
background-color: #000000; }
356+
list row:selected button:not(:hover):not(:checked) {
357+
color: #7287c0; }
356358

357359
.frame, frame > border {
358360
border-width: 1px;

gtk-3.0/gtk.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ list {
353353
list row:selected:backdrop {
354354
color: #bebebe;
355355
background-color: #000000; }
356+
list row:selected button:not(:hover):not(:checked) {
357+
color: #bebebe; }
356358

357359
.frame, frame > border {
358360
border-width: 1px;

0 commit comments

Comments
 (0)