[Libreoffice-commits] online.git: 2 commits - loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 9 17:33:45 UTC 2019
loleaflet/css/toolbar.css | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
New commits:
commit 041ba36b45a2aa328329e9b533b6b3938dfd21b3
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 9 19:21:42 2019 +0200
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Oct 9 19:33:33 2019 +0200
Style impress slide sorter
Change-Id: Ic3fbc8b9d7404c822fe67c70b0e7b282c3d06db5
Reviewed-on: https://gerrit.libreoffice.org/80562
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 8dabb92b3..3ac17aa6b 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,19 @@
}
}
@media (max-width: 767px), (max-device-height: 767px) {
+ #slide-sorter .preview-img{
+ border-radius: 3px;
+ border-color: #eee;
+ }
+ #slide-sorter .preview-img-currentpart {
+ border-color: #0b87e780;
+ border-style: solid;
+ border-radius: 3px;
+ }
+ #presentation-controls-wrapper {
+ background-color: #f9f9f9;
+ border: none;
+ }
.spinfieldcontainer .plus:active, .spinfieldcontainer .minus:active{
border-color: #0b87e7;
-webkit-filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
commit 2da2de530246a50f0b8697df00e7c0e5cc4f7982
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 9 19:07:03 2019 +0200
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Oct 9 19:33:25 2019 +0200
Added active state for spinfieldcontainer controls
Change-Id: Ie1dcfbfbfb83df4d54a9fe9dc85f6bb14e355dce
Reviewed-on: https://gerrit.libreoffice.org/80561
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 1765b5ee4..8dabb92b3 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,14 @@
}
}
@media (max-width: 767px), (max-device-height: 767px) {
+ .spinfieldcontainer .plus:active, .spinfieldcontainer .minus:active{
+ 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);
+ }
+ .spinfieldcontainer .minus:active{
+ border-top: 1px solid #0b87e7;
+ }
.mobile-wizard.ui-combobox-text.checked {
color: #0b87e7 !important;
}
More information about the Libreoffice-commits
mailing list