From e85e3f2847b7d92381f7444ad49694120c356eb2 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 26 Apr 2018 18:33:23 -0300 Subject: 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 Reviewed-by: Olivier Hallot --- help3xsl/default.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'help3xsl/default.css') 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 { -- cgit