Improved the (User|Admin) Settings screens

This commit is contained in:
djmaze 2021-11-07 21:19:48 +01:00
parent 6170de5aee
commit 5b0dd471bc
37 changed files with 948 additions and 1009 deletions

View file

@ -73,10 +73,9 @@
.well,
#rl-popups > dialog,
.b-settins-right .b-content,
#rl-settings-subscreen,
.messageList,
.messageView,
.b-admin-right .b-content,
#V-PopupsCompose .b-attachment-place {
background-color: #000;
border-color: #555;
@ -132,7 +131,7 @@ dialog header, dialog footer,
background-color: #111;
}
.b-admin-about .rl-logo {
#V-Settings-About .rl-logo {
filter: drop-shadow(0 0 1px #FFF);
}
@ -141,6 +140,7 @@ dialog header, dialog footer,
}
.tabs [id^="tab"]:checked + label {
background: linear-gradient(#555 0%, #000 100%);
color: #000;
}