From 116e3f74c7ec1183568e35deef4c218dc25a42d4 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Wed, 19 Feb 2020 11:27:27 +0100 Subject: [PATCH] Mobile: Toolbar up: Fix dark border when long press on any item and add hamburger press state Change-Id: Ic2472ffd8e03463f56d7850d05d3ef5564093202 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89004 Tested-by: Pedro Pinto da Silva Reviewed-by: Pedro Pinto da Silva --- loleaflet/css/toolbar-mobile.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css index dea0c34c5..b7410abc4 100644 --- a/loleaflet/css/toolbar-mobile.css +++ b/loleaflet/css/toolbar-mobile.css @@ -93,10 +93,18 @@ #toolbar-up .checked{ border-color: #fff; } - #toolbar-up .checked .w2ui-tb-image{ + #toolbar-up .checked .w2ui-tb-image, #toolbar-up .w2ui-tb-image:hover, #toolbar-up .w2ui-tb-image:focus, #toolbar-up .w2ui-tb-image:active, #toolbar-hamburger.menuwizard-closed:active{ -webkit-filter: drop-shadow(0px 0px 4px #0b87e7); filter: drop-shadow(0px 0px 4px #0b87e7); } + #toolbar-up .over{ + border-color: #fff !important; + } + #toolbar-up .over:hover .w2ui-tb-image, #toolbar-up .over:active .w2ui-tb-image{ + -webkit-filter: drop-shadow(0px 0px 4px #0b87e7); + filter: drop-shadow(0px 0px 4px #0b87e7); + border-color: #fff transparent; + } #toolbar-down table.w2ui-button .w2ui-tb-image { margin: 5px 9px 3px 9px!important; }