Add style for various choosers

pull/145/head
Satyajit Sahoo 2014-02-21 06:33:51 +05:30
parent 22034c9655
commit dd4cc9ec2e
1 changed files with 19 additions and 0 deletions

View File

@ -2967,6 +2967,25 @@ GtkMessageDialog,
padding: 0;
}
/********************
* various choosers *
********************/
GtkFontButton .separator,
GtkFileChooserButton .separator {
/* always disable separators */
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
-GtkWidget-vertical-separator: 0;
}
GtkFontButton GtkLabel:last-child {
color: alpha(currentColor, 0.7);
}
GtkFileChooserButton GtkImage:last-child {
color: alpha(currentColor, 0.7);
}
/*********************
* app notifications *
*********************/