Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index 81234e51b..c9c375731 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -709,7 +709,7 @@ input[type="password"] {
}
.participantWithList .participant-offline {
- & > a {
+ & > span {
color: var(--color-text-maxcontrast);
}
.avatar {
@@ -723,7 +723,7 @@ input[type="password"] {
box-sizing: border-box;
}
-.participantWithList > li > a {
+.participantWithList > li > span {
display: block;
width: 100%;
line-height: 44px;