view gtk-3.24/cawbird.css @ 100:374207f64e2f

Match newer Nautilus style and fix DConf path bar Styles are similar but not related (and then there's pathbar vs path-bar)
author IBBoard <dev@ibboard.co.uk>
date Sun, 27 Mar 2022 15:00:24 +0100
parents d721ae7a505b
children
line wrap: on
line source

.cawbird-window .topbar button,
.cawbird-window .topbar button:backdrop,
.cawbird-window .topbar .button,
.cawbird-window .topbar .button:backdrop {
  background-color: @theme_bg_dark_color;
}

.cawbird-window .topbar button:hover,
.cawbird-window .topbar .button:hover {
  background-color: shade(@theme_bg_dark_color, 1.3);
}


.cawbird-window .topbar button:checked,
.cawbird-window .topbar .button:checked {
  background-color: shade(@theme_bg_dark_color, 1.4);
}

.cawbird-window .topbar button image,
.cawbird-window .topbar .button GtkImage {
  -gtk-icon-shadow: none;
  color: @theme_fg_dark_color;
}

.cawbird-window .topbar button image:backdrop,
.cawbird-window .topbar .button GtkImage:backdrop {
  color: @theme_fg_dark_color;
}

.cawbird-window .topbar button .badge,
.cawbird-window .topbar .button .badge {
  border-color: @theme_fg_dark_color;
}