[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 19 15:28:38 UTC 2020
loleaflet/css/mobilewizard.css | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 28f076d694cffa540d62a363664e2061ca056f84
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 19 15:47:21 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 19 16:28:17 2020 +0100
Mobile: mobileWizard: Add hover/active state to spinners and Fix horizontal overflow
Change-Id: I4b3b6cd6f8fe99d7de5987dfea0013639bad946a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89042
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index c56b3ac12..dd1a71f10 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -200,7 +200,8 @@
color: #0867af !important;
}
#mobile-wizard-content {
- overflow: scroll;
+ overflow-y: scroll;
+ overflow-x: hidden;
position: absolute;
top: 111px;
bottom: 0px;
@@ -501,6 +502,9 @@
border-color: #0b87e7;
-webkit-filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
+ background-color:#0087ff75;
+ font-size: 22px;
+ font-weight: bold
}
.spinfieldimage {
width: 24px;
More information about the Libreoffice-commits
mailing list