general: list item background

This commit is contained in:
He4eT 2024-08-10 08:25:32 +02:00
commit bdc98d6c12
2 changed files with 7 additions and 5 deletions

View file

@ -13,8 +13,8 @@
-GtkScrollbar-has-forward-stepper: false;
outline-color: alpha(currentcolor,0.3);
outline-style: solid;
outline-offset: -2px;
outline-width: 2px;
outline-offset: -1px;
outline-width: 1px;
-gtk-outline-radius: 0.0px;
}

View file

@ -1958,8 +1958,10 @@ row.activatable:selected,
row.activatable:selected:hover,
row.activatable:hover:selected,
.navigation-sidebar > row:selected,
listview row:selected
{color: inherit; background-image: image(alpha(@gtk_selected_bg_color,0.4));}
listview row:selected {
color: inherit;
background-color: shade(@gtk_selected_bg_color,1.4);
}
/* Inverted Accent */
@ -2090,7 +2092,7 @@ progressbar progress,
scale highlight,
levelbar block,
scrollbar
{ transition: 0.5s; }
{ transition: 0.3s; }
menuitem check,
menuitem radio,