Timer dialog for mobile now uses timesheet color for header

This commit is contained in:
nathan 2023-02-23 09:11:00 -07:00
parent 3307292e6f
commit 5453f1f8f1
2 changed files with 4 additions and 4 deletions

View File

@ -8332,7 +8332,7 @@ table.egwGridView_grid img.et2_appicon {
}
body et2-dialog::part(header) {
color: white;
background: #0c5da5;
background: #330066;
height: 5ex;
padding: 0;
padding-left: 5px;
@ -8346,7 +8346,7 @@ table.egwGridView_grid img.et2_appicon {
box-shadow: 0px 4px 5px 2px silver;
width: 100%;
margin-top: 0px;
background: #0c5da5;
background: #330066;
}
body et2-dialog et2-button[slot="footer"] {
padding-left: 150%;

View File

@ -597,7 +597,7 @@
et2-dialog::part(header) {
color: white;
background: #0c5da5;
background: @timesheet-color;
height: 5ex;
padding: 0;
padding-left: 5px;
@ -614,7 +614,7 @@
width: 100%;
margin-top: 0px;
background: #0c5da5;
background: @timesheet-color;
}
et2-dialog et2-button[slot="footer"] {