Fix calendar date indicator not being as same height as other nm fields

This commit is contained in:
Hadi Nategh 2022-09-20 13:06:40 +02:00
parent c18aabb100
commit 1eff71056e
2 changed files with 2 additions and 2 deletions

View File

@ -1455,7 +1455,7 @@ img.calendar_print_button, img.calendar_print_appicon {
#calendar-toolbar_app_header {
color: #000;
font-size: 14px;
height: 1.7em;
height: 1.6em;
padding: 4px 3px 3px;
background: #b4cee773;
border-radius: 3px;

View File

@ -1412,7 +1412,7 @@ img.calendar_print_appicon {
#calendar-toolbar_app_header {
color: #000;
font-size: 14px;
height: 1.7em;
height: 1.6em;
padding: 4px 3px 3px;
background: #b4cee773;
border-radius: 3px;