[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 14 14:59:07 UTC 2019


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

New commits:
commit 1ed89ae2200ddbe591193079a597986c5c5f0dc6
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Nov 14 15:57:18 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at 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.silva at collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.silva at 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;}


More information about the Libreoffice-commits mailing list