[Libreoffice-commits] online.git: Branch 'libreoffice-6-3' - loleaflet/css
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 5 09:09:34 UTC 2019
loleaflet/css/leaflet.css | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit a97c1c0cb7dcf1835bf93edca8e85aa09b1d6e56
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue May 28 15:39:48 2019 +0200
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Jun 5 11:09:16 2019 +0200
Use LO branding colors for loading progress bar
From https://wiki.documentfoundation.org/Marketing/Branding
Change-Id: I7d3d5932ef67ae5c1a522d03e1d1a0a8960b0816
Reviewed-on: https://gerrit.libreoffice.org/73107
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
(cherry picked from commit 43f09f284ca9be50913a3799c0c98137a1fdf42c)
Reviewed-on: https://gerrit.libreoffice.org/73528
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css
index 4ddd1cdf4..74cdc3418 100644
--- a/loleaflet/css/leaflet.css
+++ b/loleaflet/css/leaflet.css
@@ -729,14 +729,14 @@ input.clipboard {
margin: 0 -1px;
height: 100%;
text-align: right;
- background: #5c3dcc;
+ background: #18A303;
border: 1px solid;
- border-color: #4422bf #5435c4;
+ border-color: #106802;
border-radius: 10px;
- background-image: -webkit-linear-gradient(top, #745dc6, #6549cc 70%, #5c3dcc);
- background-image: -moz-linear-gradient(top, #745dc6, #6549cc 70%, #5c3dcc);
- background-image: -o-linear-gradient(top, #745dc6, #6549cc 70%, #5c3dcc);
- background-image: linear-gradient(to bottom, #745dc6, #6549cc 70%, #5c3dcc);
+ background-image: -webkit-linear-gradient(top, #92E285, #43C330 70%, #18A303);
+ background-image: -moz-linear-gradient(top, #92E285, #43C330 70%, #18A303);
+ background-image: -o-linear-gradient(top, #92E285, #43C330 70%, #18A303);
+ background-image: linear-gradient(to bottom, #92E285, #43C330 70%, #18A303);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
More information about the Libreoffice-commits
mailing list