The "glass" frame around some windows
jEsuSdA 8)
listas at jesusda.com
Wed Mar 11 19:34:32 CET 2015
El 11/03/15 a las 18:17, James Moe escribió:
> On 03/10/2015 11:15 AM, Mathias Brodala wrote:
>> Do you have some screenshots?
>>
> I have attached a screenshot.
> The screenshot is a corner of Files 3.14.1.
>
>> Do you happen to know if the
>> applications with the "glass" frame are using GTK 3 and the ones
>> without using GTK 2?
>>
> I do not know which GTK is in use.
>
This is an GTK3 CDD problem.
You can solve it adding these lines to your CSS theme:
Edit gtk-3.0/gtk-widgets.css and add to end of file:
/* Workaround for GTK 3.12 conflict with shadows */
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 1px #8D8D8D;
margin: 1px;
border-radius: 1px 1px 0 0;
border-color: #8D8D8D;
}
.titlebar {
border-radius: 3px 3px 0 0;
}
This solves the problem. ;)
Salu2 de jEsuSdA 8)
More information about the Xfce
mailing list