2025-02-28 16:45:44 +01:00

42 lines
760 B
CSS

/* mail list */
.rcmfd_mh_row td {
background-color: transparent !important;
color: #fff !important;
}
.rcmfd_mh_row_dark td * {
color: #fff !important;
}
/* preferences */
.mh_preferences_row {
display: flex;
align-items: center;
}
.mh_preferences_row .mh_button {
border: 1px solid #ced4da;
}
/* pencil icon for settings item */
.listing.iconized tr.mh_preferences>td.section:before {
content: "\f303";
}
/* remove some colorpicker elements */
#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
display: none;
}
#mColorPickerFooter {
background-color: #ffffff !important;
}
#mColorPicker {
height: 83px !important;
padding: 2px !important;
background-color: #ffffff !important;
}