mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for email designs and cross client compatibility
This commit is contained in:
parent
f3fe723bfd
commit
78fadf49e3
@ -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…
x
Reference in New Issue
Block a user