mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Firefox tooltip fix. (#422)
This commit is contained in:
committed by
Dustin Falgout
parent
d3fcccc820
commit
848411d0dd
@@ -15,6 +15,7 @@
|
|||||||
************/
|
************/
|
||||||
|
|
||||||
@include exports("tooltip") {
|
@include exports("tooltip") {
|
||||||
|
.tooltip, // Firefox fix
|
||||||
tooltip {
|
tooltip {
|
||||||
&.background {
|
&.background {
|
||||||
&, &.csd {
|
&, &.csd {
|
||||||
@@ -22,11 +23,10 @@
|
|||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid border_normal($tooltip_bg_color);
|
border: 1px solid border_normal($tooltip_bg_color);
|
||||||
border-radius: $roundness;
|
border-radius: $roundness;
|
||||||
|
color: $tooltip_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
label { color: $tooltip_fg_color; }
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user