view gtk-3.20/cawbird.css @ 113:3a790d4649eb default tip

Fix GTK4/Adwaita outline and background issues * Views are now used in popovers but shouldn't have "normal" view background colour * Flat buttons should be flat, not bordered/outlines * Spinbuttons in lists don't need outlines on their buttons
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 May 2022 11:34:31 +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;
}