summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-23 08:59:52 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-23 16:11:29 +0200
commit001120ca435b5e3738644405e77651ae1159ded8 (patch)
treea86f49f985ffbcb944efb98d33fa054ead8bec56
parentFix label contents for Text CSV import (diff)
downloadhelp-001120ca435b5e3738644405e77651ae1159ded8.tar.gz
help-001120ca435b5e3738644405e77651ae1159ded8.zip
Update CSS box colors to match new Colibre
Change-Id: I5ed9fdcad79fc34032e6c8d1536aaaf12d32e177 (cherry picked from commit 47b0c69b0a1cefe027366d6e01f4f14470edaa2f) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96952 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--help3xsl/default.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 69a2b07051..8030eb5997 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -158,16 +158,16 @@ pre,
margin-top: 15px;
}
.note {
- border-left: 4px solid #61897C;
- background-color: #D9E7E2;
+ border-left: 3px solid #309048;
+ background-color: #d9f1dd;
}
.tip {
- border-left: 4px solid #4866AD;
- background-color: #CDD5E8;
+ border-left: 3px solid #0063b1;
+ background-color: #cde5f7;
}
.warning {
- border-left: 4px solid #D5B177;
- background-color: #F9EEDC;
+ border-left: 3px solid #ed8733;
+ background-color: #f6f1d2;
}
.noteicon, .notetext {
padding:0.3em;
@@ -253,7 +253,7 @@ h6 {
}
.howtoget {
background: #EBE7E9;
- border-left: 4px solid #4E4B55;
+ border-left: 3px solid #4E4B55;
border-radius: 0 4px 4px 0;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);
padding: 0.3em;