From 57d57160dd7df1aae080f35e1e6895ac74e6bf92 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 6 Dec 2018 13:46:34 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 8456220d81..2aa9e0991c 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1745,7 +1745,7 @@ body > footer > p a:visited { top: -2px; } -.header-breadcrumbs .color-icon { +.header-breadcrumbs .fas.color-icon { font-size: 44%; left: 0px; margin-right: 2px; @@ -1753,7 +1753,7 @@ body > footer > p a:visited { position: relative; } -span.color-icon { +span.fas.color-icon { font-size: 50%; top: -2px; left: 1px; @@ -1762,16 +1762,11 @@ span.color-icon { position: relative; } -.message > span.color-icon, -.field span.color-icon { - -} - #global-search-panel .panel-body .cell > .color-icon { margin-right: 5px; } -h4.panel-title span.color-icon { +h4.panel-title span.fas.color-icon { font-size: 50%; left: 0px; position: relative;