1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

few more bootstrap fixes

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-10-31 13:31:33 +00:00
parent 561fc67f33
commit 438289b2ed
2 changed files with 150 additions and 147 deletions

View file

@ -731,7 +731,6 @@ body {
#devListToolbarSpan {
width: 100%;
height: 24px;
background: var(--sub-menu-bg);
vertical-align: middle;
border-spacing: 0;
@ -2919,11 +2918,13 @@ nav .lbbuttonsel2 {
.viewSelectorSel {
background-color: #BBB;
opacity: 0.8;
color: black;
}
.viewSelector:hover {
opacity: 0.5;
background-color: #AAA;
color: black;
}