diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-09-21 18:59:40 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-09-21 18:59:40 +0000 |
commit | 09b777672019684872279633daafdf6734c44901 (patch) | |
tree | 4bc54fc1a8c604daceabbf2d89cca84f5a1387c9 /apps/files/css/files.css | |
parent | 18431c2fe920c1f72f68f3c33a7c2a40ccb70c0a (diff) | |
download | nextcloud-server-09b777672019684872279633daafdf6734c44901.tar.gz nextcloud-server-09b777672019684872279633daafdf6734c44901.zip |
Use computer icon for edit locally file action
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index e18bcbaf4ae..591c5f94c7f 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -703,6 +703,10 @@ a.action > img { vertical-align: text-bottom; } +a.action.action-editlocally img.icon { + filter: var(--background-invert-if-dark); +} + /* Actions for selected files */ .selectedActions { position: relative; |