loleaflet/css/mobilewizard.css |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 6ca05878f38631a41b41a8b39fd31ceb44aacc19
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Thu Nov 14 15:33:45 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Thu Nov 14 15:35:35 2019 +0100

    mobileWizard: style unobutton when selected
    
    Change-Id: I83de024825e9409ae494b5d4b24afa23c54ad604
    Reviewed-on: https://gerrit.libreoffice.org/82713
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 4877a2ced..64e9da9bb 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -285,8 +285,11 @@ p.mobile-wizard.ui-combobox-text.selected {
 }
 
 .ui-content.unobutton.selected {
-       border: 1px solid #4d82b8;
-       border-radius: 10px;
+       -webkit-filter: grayscale(0) brightness(90%) sepia(90%) 
hue-rotate(-179deg) saturate(800%) contrast(0.7);
+       filter: grayscale(0) brightness(90%) sepia(90%) hue-rotate(-179deg) 
saturate(800%) contrast(0.7);
+       box-shadow: 0 0 0px 8px #e6e6e640;
+       border-radius: 0.1px;
+       background-color: #e6e6e640;
 }
 
 #mobile-wizard-content .ui-content > table > tr > td > table > table > 
tr:first-child > td > img{
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to