mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Tooltip rewirte.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user