perf(ui): uniform the muted text color
This commit is contained in:
parent
2918da9f29
commit
aadf9393d5
1 changed files with 5 additions and 0 deletions
|
@ -666,6 +666,11 @@ i {
|
|||
}
|
||||
}
|
||||
|
||||
/* overwrite bootstrap muted */
|
||||
.text-muted {
|
||||
color: var(--text-muted-color) !important;
|
||||
}
|
||||
|
||||
/* Overwrite bootstrap tooltip */
|
||||
.tooltip-inner {
|
||||
font-size: 0.7rem;
|
||||
|
|
Loading…
Reference in a new issue