view gtk-3.20/cawbird.css @ 96:e79c5676f972

Add custom Cawbird theme for the top bar
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Oct 2019 21:00:41 +0100
parents
children d721ae7a505b
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 {
  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;
}