Skip to content

Commit

Permalink
Vanilla css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 9, 2024
1 parent f227bdb commit b3f5b2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/templates/app/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ ul#side-menu.nav a,
.theme-border-primary{
border-color: {{ theme_primary }};
}
.tooltip{
.tooltip-inner{
background-color: {{ theme_primary }};
}
.tooltip .tooltip-inner{
background-color: {{ theme_primary }};
}
.tooltip.left .tooltip-arrow{ border-left-color: {{ theme_primary }}; }
.tooltip.top .tooltip-arrow{ border-top-color: {{ theme_primary }}; }
Expand Down

0 comments on commit b3f5b2d

Please sign in to comment.