mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-12 09:40:45 +01:00
mail change unseen mail icon from envelope-fill to envelope and fix calendar print alignment
This commit is contained in:
parent
102bb023a3
commit
0c54f0d4e4
@ -1429,9 +1429,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
|
||||
et2-image.calendar_print_button, et2-appicon.calendar_print_appicon, et2-appicon.calendar_print_appicon img {
|
||||
height: 24px;
|
||||
width: 26px;
|
||||
width: 24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
et2-image.calendar_print_button::before{
|
||||
vertical-align: -.125em;/*reset to bootstrap chosen alignment*/
|
||||
}
|
||||
|
||||
/*Sortable views*/
|
||||
.srotable_cal_wk_ph {
|
||||
|
@ -1392,9 +1392,13 @@ et2-image.calendar_print_button,
|
||||
et2-appicon.calendar_print_appicon,
|
||||
et2-appicon.calendar_print_appicon img {
|
||||
height: 24px;
|
||||
width: 26px;
|
||||
width: 24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
et2-image.calendar_print_button::before {
|
||||
vertical-align: -0.125em;
|
||||
/*reset to bootstrap chosen alignment*/
|
||||
}
|
||||
/*Sortable views*/
|
||||
.srotable_cal_wk_ph {
|
||||
border: 2px dashed gray;
|
||||
|
@ -80,7 +80,7 @@ tr.deleted .status_img {
|
||||
}
|
||||
|
||||
tr.unseen .status_img {
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/envelope-fill.svg);
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/envelope.svg);
|
||||
}
|
||||
|
||||
tr.flagged_seen .status_img {
|
||||
|
@ -309,7 +309,7 @@
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/x-lg.svg);
|
||||
}
|
||||
#mail-index tr span.unseen.status_img {
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/envelope-fill.svg);
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/envelope.svg);
|
||||
}
|
||||
#mail-index tr span.flagged_seen.status_img {
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/flag.svg);
|
||||
|
@ -324,7 +324,7 @@
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/x-lg.svg);
|
||||
}
|
||||
span.unseen.status_img {
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/envelope-fill.svg);
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/envelope.svg);
|
||||
}
|
||||
span.flagged_seen.status_img {
|
||||
background-image: url(../../../node_modules/bootstrap-icons/icons/flag.svg);
|
||||
|
Loading…
Reference in New Issue
Block a user