|
From: Detlef R. <det...@gm...> - 2016-05-11 19:07:50
|
Hi,
this may be completely the wrong list, but may be someone can help :-)
I have a Gtk::Frame which is styled with CSS.This is the relevant part
of the css file:
frame#tabs {
border-style: solid;
border-color: @frame_border_tabs @transparent @frame_border_tabs
@frame_border_tabs;
border-width: 0.2em 0.32em 0.05em 0.1em;
border-radius: 1.2em 0.7em 0.7em 1.2em;
padding: 0.25em 0.25em 0.25em 0.25em;
}
It is drawn as in the attached image. The outer rounded border is like
expected. The rectangular one should from my point of view not be
visible. And before the CSS changes of gtk it was not. Is it also a new
behavior, where I have to change my css / code? It also _now_ seems to
be theme dependent. Before the changes with the same theme it worked as
expected. The _problematic_ theme is Xfce-4.6 from debian testing.
detlef
|