mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Improved web app, SSO fixes.
This commit is contained in:
@@ -2833,6 +2833,25 @@ a {
|
||||
box-shadow: 0px 0px 15px #666;
|
||||
}
|
||||
|
||||
.suggestionBoxItem {
|
||||
background-color:#5BB;
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.suggestionBoxItem:hover {
|
||||
background-color:#4AA;
|
||||
}
|
||||
|
||||
.suggestionBoxSubItem {
|
||||
font-size: 11px;
|
||||
margin-left: 4px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.traceEvent {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user