Browse Source

modified frames

master
Marc 4 years ago
parent
commit
0cf1c60fec
1 changed files with 11 additions and 0 deletions
  1. 11
      .config/gtk-3.0/shared.css

11
.config/gtk-3.0/shared.css

@ -12,15 +12,26 @@
background: @bg_color; background: @bg_color;
} }
/* inherit colors from parent */ /* inherit colors from parent */
* { * {
background-color: inherit; background-color: inherit;
color: inherit; color: inherit;
border-color: shade(@bg_color, 0.8);
} }
*:hover { *:hover {
color: @acc1_color; color: @acc1_color;
} }
/*
.frame {
border-color: shade(@bg_color, 0.8);
}
.frame.flat {
border: none;
}
*/
.view, .view,
.cell { .cell {

Loading…
Cancel
Save