Merge pull request #413 from megax/patch1

GTK 3.20 :: Tooltip rewirte
pull/415/head
Khurshid Alam 2016-05-09 22:42:38 +05:30
commit 5e6ae19bca
1 changed files with 9 additions and 6 deletions

View File

@ -15,15 +15,18 @@
************/
@include exports("tooltip") {
.tooltip {
tooltip {
&.background {
@include linear-gradient($tooltip_bg_color);
border: 0;
border-radius: $roundness;
color: $tooltip_fg_color;
&, &.csd {
background-color: $tooltip_bg_color;
background-clip: padding-box;
border: 1px solid border_normal($tooltip_bg_color);
border-radius: $roundness;
}
}
label { color: $tooltip_fg_color; }
* {
background-color: transparent;
color: inherit;