[FIX] colors

This commit is contained in:
Parthiv Patel
2021-06-20 11:09:21 +00:00
parent 3e576b368d
commit 7fa7ea998f
9 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -18,7 +18,7 @@
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#header_background {
background-color: #875a7b;
background-color: #2496f6;
}
.global_layout {
max-width: 588px;
@@ -40,7 +40,7 @@
}
.button {
float: right;
background-color: #875a7b;
background-color: #2496f6;
color: #ffffff;
border-radius: 5px;
}
@@ -142,7 +142,7 @@
}
.flectra_link_text {
font-weight: bold;
color: #875a7b;
color: #2496f6;
}
.run_business {
color: #2d2a26;
@@ -238,8 +238,8 @@
}
#header {
padding: 20px 30px 25px 30px;
border-left: 1px solid #875a7b;
border-right: 1px solid #875a7b;
border-left: 1px solid #2496f6;
border-right: 1px solid #2496f6;
}
.global_layout {
padding: 25px 30px 30px 30px;
+1 -1
View File
@@ -18,7 +18,7 @@
By setting an alias to a job position, emails sent to this address create applications automatically. You can even use multiple trackers to get statistics according to the source of the application: LinkedIn, Monster, Indeed, etc.
% set record = object.env['hr.job'].search([('alias_name', '!=', False)], limit=1)
% if record and record.alias_domain
<a href="mailto:${record.alias_id.display_name}" target="_blank" style="color: #875a7b; text-decoration: none;">Try sending an email</a>
<a href="mailto:${record.alias_id.display_name}" target="_blank" style="color: #2496f6; text-decoration: none;">Try sending an email</a>
% endif
</p>
</div>
@@ -85,7 +85,7 @@
% if 'website_url' in object.job_id and object.job_id.website_url:
<div style="margin: 16px 8px 16px 8px;">
<a href="${object.job_id.website_url}"
style="background-color: #875a7b; text-decoration: none; color: #fff; padding: 8px 16px 8px 16px; border-radius: 5px;">Job Description</a>
style="background-color: #2496f6; text-decoration: none; color: #fff; padding: 8px 16px 8px 16px; border-radius: 5px;">Job Description</a>
</div>
% endif
@@ -185,7 +185,7 @@
% if 'website_url' in object.job_id and object.job_id.website_url:
<div style="margin: 16px 8px 16px 8px;">
<a href="${object.job_id.website_url}"
style="background-color: #875a7b; text-decoration: none; color: #fff; padding: 8px 16px 8px 16px; border-radius: 5px;">Job Description</a>
style="background-color: #2496f6; text-decoration: none; color: #fff; padding: 8px 16px 8px 16px; border-radius: 5px;">Job Description</a>
</div>
% endif
@@ -22,7 +22,7 @@
<tr>
<td style="margin: 0; padding:0;">
<table cellspacing="0" cellpadding="0" border="0" width="580" align="center" style="width:100%; max-width:580px;">
<tr style="color: #875a7b; font-size: 16px; font-weight: 500; border-bottom: 1px solid #e7e7e7;">
<tr style="color: #2496f6; font-size: 16px; font-weight: 500; border-bottom: 1px solid #e7e7e7;">
<td style="width: 70%;padding: 10px 0; text-align: left;">Label</td>
<td style="width: 30%;padding: 10px 0; text-align: right;">%Click (Total)</td>
</tr>
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

@@ -3056,7 +3056,7 @@ var JournalDashboardGraph = AbstractField.extend({
var labels = this.data[0].values.map(function (pt) {
return pt.x;
});
var borderColor = this.data[0].is_sample_data ? '#dddddd' : '#875a7b';
var borderColor = this.data[0].is_sample_data ? '#dddddd' : '#2496f6';
var backgroundColor = this.data[0].is_sample_data ? '#ebebeb' : '#dcd0d9';
return {
type: 'line',
+1 -1
View File
@@ -1858,7 +1858,7 @@
<t t-name="web.IframeWrapper">
<div class="o_preview_iframe_wrapper">
<i class="o_iframe_wrapper_spinner fa fa-spinner fa-spin fa-4x" style="color: #875a7b; z-index: 2"/>
<i class="o_iframe_wrapper_spinner fa fa-spinner fa-spin fa-4x" style="color: #2496f6; z-index: 2"/>
<!--suppress CheckTagEmptyBody -->
<iframe src="about:blank" class="o_preview_iframe" style="display:none"></iframe>
</div>
@@ -2,7 +2,7 @@ flectra.define('website_sale.backend', function (require) {
"use strict";
var WebsiteBackend = require('website.backend.dashboard');
var COLORS = ['#875a7b', '#21b799', '#E4A900', '#D5653E', '#5B899E', '#E46F78', '#8F8F8F'];
var COLORS = ['#2496f6', '#21b799', '#E4A900', '#D5653E', '#5B899E', '#E46F78', '#8F8F8F'];
WebsiteBackend.include({
jsLibs: [
+2 -2
View File
@@ -20,7 +20,7 @@
% endif
<div style="margin: 16px 8px 16px 8px; text-align: center;">
<a href="${object.website_url}"
style="background-color: #875a7b; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;">View content</a>
style="background-color: #2496f6; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;">View content</a>
</div>
Enjoy this exclusive content!
% if user.signature
@@ -51,7 +51,7 @@
</div>
<div style="margin: 16px 8px 16px 8px; text-align: center;">
<a href="${(object.website_url + '?fullscreen=1') if ctx['fullscreen'] else object.website_url | safe}"
style="background-color: #875a7b; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;">View <strong>${object.name}</strong></a>
style="background-color: #2496f6; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;">View <strong>${object.name}</strong></a>
</div>
% if user.signature
<br />