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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-03-22 11:49:03 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:25 +0300
commit2e0440ec30f9ee82b9abcd8fc563884cd40e4c38 (patch)
treed2e9d2dba089cd2953618c025b78e4d798cdb900 /css
parent3491ccb97fa59b1afd1c0bbb5a6e804af6e77fc0 (diff)
ui: translate table actions, new icons
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 626d1650d..db6b3c7b3 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -28,3 +28,5 @@
@include icon-black-white('add_col_after', 'text', 1);
@include icon-black-white('add_row_before', 'text', 1);
@include icon-black-white('add_row_after', 'text', 1);
+@include icon-black-white('delete_col', 'text', 1);
+@include icon-black-white('delete_row', 'text', 1);