summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r--cds-ui/designer-client/src/styles.css42
1 files changed, 36 insertions, 6 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index 1506be07d..c9ebd56f6 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -2,7 +2,7 @@ html, body{
height: 100%;
}
body{
- background: #FAFAFA !important;
+ background: #FAFAFA !important; /*FDFDFD*/
/* background-image: linear-gradient(-45deg, #000 10%, #fff 0);
background-size: 6px 6px; */
margin: 0;
@@ -57,7 +57,10 @@ button:focus{
height: 18px !important;
border-radius: 50% !important;
}
-
+.readonlyTxt{
+ color: #BABBC3;
+ font-size: 11px;
+}
.reuiredInput .custom-control-label::after{
content: "_";
color: #C4CEDB !important;
@@ -1590,6 +1593,9 @@ ul.package-contributers{
font-size: 14px;
font-weight: bold;
}
+.icon-action-close::before{
+ font-size: 13px;
+}
.createActionModal .modal-body{
padding-top: 0 !important;
padding-bottom: 10px !important;
@@ -2536,8 +2542,16 @@ hr{
.action-button.save:hover{
opacity: .9;
} */
-
-
+.action-button.save:disabled{
+ color: #C3CDDB !important;
+}
+.action-button.save:disabled i{
+ background-color: #C3CDDB;
+ animation: none;
+}
+.action-button.save:disabled i::before{
+ color: #fff;
+}
.action-button.save{
color: #66BB00 !important;
}
@@ -3286,6 +3300,11 @@ margin-right: 5px;
padding: 4px 20px;
font-size: 13px;
}
+.template-mapping-action .btn-primary:disabled{
+ background:#C3CDDB !important ;
+ border-color:#C3CDDB !important ;
+ color: #fff !important ;
+}
.template-mapping-action .btn-primary{
background:#66BB00 !important ;
border-color:#66BB00 !important ;
@@ -3353,9 +3372,15 @@ tr.mat-header-row{
.mat-form-field-appearance-legacy .mat-form-field-wrapper{
padding-bottom: 0;
}
+.mat-paginator-page-size-select{
+ margin-top: 12px;
+}
.mat-paginator-page-size-select .mat-form-field-wrapper{
padding-bottom: 14px;
}
+.mat-paginator-range-label{
+ margin-right: 8px;
+}
.mat-form-field-infix,
.dataTables_filter input{
color: #1B3E6F;
@@ -3367,10 +3392,10 @@ tr.mat-header-row{
border-bottom: 0 !important;
}
.tableFilter{
- margin-top: 9px;
+ margin-top: 12px;
}
.tableFilter .mat-form-field-wrapper{
- padding-bottom: 0;
+ padding-bottom: 0 !important;
}
.tableFilter .mat-form-field-infix{
background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
@@ -3425,6 +3450,11 @@ table.dataTable.no-footer{
.mat-paginator-container{
padding-right: 0;
}
+.mappingSelectedAtt{
+ padding-left: 3px;
+ line-height: 35px;
+ font-size: 10px;
+}
.dataTables_info{
padding-top: 12px;
color: #1B3E6F !important;