Updated orange

pull/310/head
cagataycivici 2020-05-05 12:28:05 +03:00
parent 60255fbaa8
commit 5e599f9f75
1 changed files with 50 additions and 50 deletions

View File

@ -82,7 +82,7 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
border-radius: 3px; border-radius: 3px;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
@ -113,7 +113,7 @@
background: #e9ecef; background: #e9ecef;
} }
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-autocomplete-panel.p-error > .p-inputtext { .p-autocomplete-panel.p-error > .p-inputtext {
@ -197,7 +197,7 @@
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-datepicker table td > span.p-highlight { .p-datepicker table td > span.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-datepicker table td > span:focus { .p-datepicker table td > span:focus {
@ -210,7 +210,7 @@
color: #495057; color: #495057;
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-datepicker .p-datepicker-buttonbar { .p-datepicker .p-datepicker-buttonbar {
@ -257,7 +257,7 @@
border-radius: 3px; border-radius: 3px;
} }
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group { .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
@ -323,12 +323,12 @@
.p-checkbox .p-checkbox-box.p-highlight { .p-checkbox .p-checkbox-box.p-highlight {
border-color: #F39C12; border-color: #F39C12;
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
border-color: #B9770E; border-color: #B9770E;
background: #B9770E; background: #B9770E;
color: #ffffff; color: #495057;
} }
.p-checkbox.p-error > .p-checkbox-box { .p-checkbox.p-error > .p-checkbox-box {
border-color: #d98880; border-color: #d98880;
@ -350,7 +350,7 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
border-radius: 3px; border-radius: 3px;
} }
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
@ -463,7 +463,7 @@
border-radius: 0; border-radius: 0;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
@ -693,7 +693,7 @@
border-radius: 0; border-radius: 0;
} }
.p-listbox .p-listbox-list .p-listbox-item.p-highlight { .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-listbox .p-listbox-list .p-listbox-item:focus { .p-listbox .p-listbox-list .p-listbox-item:focus {
@ -791,7 +791,7 @@
border-radius: 0; border-radius: 0;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
@ -851,12 +851,12 @@
.p-radiobutton .p-radiobutton-box.p-highlight { .p-radiobutton .p-radiobutton-box.p-highlight {
border-color: #F39C12; border-color: #F39C12;
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
border-color: #B9770E; border-color: #B9770E;
background: #B9770E; background: #B9770E;
color: #ffffff; color: #495057;
} }
.p-radiobutton.p-error > .p-radiobutton-box { .p-radiobutton.p-error > .p-radiobutton-box {
border-color: #d98880; border-color: #d98880;
@ -908,20 +908,20 @@
.p-selectbutton .p-button.p-highlight { .p-selectbutton .p-button.p-highlight {
background: #F39C12; background: #F39C12;
border-color: #F39C12; border-color: #F39C12;
color: #ffffff; color: #495057;
} }
.p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right { .p-selectbutton .p-button.p-highlight .p-button-icon-right {
color: #ffffff; color: #495057;
} }
.p-selectbutton .p-button.p-highlight:hover { .p-selectbutton .p-button.p-highlight:hover {
background: #D68910; background: #D68910;
border-color: #D68910; border-color: #D68910;
color: #ffffff; color: #495057;
} }
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
color: #ffffff; color: #495057;
} }
.p-selectbutton.p-error > .p-button { .p-selectbutton.p-error > .p-button {
border-color: #d98880; border-color: #d98880;
@ -1032,20 +1032,20 @@
.p-togglebutton.p-button.p-highlight { .p-togglebutton.p-button.p-highlight {
background: #F39C12; background: #F39C12;
border-color: #F39C12; border-color: #F39C12;
color: #ffffff; color: #495057;
} }
.p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right { .p-togglebutton.p-button.p-highlight .p-button-icon-right {
color: #ffffff; color: #495057;
} }
.p-togglebutton.p-button.p-highlight:hover { .p-togglebutton.p-button.p-highlight:hover {
background: #D68910; background: #D68910;
border-color: #D68910; border-color: #D68910;
color: #ffffff; color: #495057;
} }
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right { .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
color: #ffffff; color: #495057;
} }
.p-togglebutton.p-button.p-error > .p-button { .p-togglebutton.p-button.p-error > .p-button {
border-color: #d98880; border-color: #d98880;
@ -1053,7 +1053,7 @@
} }
.p-button { .p-button {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
border: 1px solid #F39C12; border: 1px solid #F39C12;
padding: 0.5em 1em; padding: 0.5em 1em;
@ -1063,7 +1063,7 @@
} }
.p-button:enabled:hover { .p-button:enabled:hover {
background: #D68910; background: #D68910;
color: #ffffff; color: #495057;
border-color: #D68910; border-color: #D68910;
} }
.p-button:focus { .p-button:focus {
@ -1073,7 +1073,7 @@
} }
.p-button:enabled:active { .p-button:enabled:active {
background: #B9770E; background: #B9770E;
color: #ffffff; color: #495057;
border-color: #B9770E; border-color: #B9770E;
} }
.p-button .p-button-icon-left { .p-button .p-button-icon-left {
@ -1298,7 +1298,7 @@
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #F39C12; color: #F39C12;
background: #ffffff; background: #495057;
margin-left: 0.5em; margin-left: 0.5em;
} }
.p-datatable .p-sortable-column:not(.p-highlight):hover { .p-datatable .p-sortable-column:not(.p-highlight):hover {
@ -1336,13 +1336,13 @@
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
color: #ffffff; color: #495057;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover {
color: #ffffff; color: #495057;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
box-shadow: inset 0 2px 0 0 #F39C12; box-shadow: inset 0 2px 0 0 #F39C12;
@ -1355,13 +1355,13 @@
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
color: #ffffff; color: #495057;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
color: #ffffff; color: #495057;
} }
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
background: #e9ecef; background: #e9ecef;
@ -1432,14 +1432,14 @@
.fc .fc-view-container .fc-event { .fc .fc-view-container .fc-event {
background: #D68910; background: #D68910;
border: 1px solid #D68910; border: 1px solid #D68910;
color: #ffffff; color: #495057;
} }
.fc .fc-view-container .fc-divider { .fc .fc-view-container .fc-divider {
background: #f8f9fa; background: #f8f9fa;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
} }
.fc .fc-toolbar .fc-button { .fc .fc-toolbar .fc-button {
color: #ffffff; color: #495057;
background: #F39C12; background: #F39C12;
border: 1px solid #F39C12; border: 1px solid #F39C12;
font-size: 14px; font-size: 14px;
@ -1450,7 +1450,7 @@
} }
.fc .fc-toolbar .fc-button:enabled:hover { .fc .fc-toolbar .fc-button:enabled:hover {
background: #D68910; background: #D68910;
color: #ffffff; color: #495057;
border-color: #D68910; border-color: #D68910;
} }
.fc .fc-toolbar .fc-button .fc-icon-chevron-left { .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
@ -1488,7 +1488,7 @@
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
background: #F39C12; background: #F39C12;
border-color: #F39C12; border-color: #F39C12;
color: #ffffff; color: #495057;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
outline: 0 none; outline: 0 none;
@ -1551,7 +1551,7 @@
} }
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
@media screen and (max-width: 960px) { @media screen and (max-width: 960px) {
@ -1576,7 +1576,7 @@
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight { .p-organizationchart .p-organizationchart-node-content.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
color: #7f5006; color: #7f5006;
@ -1662,7 +1662,7 @@
} }
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight { .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
background: #e9ecef; background: #e9ecef;
@ -1712,7 +1712,7 @@
} }
.p-picklist .p-picklist-list .p-picklist-item.p-highlight { .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
@media screen and (max-width: 960px) { @media screen and (max-width: 960px) {
@ -1780,11 +1780,11 @@
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
color: #ffffff; color: #495057;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
background: #e9ecef; background: #e9ecef;
@ -1865,7 +1865,7 @@
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #F39C12; color: #F39C12;
background: #ffffff; background: #495057;
margin-left: 0.5em; margin-left: 0.5em;
} }
.p-treetable .p-sortable-column:not(.p-highlight):hover { .p-treetable .p-sortable-column:not(.p-highlight):hover {
@ -1904,13 +1904,13 @@
} }
.p-treetable .p-treetable-tbody > tr.p-highlight { .p-treetable .p-treetable-tbody > tr.p-highlight {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
color: #ffffff; color: #495057;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
color: #ffffff; color: #495057;
} }
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
background: #e9ecef; background: #e9ecef;
@ -2232,7 +2232,7 @@
} }
.p-overlaypanel .p-overlaypanel-close { .p-overlaypanel .p-overlaypanel-close {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
width: 2em; width: 2em;
height: 2em; height: 2em;
position: absolute; position: absolute;
@ -2243,7 +2243,7 @@
} }
.p-overlaypanel .p-overlaypanel-close:hover { .p-overlaypanel .p-overlaypanel-close:hover {
background: #B9770E; background: #B9770E;
color: #ffffff; color: #495057;
} }
.p-overlaypanel:after { .p-overlaypanel:after {
border: solid transparent; border: solid transparent;
@ -2337,12 +2337,12 @@
.p-fileupload-choose:not(.p-disabled):hover { .p-fileupload-choose:not(.p-disabled):hover {
background: #D68910; background: #D68910;
color: #ffffff; color: #495057;
border-color: #D68910; border-color: #D68910;
} }
.p-fileupload-choose:not(.p-disabled):active { .p-fileupload-choose:not(.p-disabled):active {
background: #B9770E; background: #B9770E;
color: #ffffff; color: #495057;
border-color: #B9770E; border-color: #B9770E;
} }
@ -2785,7 +2785,7 @@
} }
.p-steps .p-steps-item.p-highlight .p-steps-number { .p-steps .p-steps-item.p-highlight .p-steps-number {
background: #F39C12; background: #F39C12;
color: #ffffff; color: #495057;
} }
.p-steps .p-steps-item.p-highlight .p-steps-title { .p-steps .p-steps-item.p-highlight .p-steps-title {
font-weight: 600; font-weight: 600;