1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
This commit is contained in:
Bruno Lopes
2024-03-26 08:58:49 -03:00
parent ddaf84c42a
commit a79bd10bbf

View File

@@ -33,7 +33,7 @@
}
/* Titlebar color when window is out of focus */
.csd, .titlebar:backdrop, .titlebar label:backdrop, menubar:backdrop
.titlebar:backdrop, .titlebar label:backdrop
{
background-color: @hover-color;
}
@@ -507,7 +507,7 @@ border {
/* give the menu bar a color, fix for the default color being too dark */
menubar {
background-color: @bg-color;
background-color: transparent;
background-image: none;
box-shadow: 0 -1px @edge-border-color inset;
}
@@ -623,6 +623,7 @@ headerbar {
headerbar:backdrop * {
color: @disabled-fg-color;
background-color: transparent;
}
/* Prevent overlapping menu/header borderlines for CSD */