Browse Source

got rid of box shadows

master
Marc 3 years ago
parent
commit
0ed98abc50
1 changed files with 6 additions and 0 deletions
  1. 6
      .config/gtk-3.0/gtk-widgets.css

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

@ -96,6 +96,7 @@
* {
color: @fg_color;
background: @bg_color;
border-color:@bg_color;
}
selection,
@ -156,6 +157,11 @@ menuitem:disabled accelerator {
}
button {
border-radius: 0px;
box-shadow: none;
}
button:hover label,
button:focus label,
switch:hover slider,

Loading…
Cancel
Save