[Libreoffice-commits] help.git: Branch 'libreoffice-7-0' - help3xsl/default.css
Adolfo Jayme Barrientos (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 23 14:11:50 UTC 2020
help3xsl/default.css | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 001120ca435b5e3738644405e77651ae1159ded8
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Tue Jun 23 08:59:52 2020 -0500
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Jun 23 16:11:29 2020 +0200
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 at ubuntu.com>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 69a2b0705..8030eb599 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;
More information about the Libreoffice-commits
mailing list