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:
parent
13d9611719
commit
5e16b7c9e1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue