themes/Default: Set border style for .background

With this GimpOverlayDialog correctly draws its border which otherwise
would not be visible.
This commit is contained in:
Ondřej Míchal 2025-11-04 15:59:42 +02:00
parent 13d9611719
commit 5e16b7c9e1

View file

@ -681,6 +681,7 @@ tooltip decoration {
background-color: @bg-color;
border-color: @border-color;
border-width: 1px;
border-style: solid;
}
/* The border around a frame */