mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Timer dialog for mobile now uses timesheet color for header
This commit is contained in:
parent
3307292e6f
commit
5453f1f8f1
@ -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%;
|
||||
|
@ -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"] {
|
||||
|
Loading…
Reference in New Issue
Block a user