* Filechooser update and fix. (#334)

pull/328/head
Csaba Jakosa 2016-04-13 07:42:37 +02:00 committed by Dustin Falgout
parent 03ddaeb517
commit 5a6d63f253
1 changed files with 10 additions and 25 deletions

View File

@ -91,34 +91,19 @@
************************/
@include exports("miscchoosers") {
GtkFontButton, filechooserbutton {
.separator {
/* always disable separators */
-GtkWidget-horizontal-separator: 0;
-GtkWidget-vertical-separator: 0;
}
label:last-child { color: alpha(currentColor, .7); }
image:last-child { color: alpha(currentColor, .7); }
}
filechooser {
.pane-separator {
&, &:hover {
border-width: 0 1px 0 0;
border-style: solid;
border-color: currentColor;
background-color: $bg_color;
color: shade($bg_color, ($contrast + .1));
}
}
/* for fallback when header bar not used */
.dialog-action-box {
border-width: 1px 0 0;
border-style: solid;
border-color: shade($bg_color, .7);
}
border-top: 1px solid $borders_color;
&:backdrop { border-top-color: $backdrop_borders_color; }
}
#pathbarbox { border-bottom: 1px solid $bg_color; }
}
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent;
}
}