mirror of
https://github.com/mue/mue.git
synced 2026-07-09 13:35:35 +02:00
fix: better tooltip css
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
.tooltipTitle {
|
||||
width: 60px;
|
||||
background-color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.89);
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
font-size: 0.6rem;
|
||||
@@ -26,12 +26,12 @@
|
||||
&:hover {
|
||||
.tooltipTitle {
|
||||
visibility: visible;
|
||||
opacity: 0.8;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dark .tooltipTitle {
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.79);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user