Browse Source

menubar theming

master
Marc 3 years ago
parent
commit
b11c59a185
1 changed files with 7 additions and 3 deletions
  1. 10
      .config/gtk-3.0/gtk-widgets.css

10
.config/gtk-3.0/gtk-widgets.css

@ -144,14 +144,18 @@ treeview.view.trough {
background: @bg_color;
}
menuitem:hover > label{
color: @acc1_color;
menuitem:hover > label {
color: @acc1_color;
}
menuitem:disabled > label {
/* accelerator is the hotkey, e.g. ctrl+q */
menuitem:disabled > label,
menuitem:disabled accelerator {
color: mix(@fg_color, @bg_color, 0.5);
}
/*
menu {
background: @bg_color;

Loading…
Cancel
Save