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:
authorJoas Schilling <coding@schilljs.com>2020-02-17 18:30:07 +0300
committerJoas Schilling <coding@schilljs.com>2020-02-17 18:30:07 +0300
commit179f55f440e212f28e29513e3a439a4a511f5c37 (patch)
tree25577eaf762f72ebea9b2ed863db0ea26eca35c1 /css
parente4b83c11dbda20fbd0319f3e0854fd74a82d1b8e (diff)
Add "Go to file" link to conversation info
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 7188d604b..3cea3fcce 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -69,6 +69,12 @@
}
}
+ .forced-themed {
+ .icon-file {
+ background-image: url(icon-color-path('text', 'filetypes', $color-black, 1, true));
+ }
+ }
+
.icon-favorite {
/* Show favorite icon in yellow instead of default black. */
@include icon-color('star-dark', 'actions', 'FC0', 1, true);