GTK 3.22: Fixes

pull/646/head
Megax 2017-01-22 08:39:53 +01:00
parent 9ec47abc20
commit 3555d8db0c
1 changed files with 28 additions and 0 deletions
src/gtk-3.20/scss/apps

View File

@ -29,3 +29,31 @@
}
}
}
/************************
! Unity-Control-Center *
*************************/
@include exports("unity-control-center") {
// Fixed: https://github.com/numixproject/numix-gtk-theme/issues/634
.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame {
// hide unwanted frames
border: 0 none transparent;
> stack > scrolledwindow > viewport > box.vertical > frame > box.vertical {
// reset $base_color;
iconview.view {
&, &:backdrop {
background-color: transparent;
}
&:selected {
&:focus, & {
@extend %selected_items;
}
}
}
}
}
}