Fixed user interface issues and added newAccountsRights in domain config.

This commit is contained in:
Ylian Saint-Hilaire
2019-05-12 19:14:24 -07:00
parent 252c5e51b8
commit f4867f2349
11 changed files with 46 additions and 10 deletions

View File

@@ -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;