summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/table/theme-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/table/theme-rtl.css')
-rw-r--r--wp-includes/blocks/table/theme-rtl.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/wp-includes/blocks/table/theme-rtl.css b/wp-includes/blocks/table/theme-rtl.css
new file mode 100644
index 0000000..064ae1d
--- /dev/null
+++ b/wp-includes/blocks/table/theme-rtl.css
@@ -0,0 +1,14 @@
+.wp-block-table{
+ margin:0 0 1em;
+}
+.wp-block-table td,.wp-block-table th{
+ word-break:normal;
+}
+.wp-block-table figcaption{
+ color:#555;
+ font-size:13px;
+ text-align:center;
+}
+.is-dark-theme .wp-block-table figcaption{
+ color:hsla(0,0%,100%,.65);
+} \ No newline at end of file