mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-26 11:27:04 +00:00
refactor styles: consolidate .textnewui and .LogoffLinkColor classes with improved specificity
This commit is contained in:
parent
f9748b6697
commit
9be6d936fd
@ -266,20 +266,6 @@ body {
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
.textnewui {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding-top: 5px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.LogoffLinkColor {
|
||||
color:white;
|
||||
}
|
||||
|
||||
#logoutControlSpan2 {
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
@ -2265,14 +2251,6 @@ nav .lbbuttonsel2 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
[data-bs-theme="light"] .btn-outline-secondary {
|
||||
border-color: #6c757d;
|
||||
}
|
||||
|
||||
[data-bs-theme="light"] .btn-outline-success {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .btn-outline-secondary {
|
||||
color: #adb5bd;
|
||||
}
|
||||
@ -2363,6 +2341,20 @@ nav .lbbuttonsel2 {
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
.textnewui {
|
||||
color: white !important;
|
||||
font-weight: bold;
|
||||
padding-top: 5px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.LogoffLinkColor {
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
.h2end {
|
||||
height: 100%;
|
||||
width: 20px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user