Re: Making a GtkSeparator more visible



On Fri, Dec 1, 2017 at 12:33 PM, Felipe Borges <felipe10borges gmail com> wrote:

You could make it darker by setting some css properties for its css
node [...]

Of course thanks to the joys of theming, making separators *darker*
may end up making them *less* visible if the user happens to use the
"wrong" theme. Some theme issues can be avoided by using named colors
instead of hardcoded values:

separator {
  background-color: shade(@borders, 0.9);
}

But not whether making elements lighter or darker will make them more
or less similar to the background :-(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]