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-16 12:49:18 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:22 +0300
commit230dba77c564cdafb5c0a32c4b5c000d605ef1c3 (patch)
treeb1da2f2e529a449c329b89b39a2d8f90c742f94c /css
parent15480e0d41d0f5300e215ec7be75e240d1160491 (diff)
fix: table layout to match prosemirror expectations
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index b5680aee1..fd57b776b 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -267,14 +267,11 @@ div.ProseMirror {
vertical-align: top;
max-width: 100%;
}
- thead tr {
- background-color: var(--color-background-darker);
- th {
+ th {
font-weight: bold;
border-color: var(--color-border-dark);
- }
}
- tbody tr {
+ tr {
background-color: var(--color-main-background);
&:hover, &:active, &:focus {
background-color: var(--color-background-dark);