mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Remove separators from GtkFileChooserButton and GtkFontButton
https://bugzilla.gnome.org/show_bug.cgi?id=722633
This commit is contained in:
parent
b238d55645
commit
fa90b41fe4
@ -1681,6 +1681,15 @@ GtkScrolledWindow {
|
||||
// always disable separators
|
||||
// -GtkWidget-wide-separators: true;
|
||||
color: transparentize(black, 0.9);
|
||||
|
||||
// Font and File button separators
|
||||
GtkFileChooserButton &,
|
||||
GtkFontButton & {
|
||||
// always disable separators
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-horizontal-separator: 0;
|
||||
-GtkWidget-vertical-separator: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*********
|
||||
|
@ -2277,6 +2277,10 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
|
||||
.separator {
|
||||
color: rgba(0, 0, 0, 0.1); }
|
||||
GtkFileChooserButton .separator, GtkFontButton .separator {
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-horizontal-separator: 0;
|
||||
-GtkWidget-vertical-separator: 0; }
|
||||
|
||||
/*********
|
||||
* Lists *
|
||||
|
@ -2275,6 +2275,10 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
|
||||
.separator {
|
||||
color: rgba(0, 0, 0, 0.1); }
|
||||
GtkFileChooserButton .separator, GtkFontButton .separator {
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-horizontal-separator: 0;
|
||||
-GtkWidget-vertical-separator: 0; }
|
||||
|
||||
/*********
|
||||
* Lists *
|
||||
|
Loading…
Reference in New Issue
Block a user