From 0640ddd9840cb01c9c0332ba4e9718e032615ede Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 16 Jan 2023 17:29:55 -0700 Subject: [PATCH] Fix missing "today" in calendar toolbar --- api/templates/default/etemplate2.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index e45a7cd9dc..0ead84a6e7 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2779,7 +2779,7 @@ table.egwGridView_outer thead tr th.noResize:hover { padding-inline-start: 0; } -.et2_toolbar et2-button:not(.et2_toolbar_hasCaption)::part(label) { +.et2_toolbar et2-button:not(.et2_toolbar_onlyCaption):not(.et2_toolbar_hasCaption)::part(label) { position: absolute; top: 100%; } @@ -2788,10 +2788,6 @@ table.egwGridView_outer thead tr th.noResize:hover { padding: 0; } -.et2_toolbar et2-button.et2_toolbar_onlyCaption::part(label) { - position: absolute; - left: -999px; -} div.et2_toolbar.ui-widget-header { background: none;