loleaflet/css/toolbar.css | 9 +++++++++ 1 file changed, 9 insertions(+)
New commits: commit 7bd54177a2a6daa7f243bd6cfc88b7cde81ecb27 Author: Pedro <pedro.si...@collabora.com> AuthorDate: Tue Oct 15 15:03:19 2019 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Wed Oct 16 10:14:28 2019 +0200 mobile-wizard-content: differentiate spinimages from normal image btns and increase accessibility by adding states Change-Id: I6666403b7df77f827f7eb2aceff2cc8334fb2ad9 Reviewed-on: https://gerrit.libreoffice.org/80835 Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> Tested-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 8609c02ce..b587053fd 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -123,6 +123,15 @@ border-radius: 2px; background-size: 28px; } + div#mobile-wizard-content .spinfieldcontainer .spinfieldimage { + opacity: 0.5; + } + div#mobile-wizard-content .spinfieldcontainer:active .spinfieldimage, div#mobile-wizard-content .spinfieldcontainer:focus .spinfieldimage, div#mobile-wizard-content .spinfieldcontainer:hover .spinfieldimage { + opacity: 1 !important; + } + div#mobile-wizard-content .spinfield:active .spinfieldimage, div#mobile-wizard-content .spinfield:focus .spinfieldimage, div#mobile-wizard-content .spinfield:hover .spinfieldimage { + opacity: 1 !important; + } #buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough, #bottom, #top, #standard, #Bold, #Italic, #Underline, #Strikeout{ margin: 0; padding: 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits