Style horizontal separators only
- From: Serrano Pereira <serrano pereira gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Style horizontal separators only
- Date: Sat, 21 Feb 2015 15:48:22 -0000
Hello,
I'm trying to style horizontal separators in a custom GTK3 application
using the following stylesheet:
.separator.horizontal {
border-width: 1px;
border-style: dashed;
}
But it has no effect. If I leave out the 'horizontal' class it works
fine, but then it also styles the vertical separators, which I don't want.
How can I style just the horizontal separators? According to the
documentation GtkSeparator implements GtkOrientable, which gets the
'horizontal' CSS class.
Regards,
Serrano
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]