[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 27 15:50:22 UTC 2020


 loleaflet/css/mobilewizard.css |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 1d57b29632cb41865f76ee931c04715830e0c489
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Mon Jan 27 16:45:31 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Mon Jan 27 16:50:04 2020 +0100

    MobileWizard: List chevron: Increase contrast by:
    
    - Replace content (symbol character) with a darker element (SVG)
    - Avoid adding new asset when we can simply apply transformations etc
    
    Change-Id: I3c9ecdfd000723a30c28cb92ac752bd98823bcb7
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87540
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index fb19a505b..aaae8b01c 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -318,13 +318,18 @@
 	}
 
 	.sub-menu-arrow {
+		-webkit-transform: rotate(180deg);
+		-moz-transform: rotate(180deg);
+		-ms-transform: rotate(180deg);
+		-o-transform: rotate(180deg);
+		transform: rotate(180deg);
 		display: table-cell;
 		padding-left: 10px;
 		padding-right: 10px;
-		background: transparent;
+		background: url(images/lc_closedocmobile.svg) no-repeat left / 10px;
 		font-size: 1.5em;
 		font-weight: bold;
-		color: #aaa !important;
+		color: transparent !important;
 		vertical-align: middle;
 	}
 


More information about the Libreoffice-commits mailing list