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.scss | |
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.scss')
-rw-r--r-- | apps/files/css/files.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index e37e3fffd52..658283a9c74 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -596,6 +596,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; @@ -1311,4 +1315,3 @@ table.dragshadow td.size { margin: 0 12px; } } - |