From 260f230cc5c00bbf284d6891b32226af55316dc4 Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Thu, 8 Jul 2021 15:48:24 +0530
Subject: [PATCH] Styles changes copied to css for sync

---
 layouts/v7/skins/contact/style.css            | 29 ++++++++++++++++---
 layouts/v7/skins/inventory/style.css          | 29 ++++++++++++++++---
 layouts/v7/skins/marketing/style.css          | 29 ++++++++++++++++---
 .../v7/skins/marketing_and_sales/style.css    | 29 ++++++++++++++++---
 layouts/v7/skins/project/style.css            | 29 ++++++++++++++++---
 layouts/v7/skins/sales/style.css              | 29 ++++++++++++++++---
 layouts/v7/skins/support/style.css            | 29 ++++++++++++++++---
 layouts/v7/skins/tools/style.css              | 29 ++++++++++++++++---
 8 files changed, 200 insertions(+), 32 deletions(-)

diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css
index bbb78f759..99e187d0c 100644
--- a/layouts/v7/skins/contact/style.css
+++ b/layouts/v7/skins/contact/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7732,4 +7738,19 @@ body .fc {
     padding: 30px;
   }
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/inventory/style.css b/layouts/v7/skins/inventory/style.css
index 789c74f7d..65e014247 100644
--- a/layouts/v7/skins/inventory/style.css
+++ b/layouts/v7/skins/inventory/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7736,4 +7742,19 @@ body .fc {
   border-left: 3px solid #F1C40F;
   opacity: 1;
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css
index 4e3d81ff7..64bf73726 100644
--- a/layouts/v7/skins/marketing/style.css
+++ b/layouts/v7/skins/marketing/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7998,4 +8004,19 @@ a.btnReport:hover {
   height: 450px;
   overflow: auto;
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/marketing_and_sales/style.css b/layouts/v7/skins/marketing_and_sales/style.css
index cee5dbca9..497501d37 100644
--- a/layouts/v7/skins/marketing_and_sales/style.css
+++ b/layouts/v7/skins/marketing_and_sales/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5584,6 +5589,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6135,14 +6143,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6160,7 +6167,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7730,4 +7736,19 @@ body .fc {
   border-left: 3px solid #3CB878;
   opacity: 1;
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/project/style.css b/layouts/v7/skins/project/style.css
index a3f8244ad..615bf59bc 100644
--- a/layouts/v7/skins/project/style.css
+++ b/layouts/v7/skins/project/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7736,4 +7742,19 @@ body .fc {
   border-left: 3px solid #8E44AD;
   opacity: 1;
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/sales/style.css b/layouts/v7/skins/sales/style.css
index 8547dface..1b122bfab 100644
--- a/layouts/v7/skins/sales/style.css
+++ b/layouts/v7/skins/sales/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7736,4 +7742,19 @@ body .fc {
   border-left: 3px solid #3CB878;
   opacity: 1;
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/support/style.css b/layouts/v7/skins/support/style.css
index 29c5430f1..47e535367 100644
--- a/layouts/v7/skins/support/style.css
+++ b/layouts/v7/skins/support/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7870,4 +7876,19 @@ div.flip {
 .caseRelatedRecords {
   margin-bottom: 0px !important;
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/tools/style.css b/layouts/v7/skins/tools/style.css
index 106961869..a4f9523b6 100644
--- a/layouts/v7/skins/tools/style.css
+++ b/layouts/v7/skins/tools/style.css
@@ -1497,6 +1497,7 @@ ul.unstyled {
   vertical-align: middle;
   width: 80%;
   display: inline-block;
+  max-width: 300px;
 }
 .floatThead-table {
   background: #fff;
@@ -1845,7 +1846,6 @@ th {
 }
 .referencefield-wrapper {
   display: table-cell;
-  width: 80%;
   max-width: 325px;
 }
 .record-header {
@@ -2422,6 +2422,11 @@ th {
   border: none;
   border-left: 1px solid #ddd;
 }
+.input-group.inputElement .input-group-addon-right{
+    border:none;
+    border-left:0px;
+    border-right:1px solid #ddd;
+}
 .fieldBlockContainer textarea.inputElement {
   height: auto;
 }
@@ -5590,6 +5595,9 @@ TN-34230 .row .nav > li > a:hover {
 .width75per {
   width: 75%;
 }
+.width100per{
+    width: 100% !important;
+}
 #_mbox_pwd {
   padding: 3px 8px;
 }
@@ -6141,14 +6149,13 @@ div.tooltip-inner {
   border-left: 0;
 }
 .editViewContents .fieldValue .referencefield-wrapper {
-  width: 100%;
   display: inline-block;
 }
 .fieldValueWidth80{
     width:80% !important;
 }
 .input-group-addon {
-  line-height: 1.5;
+  line-height: inherit;
   border-width: thin;
 }
 .input-group {
@@ -6166,7 +6173,6 @@ div.tooltip-inner {
 }
 .summaryViewEntries .inputElement.form-control,
 .detailview-table .inputElement.form-control {
-  width: 80%;
   max-width: 300px;
 }
 .detailview-table input[type="checkbox"] {
@@ -7732,4 +7738,19 @@ body .fc {
     padding: 30px;
   }
 }
+#vt-mask{
+    border: 0;
+    margin: 0;
+    padding: 0;
+    position: fixed;
+    left: 0;
+    top: 0;
+    min-height: 100%;
+    min-width: 100%;
+    height: auto;
+    width: auto;
+    opacity: 0;
+    z-index: 10001;
+    background-color: #fff;
+ }
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
-- 
GitLab