You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
882 lines
22 KiB
CSS
882 lines
22 KiB
CSS
@charset "UTF-8";
|
|
/*
|
|
* Deprecated: Use nova instead
|
|
*/
|
|
/*
|
|
* Deprecated: Use nova instead
|
|
*/
|
|
.ui-widget {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
.ui-widget :active {
|
|
outline: none;
|
|
}
|
|
|
|
.ui-widget-content {
|
|
border: 1px solid #dddddd;
|
|
background-color: #ffffff;
|
|
color: #444444;
|
|
}
|
|
.ui-widget-content a {
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-widget-header {
|
|
border: 1px solid #dddddd;
|
|
background-color: #dddddd;
|
|
color: #444444;
|
|
font-weight: bold;
|
|
}
|
|
.ui-widget-header a {
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
background-color: #666666;
|
|
opacity: 0.5;
|
|
filter: Alpha(Opacity=50);
|
|
}
|
|
|
|
.ui-state-default {
|
|
border: 1px solid #dddddd;
|
|
background-color: #f6f6f6;
|
|
color: #0073ea;
|
|
}
|
|
.ui-state-default a {
|
|
color: #0073ea;
|
|
}
|
|
|
|
.ui-state-active {
|
|
border-color: #dddddd;
|
|
background-color: #ffffff;
|
|
color: #ff0084;
|
|
}
|
|
.ui-state-active a {
|
|
color: #ff0084;
|
|
}
|
|
|
|
.ui-state-highlight {
|
|
border-color: #FF0084;
|
|
background-color: #FF0084;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-state-highlight a {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.ui-state-focus {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-state-focus a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-state-error {
|
|
border-color: #ff0084;
|
|
background-color: #ffffff;
|
|
color: #222222;
|
|
}
|
|
.ui-state-error a {
|
|
color: #222222;
|
|
}
|
|
|
|
.ui-state-disabled,
|
|
.ui-widget:disabled {
|
|
opacity: 0.35;
|
|
filter: Alpha(Opacity=35);
|
|
background-image: none;
|
|
cursor: default !important;
|
|
}
|
|
.ui-state-disabled *,
|
|
.ui-widget:disabled * {
|
|
cursor: default !important;
|
|
}
|
|
|
|
/* Forms */
|
|
.ui-inputtext {
|
|
background-color: #ffffff;
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-inputtext:enabled:hover {
|
|
border-color: #0073ea;
|
|
}
|
|
|
|
.ui-inputtext.ui-state-focus,
|
|
.ui-inputtext:focus {
|
|
outline: 0 none;
|
|
border-color: #0073ea;
|
|
-moz-box-shadow: 0px 0px 5px #0073ea;
|
|
-webkit-box-shadow: 0px 0px 5px #0073ea;
|
|
box-shadow: 0px 0px 5px #0073ea;
|
|
}
|
|
|
|
.ui-inputgroup .ui-inputgroup-addon {
|
|
border-color: #dddddd;
|
|
background-color: #f7f7f7;
|
|
color: #444444;
|
|
}
|
|
.ui-inputgroup .ui-inputgroup-addon:first-child {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ui-inputgroup .ui-inputgroup-addon:last-child {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.ui-inputgroup .ui-button:first-child {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ui-inputgroup .ui-button:last-child {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
|
|
.ui-float-label input.ng-dirty.ng-invalid ~ label {
|
|
color: #222222;
|
|
}
|
|
|
|
.ui-autocomplete .ui-autocomplete-multiple-container:not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
}
|
|
.ui-autocomplete .ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus {
|
|
border-color: #0073ea;
|
|
}
|
|
|
|
.ui-chips > ul:not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
}
|
|
.ui-chips > ul:not(.ui-state-disabled).ui-state-focus {
|
|
border-color: #0073ea;
|
|
}
|
|
|
|
.ui-button:focus,
|
|
.ui-button:enabled:hover,
|
|
.ui-fileupload-choose:not(.ui-state-disabled):hover {
|
|
outline: 0 none;
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-button:focus a,
|
|
.ui-button:enabled:hover a,
|
|
.ui-fileupload-choose:not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-button:enabled:active,
|
|
.ui-fileupload-choose:not(.ui-state-disabled):active {
|
|
border-color: #dddddd;
|
|
background-color: #ffffff;
|
|
color: #ff0084;
|
|
}
|
|
|
|
.ui-chkbox-box:not(.ui-state-disabled):not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-chkbox-box:not(.ui-state-disabled):not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-dropdown .ui-dropdown-clear-icon {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.ui-dropdown:not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-dropdown:not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-dropdown-panel .ui-dropdown-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-dropdown-panel .ui-dropdown-item:not(.ui-state-highlight):not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-listbox .ui-listbox-header .ui-listbox-filter-container .fa {
|
|
color: #444444;
|
|
}
|
|
.ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-listbox:not(.ui-state-disabled) .ui-listbox-item.ui-state-disabled .ui-chkbox-box:hover {
|
|
background-color: #ffffff;
|
|
border-color: #dddddd;
|
|
}
|
|
.ui-listbox.ui-state-disabled .ui-chkbox-box:not(.ui-state-active):hover {
|
|
border-color: #dddddd;
|
|
background-color: #f6f6f6;
|
|
color: #0073ea;
|
|
}
|
|
|
|
.ui-multiselect:not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-multiselect:not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-multiselect-panel .ui-multiselect-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-multiselect-panel .ui-multiselect-item:not(.ui-state-highlight):not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-multiselect-panel .ui-multiselect-item.ui-state-disabled:hover .ui-chkbox-box {
|
|
background-color: #ffffff;
|
|
border-color: #dddddd;
|
|
}
|
|
|
|
.ui-multiselect-panel .ui-multiselect-close {
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-multiselect-panel .ui-multiselect-filter-container .fa {
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:active {
|
|
border-color: #dddddd;
|
|
background-color: #ffffff;
|
|
color: #ff0084;
|
|
}
|
|
|
|
.ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-paginator a:not(.ui-state-disabled):not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-paginator a:not(.ui-state-disabled):not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-paginator a {
|
|
color: #0073ea;
|
|
}
|
|
|
|
.ui-datatable .ui-rowgroup-header a {
|
|
color: #444444;
|
|
}
|
|
.ui-datatable .ui-sortable-column:not(.ui-state-active):hover {
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-datatable .ui-row-toggler {
|
|
color: #444444;
|
|
}
|
|
.ui-datatable tbody.ui-datatable-hoverable-rows > tr.ui-widget-content:not(.ui-state-highlight):hover {
|
|
cursor: pointer;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-orderlist .ui-orderlist-item:not(.ui-state-highlight):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-orderlist .ui-orderlist-item:not(.ui-state-highlight):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-picklist .ui-picklist-item:not(.ui-state-disabled):not(.ui-state-highlight):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-picklist .ui-picklist-item:not(.ui-state-disabled):not(.ui-state-highlight):hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-picklist .ui-picklist-droppoint-highlight {
|
|
border-color: #FF0084;
|
|
background-color: #FF0084;
|
|
color: #414141;
|
|
}
|
|
.ui-picklist .ui-picklist-droppoint-highlight a {
|
|
color: #414141;
|
|
}
|
|
.ui-picklist .ui-picklist-highlight {
|
|
border-color: #FF0084;
|
|
color: #414141;
|
|
}
|
|
.ui-picklist .ui-picklist-highlight a {
|
|
color: #414141;
|
|
}
|
|
|
|
.ui-tree.ui-treenode-dragover {
|
|
border-color: #FF0084;
|
|
}
|
|
.ui-tree .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-tree .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-tree .ui-treenode-content.ui-treenode-dragover {
|
|
background-color: #ffffff;
|
|
color: #ff0084;
|
|
}
|
|
.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-tabview .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-tabview .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-icon {
|
|
color: #444444;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-icon:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-icon:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-sidebar .ui-sidebar-close {
|
|
color: #444444;
|
|
}
|
|
.ui-sidebar .ui-sidebar-close:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-sidebar .ui-sidebar-close:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-overlaypanel .ui-overlaypanel-close:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-overlaypanel .ui-overlaypanel-close:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-inplace .ui-inplace-display:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-inplace .ui-inplace-display:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-breadcrumb a {
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-menuitem .ui-menuitem-link {
|
|
color: #444444;
|
|
}
|
|
.ui-menuitem .ui-menuitem-link:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
border-color: transparent;
|
|
}
|
|
.ui-menuitem .ui-menuitem-link:hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
border-color: transparent;
|
|
}
|
|
.ui-menuitem.ui-menuitem-active > .ui-menuitem-link a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-tabmenu .ui-tabmenu-nav li:not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-tabmenu .ui-tabmenu-nav li:not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-steps .ui-steps-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-steps .ui-steps-item:not(.ui-state-highlight):not(.ui-state-disabled):hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
border-color: #dddddd;
|
|
}
|
|
.ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-panelmenu .ui-panelmenu-header.ui-state-active a {
|
|
color: #ff0084;
|
|
}
|
|
.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
|
|
color: #444444;
|
|
}
|
|
.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
border-color: transparent;
|
|
}
|
|
.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-header a {
|
|
color: #444444;
|
|
}
|
|
.ui-datepicker .ui-datepicker-header a:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-datepicker .ui-datepicker-header a:hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover a {
|
|
color: #ffffff;
|
|
}
|
|
.ui-datepicker .ui-monthpicker .ui-monthpicker-month:hover {
|
|
border-color: #0073ea;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-datepicker .ui-monthpicker .ui-monthpicker-month:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.fc .fc-toolbar .fc-prev-button .ui-icon-circle-triangle-w {
|
|
margin-top: 0.3em;
|
|
background: none !important;
|
|
font-family: "primeicons";
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-indent: 0px !important;
|
|
text-align: center;
|
|
}
|
|
.fc .fc-toolbar .fc-prev-button .ui-icon-circle-triangle-w:before {
|
|
content: "";
|
|
}
|
|
.fc .fc-toolbar .fc-next-button .ui-icon-circle-triangle-e {
|
|
margin-top: 0.3em;
|
|
background: none !important;
|
|
font-family: "primeicons";
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-indent: 0px !important;
|
|
text-align: center;
|
|
}
|
|
.fc .fc-toolbar .fc-next-button .ui-icon-circle-triangle-e:before {
|
|
content: "";
|
|
}
|
|
|
|
.ui-rating a {
|
|
color: #444444;
|
|
}
|
|
|
|
.ui-organizationchart .ui-organizationchart-line-down {
|
|
background-color: #c4c4c4;
|
|
}
|
|
.ui-organizationchart .ui-organizationchart-line-left {
|
|
border-right: 1px solid #c4c4c4;
|
|
}
|
|
.ui-organizationchart .ui-organizationchart-line-top {
|
|
border-top: 1px solid #c4c4c4;
|
|
}
|
|
.ui-organizationchart .ui-organizationchart-node-content {
|
|
border-color: #c4c4c4;
|
|
}
|
|
.ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler {
|
|
color: #c4c4c4;
|
|
}
|
|
|
|
/* TurboTable */
|
|
.ui-table .ui-table-thead > tr > th,
|
|
.ui-table .ui-table-tfoot > tr > td {
|
|
background-color: #dddddd;
|
|
border: 1px solid #dddddd;
|
|
color: #444444;
|
|
}
|
|
.ui-table .ui-table-tbody > tr {
|
|
background-color: #ffffff;
|
|
color: #444444;
|
|
}
|
|
.ui-table .ui-table-tbody > tr > td {
|
|
border: 1px solid #dddddd;
|
|
background-color: inherit;
|
|
}
|
|
.ui-table .ui-table-tbody > tr.ui-state-highlight {
|
|
background-color: #FF0084;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-table .ui-table-tbody > tr.ui-contextmenu-selected {
|
|
background-color: #ff66b5;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-table .ui-sortable-column .ui-sortable-column-icon {
|
|
color: #444444;
|
|
}
|
|
.ui-table .ui-sortable-column.ui-state-highlight {
|
|
background-color: #FF0084;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-table .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon {
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-table .ui-sortable-column:not(.ui-state-highlight):hover {
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-table .ui-sortable-column:not(.ui-state-highlight):hover .ui-sortable-column-icon {
|
|
color: #ffffff;
|
|
}
|
|
.ui-table.ui-table-hoverable-rows .ui-table-tbody > tr:not(.ui-state-highlight):not(.ui-contextmenu-selected):hover {
|
|
cursor: pointer;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
|
|
@media (max-width: 35em) {
|
|
.ui-table-responsive .ui-table-tbody > tr {
|
|
border-top: 1px solid #dddddd;
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
}
|
|
/* Row Reorder */
|
|
.ui-table .ui-table-tbody > tr.ui-table-dragpoint-top > td {
|
|
box-shadow: inset 0 2px 0 0 #FF0084;
|
|
}
|
|
|
|
.ui-table .ui-table-tbody > tr.ui-table-dragpoint-bottom > td {
|
|
box-shadow: inset 0 -2px 0 0 #FF0084;
|
|
}
|
|
|
|
/* TurboTable */
|
|
.ui-treetable .ui-treetable-thead > tr > th,
|
|
.ui-treetable .ui-treetable-tfoot > tr > td {
|
|
background-color: #dddddd;
|
|
border: 1px solid #dddddd;
|
|
color: #444444;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr {
|
|
background-color: #ffffff;
|
|
color: #444444;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr > td {
|
|
border: 1px solid #dddddd;
|
|
background-color: inherit;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr.ui-state-highlight {
|
|
background-color: #FF0084;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr.ui-state-highlight .ui-treetable-toggler {
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr.ui-contextmenu-selected {
|
|
background-color: #ff66b5;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr.ui-contextmenu-selected .ui-treetable-toggler {
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-treetable .ui-treetable-tbody > tr .ui-treetable-toggler {
|
|
color: #444444;
|
|
}
|
|
.ui-treetable .ui-sortable-column .ui-sortable-column-icon {
|
|
color: #444444;
|
|
}
|
|
.ui-treetable .ui-sortable-column.ui-state-highlight {
|
|
background-color: #FF0084;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-treetable .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon {
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-treetable .ui-sortable-column:not(.ui-state-highlight):hover {
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
.ui-treetable .ui-sortable-column:not(.ui-state-highlight):hover .ui-sortable-column-icon {
|
|
color: #ffffff;
|
|
}
|
|
.ui-treetable.ui-treetable-hoverable-rows .ui-treetable-tbody > tr:not(.ui-state-highlight):not(.ui-contextmenu-selected):hover {
|
|
cursor: pointer;
|
|
background-color: #0073ea;
|
|
color: #ffffff;
|
|
}
|
|
|
|
@media (max-width: 35em) {
|
|
.ui-treetable-responsive .ui-treetable-tbody > tr {
|
|
border-top: 1px solid #dddddd;
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
}
|
|
/* Row Reorder */
|
|
.ui-treetable .ui-treetable-tbody > tr.ui-treetable-dragpoint-top > td {
|
|
box-shadow: inset 0 2px 0 0 #FF0084;
|
|
}
|
|
|
|
.ui-treetable .ui-treetable-tbody > tr.ui-treetable-dragpoint-bottom > td {
|
|
box-shadow: inset 0 -2px 0 0 #FF0084;
|
|
}
|
|
|
|
/* InputSwitch */
|
|
.ui-inputswitch .ui-inputswitch-slider {
|
|
-webkit-transition: background-color 0.3s, box-shadow 0.2s;
|
|
transition: background-color 0.3s, box-shadow 0.2s;
|
|
background: #cccccc;
|
|
}
|
|
.ui-inputswitch .ui-inputswitch-slider:before {
|
|
background-color: #ffffff;
|
|
}
|
|
.ui-inputswitch.ui-inputswitch-focus .ui-inputswitch-slider {
|
|
-moz-box-shadow: 0px 0px 5px #0073ea;
|
|
-webkit-box-shadow: 0px 0px 5px #0073ea;
|
|
box-shadow: 0px 0px 5px #0073ea;
|
|
}
|
|
.ui-inputswitch:not(.ui-state-disabled):hover .ui-inputswitch-slider {
|
|
background-color: #b7b7b7;
|
|
}
|
|
.ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
|
|
background-color: #186ba0;
|
|
}
|
|
.ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider {
|
|
background-color: #114d74;
|
|
}
|
|
|
|
/* Validation */
|
|
.ui-inputtext.ng-dirty.ng-invalid,
|
|
p-dropdown.ng-dirty.ng-invalid > .ui-dropdown,
|
|
p-autocomplete.ng-dirty.ng-invalid > .ui-autocomplete > .ui-inputtext,
|
|
p-calendar.ng-dirty.ng-invalid > .ui-calendar > .ui-inputtext,
|
|
p-chips.ng-dirty.ng-invalid > .ui-inputtext,
|
|
p-inputmask.ng-dirty.ng-invalid > .ui-inputtext,
|
|
p-checkbox.ng-dirty.ng-invalid .ui-chkbox-box,
|
|
p-radiobutton.ng-dirty.ng-invalid .ui-radiobutton-box,
|
|
p-inputswitch.ng-dirty.ng-invalid .ui-inputswitch,
|
|
p-listbox.ng-dirty.ng-invalid .ui-inputtext,
|
|
p-multiselect.ng-dirty.ng-invalid > .ui-multiselect,
|
|
p-spinner.ng-dirty.ng-invalid > .ui-inputtext,
|
|
p-selectbutton.ng-dirty.ng-invalid .ui-button,
|
|
p-togglebutton.ng-dirty.ng-invalid .ui-button {
|
|
border-bottom-color: #ff0084;
|
|
}
|
|
|
|
/* Cornering */
|
|
.ui-corner-tl {
|
|
-moz-border-radius-topleft: 2px;
|
|
-webkit-border-top-left-radius: 2px;
|
|
border-top-left-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-tr {
|
|
-moz-border-radius-topright: 2px;
|
|
-webkit-border-top-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-bl {
|
|
-moz-border-radius-bottomleft: 2px;
|
|
-webkit-border-bottom-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-br {
|
|
-moz-border-radius-bottomright: 2px;
|
|
-webkit-border-bottom-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-top {
|
|
-moz-border-radius-topleft: 2px;
|
|
-webkit-border-top-left-radius: 2px;
|
|
border-top-left-radius: 2px;
|
|
-moz-border-radius-topright: 2px;
|
|
-webkit-border-top-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-bottom {
|
|
-moz-border-radius-bottomleft: 2px;
|
|
-webkit-border-bottom-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
-moz-border-radius-bottomright: 2px;
|
|
-webkit-border-bottom-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-right {
|
|
-moz-border-radius-topright: 2px;
|
|
-webkit-border-top-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
-moz-border-radius-bottomright: 2px;
|
|
-webkit-border-bottom-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-left {
|
|
-moz-border-radius-topleft: 2px;
|
|
-webkit-border-top-left-radius: 2px;
|
|
border-top-left-radius: 2px;
|
|
-moz-border-radius-bottomleft: 2px;
|
|
-webkit-border-bottom-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
|
|
.ui-corner-all {
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|