Skip to content

Commit

Permalink
organizr tooltip color change
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Sep 12, 2021
1 parent 6d8cf1f commit 6ca893b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CSS/themes/organizr/organizr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2164,6 +2164,27 @@ a.mytooltip {
margin-left: -10px;
}

.tooltip-info+.tooltip .tooltip-inner,.tooltip-info.tooltip .tooltip-inner {
color: var(--label-text-color);
background-color: rgba(var(--accent-color));
}

.tooltip-info+.tooltip.top .tooltip-arrow,.tooltip-info.tooltip.top .tooltip-arrow {
border-top-color: rgba(var(--accent-color));
}

.tooltip-info+.tooltip.right .tooltip-arrow,.tooltip-info.tooltip.right .tooltip-arrow {
border-right-color: rgba(var(--accent-color));
}

.tooltip-info+tooltip.bottom .tooltip-arrow,.tooltip-info.tooltip.bottom .tooltip-arrow {
border-bottom-color: rgba(var(--accent-color));
}

.tooltip-info+.tooltip.left .tooltip-arrow,.tooltip-info.tooltip.left .tooltip-arrow {
border-left-color: rgba(var(--accent-color));
}

.swapLog.active {
border: 1px solid rgba(120, 130, 140, .2);
background-color: #12dafefc !important;
Expand Down

0 comments on commit 6ca893b

Please sign in to comment.