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-14 17:43:30 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:20 +0300
commitc41a6616a2a52090b00ac1ba8f3a2cd77ad4f716 (patch)
tree590b892ff0f1346d23560ae7372c214dc75ea2de /css
parent759f8cbc0cc4ad9c28382f384b7c84963aa9d89a (diff)
feature: add table button to create a table
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 255d6fc38..6c36e66fb 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -8,6 +8,7 @@
@include icon-black-white('ol', 'text', 1);
@include icon-black-white('ul', 'text', 1);
@include icon-black-white('tasklist', 'text', 1);
+@include icon-black-white('table', 'text', 1);
@include icon-black-white('hr', 'text', 1);
@include icon-black-white('quote', 'text', 1);
@include icon-black-white('paragraph', 'text', 1);