Fix email template subject field styling

This commit is contained in:
Clemente Raposo 2022-05-19 16:07:21 +01:00
parent b5883d1dd7
commit 1a0a69737b

View file

@ -18,6 +18,10 @@
border: 1px solid $form-border-color;
margin-bottom: 1em;
}
#subjectfield {
background: transparent;
border: 1px solid $form-border-color;
}
select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
@ -67,7 +71,7 @@
text-transform: capitalize;
margin-top: 0.3em;
margin-bottom: 0.9em !important;
margin-left:0 !important;
margin-left:0 !important;
}
#detail_header_action_menu {
margin-top: 1em;