mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-04 17:37:22 +00:00
general: list item background
This commit is contained in:
parent
bc700b1928
commit
bdc98d6c12
2 changed files with 7 additions and 5 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
-GtkScrollbar-has-forward-stepper: false;
|
-GtkScrollbar-has-forward-stepper: false;
|
||||||
outline-color: alpha(currentcolor,0.3);
|
outline-color: alpha(currentcolor,0.3);
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-offset: -2px;
|
outline-offset: -1px;
|
||||||
outline-width: 2px;
|
outline-width: 1px;
|
||||||
-gtk-outline-radius: 0.0px;
|
-gtk-outline-radius: 0.0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1958,8 +1958,10 @@ row.activatable:selected,
|
||||||
row.activatable:selected:hover,
|
row.activatable:selected:hover,
|
||||||
row.activatable:hover:selected,
|
row.activatable:hover:selected,
|
||||||
.navigation-sidebar > row:selected,
|
.navigation-sidebar > row:selected,
|
||||||
listview row:selected
|
listview row:selected {
|
||||||
{color: inherit; background-image: image(alpha(@gtk_selected_bg_color,0.4));}
|
color: inherit;
|
||||||
|
background-color: shade(@gtk_selected_bg_color,1.4);
|
||||||
|
}
|
||||||
|
|
||||||
/* Inverted Accent */
|
/* Inverted Accent */
|
||||||
|
|
||||||
|
|
@ -2090,7 +2092,7 @@ progressbar progress,
|
||||||
scale highlight,
|
scale highlight,
|
||||||
levelbar block,
|
levelbar block,
|
||||||
scrollbar
|
scrollbar
|
||||||
{ transition: 0.5s; }
|
{ transition: 0.3s; }
|
||||||
|
|
||||||
menuitem check,
|
menuitem check,
|
||||||
menuitem radio,
|
menuitem radio,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue