diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-09-08 18:22:22 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-09-08 18:24:38 +0200 |
commit | af30e7ff5bdfd608d95b230aab5bb94118d62ebe (patch) | |
tree | b9996e467d7f7c36a5833bbe7f7d4b1d73e81e24 /core/css/styles.css | |
parent | 43616a7b1f94580bcf706729d57fb4aefd692e6b (diff) | |
download | nextcloud-server-af30e7ff5bdfd608d95b230aab5bb94118d62ebe.tar.gz nextcloud-server-af30e7ff5bdfd608d95b230aab5bb94118d62ebe.zip |
Port css to scss
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 1eeb9eba111..d1c13e16639 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -874,7 +874,7 @@ span.ui-icon { #header .header-right > div#contactsmenu > .menu { /* show 2.5 to 4.5 entries depending on the screen height */ height: calc(100vh - 150px); - max-height: 275px; + max-height: 302px; min-height: 175px; width: 350px; } @@ -889,7 +889,7 @@ span.ui-icon { #header .header-right > div#contactsmenu > .menu .content { /* fixed max height of the parent container without the search input */ height: calc(100vh - 150px - 50px); - max-height: 225px; + max-height: 250px; min-height: 125px; overflow-y: auto; } @@ -907,7 +907,6 @@ span.ui-icon { position: relative; align-items: center; padding: 3px 3px 3px 10px; - border-bottom: 1px solid var(--color-border); /* actions menu */ } #header .header-right > div#contactsmenu > .menu .contact .avatar { @@ -930,8 +929,8 @@ span.ui-icon { white-space: nowrap; text-overflow: ellipsis; } -#header .header-right > div#contactsmenu > .menu .contact .body .last-message { - opacity: 0.5; +#header .header-right > div#contactsmenu > .menu .contact .body .last-message, #header .header-right > div#contactsmenu > .menu .contact .body .email-address { + color: var(--color-text-maxcontrast); } #header .header-right > div#contactsmenu > .menu .contact .top-action, #header .header-right > div#contactsmenu > .menu .contact .second-action, #header .header-right > div#contactsmenu > .menu .contact .other-actions { width: 16px; |