mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-09 20:21:07 +00:00
79 lines
1.5 KiB
SCSS
79 lines
1.5 KiB
SCSS
// Other desktops fixes
|
|
|
|
// XFCE
|
|
|
|
|
|
XfdesktopIconView.view {
|
|
text-shadow: 0 0 2px $base_color, 0 0 2px $base_color, 0 0 2px $base_color;
|
|
color: $text_color;
|
|
background-color: transparent;
|
|
|
|
.rubberband {
|
|
background-color: gtkalpha($selected_bg_color, 0.5);
|
|
}
|
|
}
|
|
|
|
XfdesktopIconView.view:active {
|
|
text-shadow: none;
|
|
color: $selected_fg_color;
|
|
background-color: gtkalpha($selected_bg_color, 0.5);
|
|
}
|
|
|
|
#XfceNotifyWindow {
|
|
|
|
color: $hint_fg;
|
|
border-radius: $window_radius;
|
|
border-width: $border_width;
|
|
border-style: solid;
|
|
@include relief($hint_bg);
|
|
label {color: $hint_fg}
|
|
label #summary { font-weight: bold; }
|
|
|
|
button {
|
|
@include button(osd);
|
|
&:hover {@include button(osd-hover); }
|
|
&:active {@include button(osd-active);}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.nemo-desktop-window notebook {
|
|
border: none;
|
|
}
|
|
|
|
.nautilus-window {
|
|
.top-bar {
|
|
background-color: $titlebar_active_bg;
|
|
color: $titlebar_active_fg;
|
|
|
|
&:backdrop {
|
|
background-color: $titlebar_backdrop_bg;
|
|
color: $titlebar_backdrop_fg;
|
|
transition: none;//$backdrop_transition;
|
|
}
|
|
.collapse-spacing {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.nautilus-list-view {
|
|
columnview, listview, cell {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
row {
|
|
margin: 0;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
#NautilusPathBar {
|
|
button, menubutton {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
windowhandle > box {
|
|
padding: 0;
|
|
}
|