summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-09-06 04:24:45 -0500
committerAndras Timar <andras.timar@collabora.com>2018-09-06 11:55:39 +0200
commit4fcc8606724bcf6ec87b3ca741d4a00633e1b3c4 (patch)
treeadc8cc7cf4e76cb6a5ee3be008c2683f49db8b4e
parent671e2aa40ff363a9f2938c3f94ea5ae5c6f93354 (diff)
Commit cef6bdec37d8001d8f8c2c0f30c3a44500e38ec6 mass-changed LibreOffice’s green with Collabora’s purple, but .howtoget divs, having a pale green background, looked very discordant. Change-Id: I05ade2f92f49764b199214ef64cf4091169d61cf Reviewed-on: https://gerrit.libreoffice.org/60079 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--help3xsl/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 50c1530cea..4a85a0ac09 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -243,7 +243,7 @@ h6 {
margin-left: 5px;
}
.howtoget {
- background: #CCF4C6;
+ background: #e4ddff;
border-left: 4px solid #5c3de2;
border-radius: 0 4px 4px 0;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);