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

New commits:
commit 1ed89ae2200ddbe591193079a597986c5c5f0dc6
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Thu Nov 14 15:57:18 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Thu Nov 14 15:58:47 2019 +0100

    mobileWizard: improve focus/active states in all unobuttons using new class 
and properties
    
    Change-Id: Iaf124c50980d9d53be412e7ffcb1bf666e64f85f
    Reviewed-on: https://gerrit.libreoffice.org/82716
    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 64e9da9bb..c2e4f53e3 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -566,10 +566,11 @@ div#mobile-wizard-content .spinfield:active 
.spinfieldimage, div#mobile-wizard-c
        padding: 24px 32px 24px 32px;
        background-size: 24px !important;
 }
-#buttonbefore:focus, #buttonafter:focus, #buttonoptimal:focus, 
#buttonparallel:focus, #buttonnone:focus, #buttonthrough:focus, #bottom:focus, 
#top:focus, #standard:focus, #Bold:focus, #Bold:active, #Italic:focus, 
#Italic:active, #Underline:focus, #Underline:active, #Strikeout:focus, 
#Strikeout:active, #StyleApply:focus, #StyleApply:active, 
#StyleUpdateByExample:focus, #StyleUpdateByExample:active, 
#StyleNewByExample:focus, #StyleNewByExample:active, #Spacing:active, 
#SuperScript:active, #SubScript:active, #Shadowed:active, #Spacing:active, 
#SuperScript:active, #SubScript:active, #Grow:active, #Shrink:active, 
#Color:active, #AlignLeft:active, #AlignRight:active, 
#AlignHorizontalCenter:active, #AlignBlock:active, #AlignTop:active, 
#AlignVCenter:active, #AlignBottom:active, #IncrementIndent:active, 
#DecrementIndent:active, #LeftPara:active, #RightPara:active, 
#CenterPara:active, #JustifyPara:active, #DefaultBullet:active, 
#DefaultNumbering:active, #ParaspaceIncrease:active, #ParaspaceD
 ecrease:active, #HangingIndent:active{
-       border-radius: 4px;
+#mobile-wizard-content > .unobutton:focus, #mobile-wizard-content 
.unobutton:active{
        outline: none;
        background-color: #e5f1ff !important;
+       box-shadow: 0 0 0px 8px #e5f1ff;
+       border-radius: 0.1px;
 }
 #buttonbefore{background: url(images/sc_wrapleft.svg) no-repeat center;}
 #buttonafter{background: url(images/sc_wrapright.svg) no-repeat center;}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to