mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed user interface issues and added newAccountsRights in domain config.
This commit is contained in:
parent
e0851196a9
commit
0099e68e8b
11 changed files with 46 additions and 10 deletions
|
@ -344,6 +344,10 @@ body {
|
|||
width:50%;
|
||||
}
|
||||
|
||||
.night #logincell a {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
#loginpanel, #createpanel, #resetpanel, #tokenpanel, #resettokenpanel, #resetpasswordpanel, #resetpasswordpanel {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
|
@ -1844,6 +1848,10 @@ a {
|
|||
max-height: 200px;
|
||||
}
|
||||
|
||||
.night .notifiyBox {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.notifiyBox:before {
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
|
@ -1886,6 +1894,9 @@ a {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
.night #notificationCount {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.deskareaicon {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue