diff --git a/css/chatview.scss b/css/chatview.scss index 1d48a8cc7e6..394913ea781 100644 --- a/css/chatview.scss +++ b/css/chatview.scss @@ -241,8 +241,8 @@ body:not(#body-public) #chatView .comment .authorRow:not(.currentUser):not(.gues #chatView .comment.showDate { margin-top: 40px; - border-top: 1px solid #dbdbdb; - padding-top: 10px; + border-top: 1px solid var(--color-border); + padding-top: 20px; } #chatView .comment.showDate:before { @@ -255,9 +255,10 @@ body:not(#body-public) #chatView .comment .authorRow:not(.currentUser):not(.gues padding: 0 7px 0 7px; text-align: center; + white-space: nowrap; - color: #878787; - background-color: #fff; + color: var(--color-text-maxcontrast); + background-color: var(--color-main-background); } #chatView .comment.showDate .authorRow { diff --git a/css/style.scss b/css/style.scss index 57a0447f9a0..24851ebeab8 100644 --- a/css/style.scss +++ b/css/style.scss @@ -56,12 +56,12 @@ } #oca-spreedme-add-room { - border-bottom: 1px solid $color-border; + border-bottom: 1px solid var(--color-border); } .oca-spreedme-add-person { - border: 1px solid $color-border; - border-radius: $border-radius; + border: 1px solid var(--color-border); + border-radius: var(--border-radius); } .contactsmenu-popover li > a > img { @@ -155,9 +155,7 @@ input[type="password"] { } .participantWithList .avatar, -#app-navigation .avatar, -#app-navigation .icon-contacts-dark, -#app-navigation .app-navigation-entry-link .icon-public { +#app-navigation .app-navigation-entry-link > .avatar { position: absolute; left: 6px; top: 6px; @@ -170,8 +168,8 @@ input[type="password"] { margin: 0 !important; } -.select2-result .icon-contacts.avatar, -.select2-result .icon-public-white.avatar, +.select2-result .icon-contacts-dark.avatar, +.select2-result .icon-public.avatar, .select2-result .icon-mail.avatar, #app-navigation .app-navigation-entry-link .avatar.icon { border-radius: 50%; @@ -210,7 +208,6 @@ input[type="password"] { span { padding: 2px 5px; border-radius: 10px; - background-color: nc-lighten($color-main-text, 90%); font-weight: bold; } @@ -596,11 +593,11 @@ input[type="password"] { flex-grow: 0; padding: 12px; text-align: center; - border-bottom: 1px solid $color-border; + border-bottom: 1px solid var(--color-border); margin-bottom: 0; .icon, a { - color: $color-main-text; + color: var(--color-main-text); opacity: .5; } } @@ -1071,3 +1068,12 @@ input[type="password"] { #app-sidebar #participantsTabView .participant:last-child { margin-bottom: 15px; } + +/** + * Dark-Theme fixes + */ +#app-navigation > ul > li > a:first-child { + img { + filter: none !important; + } +} diff --git a/img/no-password.svg b/img/no-password.svg index 981197eda76..a8da25c4642 100644 --- a/img/no-password.svg +++ b/img/no-password.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/js/app.js b/js/app.js index 48231662325..fb9c42599c9 100644 --- a/js/app.js +++ b/js/app.js @@ -153,11 +153,11 @@ }, formatResult: function (element) { if (element.type === "createPublicRoom") { - return '' + escapeHTML(element.displayName) + ''; + return '' + escapeHTML(element.displayName) + ''; } if (element.type === "createGroupRoom" || element.type === 'group') { - return '' + escapeHTML(element.displayName) + ''; + return '' + escapeHTML(element.displayName) + ''; } return '' + escapeHTML(element.displayName) + ''; diff --git a/js/views/callinfoview.js b/js/views/callinfoview.js index 10cc8de23f7..e62ae9e5b9f 100644 --- a/js/views/callinfoview.js +++ b/js/views/callinfoview.js @@ -48,11 +48,11 @@ ' {{#if isPublic}}' + '
' + '