mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Improved web app, SSO fixes.
This commit is contained in:
parent
4efbfa89be
commit
b80fe16325
11 changed files with 172 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue