2022-04-17 22:49:54 +08:00
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
/************
|
|
|
|
* Nautilus *
|
|
|
|
************/
|
|
|
|
|
|
|
|
.nautilus-window {
|
|
|
|
// Floating Bar
|
|
|
|
.floating-bar {
|
|
|
|
padding: 2px;
|
|
|
|
background-color: $selected_bg_color;
|
|
|
|
color: $selected_fg_color;
|
|
|
|
border-radius: $wm_radius - $container_padding;
|
|
|
|
margin: $container_padding;
|
|
|
|
box-shadow: $shadow_5;
|
|
|
|
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
border-radius: $circular_radius;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-right: container_padding;
|
|
|
|
-gtk-icon-shadow: none;
|
|
|
|
@extend %selected-button;
|
2022-04-17 22:49:54 +08:00
|
|
|
}
|
|
|
|
}
|
2022-10-08 13:57:46 +08:00
|
|
|
}
|
2022-04-17 22:49:54 +08:00
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
#NautilusViewCell {
|
|
|
|
clamp box {
|
|
|
|
margin: 0;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
}
|
2022-04-17 22:49:54 +08:00
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
#NautilusQueryEditor { // search entry
|
|
|
|
padding: 1px $container_padding;
|
2022-04-17 22:49:54 +08:00
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
> menubutton > button {
|
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
margin: 0;
|
|
|
|
-gtk-icon-size: 12px;
|
|
|
|
padding: 0 4px;
|
2022-04-17 22:49:54 +08:00
|
|
|
}
|
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
> text, > image { margin: 0; }
|
|
|
|
}
|
2022-04-17 22:49:54 +08:00
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
#NautilusPathBar {
|
|
|
|
background-color: $fill_color;
|
|
|
|
border-radius: $bt_radius;
|
|
|
|
margin: $container_padding 0 $container_padding $container_padding;
|
|
|
|
|
|
|
|
#NautilusPathButton {
|
|
|
|
margin: 0 $container_padding / 2;
|
|
|
|
border-radius: $bt_radius;
|
|
|
|
|
|
|
|
&.current-dir {
|
|
|
|
color: $header_fg;
|
|
|
|
|
|
|
|
&:hover, &:active {
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2022-04-17 22:49:54 +08:00
|
|
|
}
|
2022-10-08 13:57:46 +08:00
|
|
|
|
|
|
|
&:first-child { margin-left: 0; }
|
|
|
|
}
|
|
|
|
|
|
|
|
> menubutton {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2022-04-17 22:49:54 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-08 13:57:46 +08:00
|
|
|
// Extensions
|
2022-04-17 22:49:54 +08:00
|
|
|
window.nightthemeswitcher headerbar {
|
|
|
|
background: $header_bg;
|
|
|
|
color: $header_fg;
|
|
|
|
}
|
2022-05-05 17:53:22 +08:00
|
|
|
|
|
|
|
//
|
|
|
|
// Gnome Control Center
|
|
|
|
//
|
|
|
|
|
|
|
|
window.background.csd {
|
|
|
|
> contents {
|
|
|
|
> leaflet.unfolded > box {
|
|
|
|
> headerbar {
|
|
|
|
@extend %side_headerbar_left;
|
|
|
|
}
|
|
|
|
|
|
|
|
> searchbar {
|
|
|
|
@extend %side_searchbar;
|
|
|
|
}
|
|
|
|
|
|
|
|
> stack > widget > box > widget > headerbar,
|
|
|
|
> stack > widget > overlay > leaflet.folded > box > headerbar {
|
|
|
|
@extend %side_headerbar_right;
|
|
|
|
}
|
|
|
|
|
|
|
|
> scrolledwindow > viewport > widget > stack {
|
|
|
|
> list.navigation-sidebar {
|
|
|
|
background-color: rgba($dark_sidebar_bg, 1);
|
|
|
|
|
|
|
|
> separator {
|
|
|
|
background-color: transparent;
|
|
|
|
margin: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> box > list.navigation-sidebar { background-color: rgba($dark_sidebar_bg, 1); }
|
|
|
|
}
|
|
|
|
|
|
|
|
> stack.background { background-color: $base_color; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|