Merge pull request #234 from SemaiCZE/transparent_tooltips

Fix transparent tooltips in Firefox
pull/249/head
Satyajit Sahoo 2015-08-07 02:58:08 +05:30
commit a0431dc46f
1 changed files with 10 additions and 0 deletions

View File

@ -3210,8 +3210,18 @@ GtkColorButton.button {
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 * {
background-color: transparent;
color: inherit;
}
/************