numix-gtk-theme/gtk-3.0/scss/apps/_nautilus.scss

78 lines
1.8 KiB
SCSS
Raw Normal View History

/************
! Nautilus *
*************/
@include exports("nautilus") {
.nautilus-desktop.nautilus-canvas-item {
2015-08-06 23:10:35 +00:00
color: $white;
text-shadow: 1px 1px $black;
&:active { color: $fg_color; }
&:selected { color: $selected_fg_color; }
&:active, &:prelight, &:selected { text-shadow: none; }
}
NautilusWindow {
.toolbar {
border-width: 0 0 1px;
border-style: solid;
border-color: border_normal($toolbar_bg_color);
}
2015-08-06 23:10:35 +00:00
.sidebar .frame { border: 0; }
.sidebar-icon {
padding-left: 10px;
padding-right: 10px;
}
2015-05-31 16:20:35 +00:00
GtkPaned {
border-width: 0 1px 0 0;
border-style: solid;
&, &:hover {
border-color: shade($bg_color, ($contrast + .1));
background-color: $bg_color;
}
}
}
NautilusNotebook {
&.notebook {
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
}
2015-08-06 23:10:35 +00:00
.frame { border: 0; }
}
NautilusQueryEditor {
.toolbar {
padding-top: $spacing - 1px;
padding-bottom: $spacing - 2px;
2015-08-06 23:10:35 +00:00
border-width: 1px 0 0;
border-style: solid;
border-color: $toolbar_bg_color;
2015-08-06 23:10:35 +00:00
background-color: shade($toolbar_bg_color, .9);
&:nth-child(2) { border-color: border_normal($toolbar_bg_color); }
&.search-bar {
border-top-width: 0;
border-bottom-width: 0;
}
&, &.search-bar {
2015-05-31 16:20:35 +00:00
&:last-child, &:only-child {
border-bottom-width: 1px;
border-bottom-color: border_normal($toolbar_bg_color);
}
}
}
}
}