Remove separators from GtkFileChooserButton and GtkFontButton

https://bugzilla.gnome.org/show_bug.cgi?id=722633
This commit is contained in:
Nikita Churaev 2014-06-23 22:42:21 +04:00 committed by Jakub Steiner
parent b238d55645
commit fa90b41fe4
3 changed files with 17 additions and 0 deletions

View File

@ -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;
}
}
/*********

View File

@ -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 *

View File

@ -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 *