Fix transparent tooltips in Firefox

Fix #225
pull/234/head
Petr Stefan 2015-06-24 10:50:49 +02:00
parent c6fc8523ce
commit 2310178250
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;
}
/************