view gtk-3.24/cawbird.css @ 97:d721ae7a505b

Add support for GTK 3.24 changes
author IBBoard <dev@ibboard.co.uk>
date Sat, 26 Mar 2022 20:01:55 +0000
parents
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;
}