summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-26 18:33:23 -0300
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:55:28 +0200
commit5baa8166b6498cf6dc8a26be2586c28e1d534225 (patch)
tree5241e5fa8ba8c9ece20752468f2768634b8608dd
parentb99789540246c14ea86c4faeb728a134c89abe0f (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>
-rw-r--r--help3xsl/default.css5
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 {