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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2022-09-29 14:51:45 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2022-09-29 14:57:22 +0300
commiteb6ed7dcfdc8d02ced67858710f00cbf7394f077 (patch)
tree8104bb90d9d2dfbed41b67cea9e461add7d2088a /apps/files/css/merged.css
parenta880f791d13702b69c19705f9d06eabb02a81f37 (diff)
Fix starred favourite icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/css/merged.css')
-rw-r--r--apps/files/css/merged.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/css/merged.css b/apps/files/css/merged.css
index 40c5e36f30f..e14edcdf04b 100644
--- a/apps/files/css/merged.css
+++ b/apps/files/css/merged.css
@@ -973,8 +973,7 @@ table.dragshadow td.size {
background-image: none;
}
.files-filestable .filename .favorite-mark .icon-starred {
- /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
- background-image: var(--icon-star-dark-yellow);
+ background-image: var(--icon-starred-yellow) !important;
}
.files-filestable .filename .action .icon.hidden,