mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Restyle et2 dialog buttons in mobile theme
This commit is contained in:
parent
5a6da6b5ec
commit
91c9038ba8
@ -8335,11 +8335,14 @@ table.egwGridView_grid img.et2_appicon {
|
||||
/* Set header size, color & background */
|
||||
color: white;
|
||||
background: #0c5da5;
|
||||
height: 5ex;
|
||||
height: 7ex;
|
||||
padding: 0;
|
||||
padding-left: 5px;
|
||||
border-radius: 0;
|
||||
}
|
||||
body et2-dialog::part(title) {
|
||||
line-height: 5ex;
|
||||
}
|
||||
body et2-dialog::part(close-button) {
|
||||
/* Move dialog close button up, change color */
|
||||
position: absolute;
|
||||
@ -8352,8 +8355,7 @@ table.egwGridView_grid img.et2_appicon {
|
||||
border: none;
|
||||
}
|
||||
body et2-dialog::part(footer) {
|
||||
/* Move footer to top, set background color */
|
||||
order: -1;
|
||||
order: 0;
|
||||
box-shadow: 0px 4px 5px 2px silver;
|
||||
width: 100%;
|
||||
margin-top: 0px;
|
||||
|
@ -600,12 +600,14 @@
|
||||
/* Set header size, color & background */
|
||||
color: white;
|
||||
background: #0c5da5;
|
||||
height: 5ex;
|
||||
height: 7ex;
|
||||
padding: 0;
|
||||
padding-left: 5px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
et2-dialog::part(title) {
|
||||
line-height: 5ex;
|
||||
}
|
||||
et2-dialog::part(close-button) {
|
||||
/* Move dialog close button up, change color */
|
||||
position: absolute;
|
||||
@ -615,8 +617,7 @@
|
||||
}
|
||||
|
||||
et2-dialog::part(footer) {
|
||||
/* Move footer to top, set background color */
|
||||
order: -1;
|
||||
order: 0;
|
||||
box-shadow: 0px 4px 5px 2px silver;
|
||||
width: 100%;
|
||||
margin-top: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user