[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 8 14:48:09 UTC 2019
loleaflet/css/toolbar.css | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 9a8301281f58270aa41a36bc5dd67eebc68f6bde
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 8 16:25:33 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 8 16:47:51 2019 +0200
toolbar-down(only): Style active states(checked) according to the overall theme without replacing icon
Change-Id: I3828039796a8ab9fb1cd32529efbb781348cdec5
Reviewed-on: https://gerrit.libreoffice.org/80472
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index dd231b987..c1f4d2110 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,17 @@
}
}
@media (max-width: 767px), (max-device-height: 767px) {
+ #toolbar-down table.w2ui-button.checked .w2ui-tb-image{
+ -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-size: 18px !important;
+ }
+
+ #toolbar-down table.w2ui-button.checked {
+ border: 1px solid #e5f1ff;
+ background-color: #e5f1ff;
+ border-radius: 0px;
+ }
.w2ui-icon.users{
background-size: 20px !important;
}
More information about the Libreoffice-commits
mailing list