Mercurial > repos > other > Adwaita-Dark-Green
view gtk-3.20/cawbird.css @ 110:aad862dc7583 v1.1.0
Add screenshots and notes for 1.1 release
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 26 Apr 2022 20:23:00 +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; }