paper-gtk-theme/Paper/gtk-3.0/widgets/_popovers.scss

50 lines
843 B
SCSS

/************
* Popovers *
************/
.popover.background,
popover.background {
padding: 2px;
border-radius: 4px;
border:none;
background-color: $popover_bg_color;
.csd &, & { border: 1px solid $borders_color; }
box-shadow: 0 1px 2px transparentize(black, 0.7);
&:backdrop {
background-color: $backdrop_bg_color;
box-shadow: none;
}
> list,
> .view,
> toolbar,
> .toolbar {
border-style: none;
background-color: transparent;
}
.csd &, & {
&.touch-selection,
&.magnifier {
@extend %osd;
border: 1px solid transparentize(white, 0.9);
button { @extend %osd_button };
}
&.osd { @extend %osd; }
}
.separator,separator { margin: 3px; }
list separator { margin: 0px; }
.check,
checkbutton,
.radio,
radiobutton { @extend modelbutton.flat; }
}