mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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) {
|
body et2-dialog::part(header) {
|
||||||
color: white;
|
color: white;
|
||||||
background: #0c5da5;
|
background: #330066;
|
||||||
height: 5ex;
|
height: 5ex;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@ -8346,7 +8346,7 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
box-shadow: 0px 4px 5px 2px silver;
|
box-shadow: 0px 4px 5px 2px silver;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background: #0c5da5;
|
background: #330066;
|
||||||
}
|
}
|
||||||
body et2-dialog et2-button[slot="footer"] {
|
body et2-dialog et2-button[slot="footer"] {
|
||||||
padding-left: 150%;
|
padding-left: 150%;
|
||||||
|
@ -597,7 +597,7 @@
|
|||||||
|
|
||||||
et2-dialog::part(header) {
|
et2-dialog::part(header) {
|
||||||
color: white;
|
color: white;
|
||||||
background: #0c5da5;
|
background: @timesheet-color;
|
||||||
height: 5ex;
|
height: 5ex;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@ -614,7 +614,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
||||||
background: #0c5da5;
|
background: @timesheet-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
et2-dialog et2-button[slot="footer"] {
|
et2-dialog et2-button[slot="footer"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user