home/.themes/oomox-numix-gruvbox/gtk-3.20/scss/apps/_cinnamon-applications.scss
Salt ae651057fd Moved between oomox themes
This one's based on Numix, which should look a lot better.
2017-08-10 02:31:57 -05:00

20 lines
393 B
SCSS

/*********************
! Cinnamon Settings *
**********************/
@include exports("cinnamon-settings") {
.cs-category-view {
&, .view {
&, &:backdrop {
background-color: transparent;
}
&:selected {
&:focus, & {
@extend %selected_items;
}
}
}
}
}