mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix toolbar's action icons are no longer visible in mobile theme
This commit is contained in:
parent
2b051dac98
commit
2f3024468f
@ -9106,6 +9106,16 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=3);
|
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=3);
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
}
|
}
|
||||||
|
body .et2_toolbar .ui-toolbar-menulist et2-button::part(label) {
|
||||||
|
padding: 1em;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
body .et2_toolbar .ui-toolbar-menulist et2-dropdown-button {
|
||||||
|
height: 46px;
|
||||||
|
}
|
||||||
|
body .et2_toolbar .ui-toolbar-menulist et2-image {
|
||||||
|
filter: none!important;
|
||||||
|
}
|
||||||
body .et2_toolbar button.et2_toolbar_hasCaption {
|
body .et2_toolbar button.et2_toolbar_hasCaption {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
@ -9466,3 +9476,4 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*# sourceMappingURL=fw_mobile.css.map */
|
@ -1334,7 +1334,14 @@
|
|||||||
-khtml-box-shadow: 2px 3px 13px #666666;
|
-khtml-box-shadow: 2px 3px 13px #666666;
|
||||||
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
|
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
et2-button::part(label) {
|
||||||
|
padding: 1em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
et2-dropdown-button {height: 46px;}
|
||||||
|
et2-image {filter: none!important;}
|
||||||
|
}
|
||||||
|
|
||||||
button.et2_toolbar_hasCaption {
|
button.et2_toolbar_hasCaption {
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user