summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-10-08 19:57:58 +0200
committerGrigorii Shartsev <grigorii.shartsev@nextcloud.com>2023-02-20 16:12:14 +0100
commit274e3a2f552abcee9d025aec77f834ebc0536f60 (patch)
tree1e3b190a7f7f5f20401beb39f513112950cee885 /css
parent3d20004ab5f36893974535a326e1d0d42476c1fd (diff)
Replace custom component with new RichContenteditable
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/icons.css b/css/icons.css
index 64cf1b8e8..68cc2cb1a 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -67,14 +67,18 @@
background-image: url(../img/changelog.svg);
}
-/* The atwho panel is a direct child of the body, so it is not affected by
+/* The tribute panel is a direct child of the body, so it is not affected by
* .app-Talk rules above.
* "forced-white" needs to be included in the class name as the Avatar does
* not accept several classes. */
-.talk.candidate-mentions.atwho-panel .icon-group-forced-white {
+.tribute-container .icon-group-forced-white {
background-image: url(../img/icon-contacts-white.svg);
}
+.tribute-container .icon-user-forced-white {
+ background-image: url(../img/icon-user-white.svg)
+}
+
/* Needed to use white color also in dark mode. */
.app-files .app-sidebar__close.forced-white {
color: #ffffff;