Fixes for email designs and cross client compatibility
This commit is contained in:
parent
f3fe723bfd
commit
78fadf49e3
3 changed files with 2 additions and 5 deletions
|
|
@ -940,7 +940,6 @@ html {
|
|||
';
|
||||
|
||||
$css .= 'font-size:'.$this->settings->font_size.'px;';
|
||||
// $css .= 'font-size:14px;';
|
||||
|
||||
$css .= '}';
|
||||
|
||||
|
|
|
|||
|
|
@ -773,8 +773,6 @@ html {
|
|||
';
|
||||
|
||||
$css .= 'font-size:'.$this->settings->font_size.'px;';
|
||||
// $css .= 'font-size:14px;';
|
||||
|
||||
$css .= '}';
|
||||
|
||||
return $css;
|
||||
|
|
|
|||
|
|
@ -117,8 +117,8 @@
|
|||
color: inherit !important;
|
||||
}
|
||||
|
||||
.new_button, {
|
||||
background-color: {{ $primary_color }};
|
||||
.new_button, a {
|
||||
background-color: {{ $primary_color }} !important;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue