mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed dark mode buttons on desktop tab, #3633
This commit is contained in:
parent
6f3a0e67dd
commit
c11cb31b4d
4 changed files with 25 additions and 15 deletions
|
@ -3217,3 +3217,12 @@ a {
|
|||
.night .thermalSensor {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.desktopButtons {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.night .desktopButtons {
|
||||
filter: invert(60%);
|
||||
-webkit-filter: invert(60%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue