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 <pedro.silva@collabora.com> Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
This commit is contained in:
parent
00bed8db5b
commit
116e3f74c7
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue