Merge pull request #234 from SemaiCZE/transparent_tooltips
Fix transparent tooltips in Firefoxpull/249/head
commit
a0431dc46f
|
@ -3210,8 +3210,18 @@ GtkColorButton.button {
|
||||||
color: @theme_tooltip_fg_color;
|
color: @theme_tooltip_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip.background {
|
||||||
|
background-color: @theme_tooltip_bg_color;
|
||||||
|
background-clip: padding-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip.window-frame.csd {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip * {
|
.tooltip * {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
|
|
Loading…
Reference in New Issue