diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-26 18:33:23 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-27 11:02:32 +0200 |
commit | e85e3f2847b7d92381f7444ad49694120c356eb2 (patch) | |
tree | b1cde3e49739f0b9486136ad72360770a57330ca /help3xsl/default.css | |
parent | 489a27e54a4671ac4dc7c2af5f67e898d9d6d100 (diff) |
Restore nice box shadows
Shadows were for tables only. Add shadows to some special tables
rendered as div's.
Change-Id: If3d6757c27a00598c67e510c5cccb77f89fddb6d
Reviewed-on: https://gerrit.libreoffice.org/53549
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index cc380ffbf7..693c882ecc 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -123,6 +123,9 @@ pre, display:flex; align-items: center; padding:0.3em; + box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; + border-bottom: 1px solid #E8E8E8; + background: #fefefe; } .noteicon { padding:0.3em; @@ -135,6 +138,8 @@ pre, /* Special case of table with one cell*/ .onecell{ + box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; + border-bottom: 1px solid #E8E8E8; } /* Special case of icon table*/ .icontable { |