1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

organizr tooltip color change

This commit is contained in:
Marius 2021-09-12 14:42:55 +02:00
parent 6d8cf1f2c5
commit 6ca893bba2

View File

@ -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;