loleaflet/css/toolbar.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
New commits: commit 041ba36b45a2aa328329e9b533b6b3938dfd21b3 Author: Pedro <[email protected]> AuthorDate: Wed Oct 9 19:21:42 2019 +0200 Commit: Michael Meeks <[email protected]> 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 <[email protected]> Tested-by: Michael Meeks <[email protected]> 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 <[email protected]> AuthorDate: Wed Oct 9 19:07:03 2019 +0200 Commit: Michael Meeks <[email protected]> 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 <[email protected]> Tested-by: Michael Meeks <[email protected]> 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; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
