Add complementary color
parent
32a2c12bad
commit
2fd6e35cbc
|
@ -89,7 +89,7 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.2145rem 0.429rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
@ -122,7 +122,7 @@
|
|||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-autocomplete-panel.p-error > .p-inputtext, .p-autocomplete-panel.p-invalid > .p-inputtext {
|
||||
border-color: #a80000;
|
||||
|
@ -206,7 +206,7 @@
|
|||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -219,7 +219,7 @@
|
|||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 0.857rem 0 0.429rem 0;
|
||||
|
@ -266,7 +266,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #d8dae2;
|
||||
|
@ -357,7 +357,7 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.2145rem 0.429rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
@ -472,7 +472,7 @@
|
|||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #333333;
|
||||
|
@ -521,7 +521,7 @@
|
|||
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,
|
||||
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
|
||||
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
|
||||
color: #e02365;
|
||||
color: #d95f00;
|
||||
}
|
||||
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
||||
.p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,
|
||||
|
@ -547,7 +547,7 @@
|
|||
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
|
||||
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
|
||||
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
|
||||
stroke: #e02365;
|
||||
stroke: #d95f00;
|
||||
}
|
||||
|
||||
.p-inputgroup-addon {
|
||||
|
@ -729,7 +729,7 @@
|
|||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -827,7 +827,7 @@
|
|||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #333333;
|
||||
|
@ -1341,7 +1341,7 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #e02365;
|
||||
color: #d95f00;
|
||||
background: #ffffff;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
@ -1353,7 +1353,7 @@
|
|||
color: #333333;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
|
@ -1379,7 +1379,7 @@
|
|||
color: #333333;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
|
||||
|
@ -1389,16 +1389,16 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #e02365;
|
||||
box-shadow: inset 0 2px 0 0 #d95f00;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #e02365;
|
||||
box-shadow: inset 0 -2px 0 0 #d95f00;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr:nth-child(even) {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
|
@ -1627,7 +1627,7 @@
|
|||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -1652,11 +1652,11 @@
|
|||
color: #333333;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #731033;
|
||||
color: #5a2700;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #c8c8c8;
|
||||
|
@ -1738,7 +1738,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
|
@ -1788,7 +1788,7 @@
|
|||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -1856,7 +1856,7 @@
|
|||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
||||
|
@ -1944,7 +1944,7 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #e02365;
|
||||
color: #d95f00;
|
||||
background: #ffffff;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
@ -1956,7 +1956,7 @@
|
|||
color: #333333;
|
||||
}
|
||||
.p-treetable .p-sortable-column.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
|
@ -1983,7 +1983,7 @@
|
|||
color: #333333;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
|
@ -2921,7 +2921,7 @@
|
|||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #e02365;
|
||||
background: #d95f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
|
|
Loading…
Reference in New Issue