mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-03 18:51:09 +01:00
feat(core): tooltip background-color fallback style
This commit is contained in:
@@ -724,10 +724,12 @@ body {
|
||||
|
||||
.tooltip {
|
||||
.tooltip-inner {
|
||||
background-color: @mt-body-background-color;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
&.top {
|
||||
.tooltip-arrow {
|
||||
border-top-color: @mt-body-background-color;
|
||||
border-top-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user