|
@ -31,3 +31,7 @@ yarn-error.log*
|
|||
*.sln
|
||||
*.sw*
|
||||
|
||||
# Themes
|
||||
public/themes/soho-light/
|
||||
public/themes/soho-dark/
|
||||
|
||||
|
|
75
CHANGELOG.md
|
@ -1,5 +1,53 @@
|
|||
# Changelog
|
||||
|
||||
## [3.0.1](https://github.com/primefaces/primevue/tree/3.0.1) (2020-10-22)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/2.2.0...3.0.1)
|
||||
|
||||
**Implemented New Features and Enhancements:**
|
||||
|
||||
- Do not hide overlays on body scroll [\#591](https://github.com/primefaces/primevue/issues/591)
|
||||
- Add inputStyle and inputClass properties to InputNumber [\#551](https://github.com/primefaces/primevue/issues/551)
|
||||
- Declare events in "emits" section of every component [\#549](https://github.com/primefaces/primevue/issues/549)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Overriding ProgressSpinner colors doc error [\#589](https://github.com/primefaces/primevue/issues/589)
|
||||
- Property "disabled" was accessed during render but is not defined on instance. [\#587](https://github.com/primefaces/primevue/issues/587)
|
||||
- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#586](https://github.com/primefaces/primevue/issues/586)
|
||||
- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#555](https://github.com/primefaces/primevue/issues/555)
|
||||
- pRipple works even when disabled\(etc menuitem\) [\#550](https://github.com/primefaces/primevue/issues/550)
|
||||
- Website / Documentation - Fix third-party dependencies documentation [\#546](https://github.com/primefaces/primevue/issues/546)
|
||||
- Menu components with web router refresh the whole page [\#536](https://github.com/primefaces/primevue/issues/536)
|
||||
|
||||
## [3.0.0](https://github.com/primefaces/primevue/tree/3.0.0) (2020-10-11)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/2.1.0...3.0.0)
|
||||
|
||||
**Implemented New Features and Enhancements:**
|
||||
|
||||
- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#545](https://github.com/primefaces/primevue/issues/545)
|
||||
- Soho Theme [\#539](https://github.com/primefaces/primevue/issues/539)
|
||||
- Fluent UI Theme [\#538](https://github.com/primefaces/primevue/issues/538)
|
||||
- ToastService $toast is not accessible using Composition API [\#535](https://github.com/primefaces/primevue/issues/535)
|
||||
- Tooltip doesn't close in scrollable containers [\#523](https://github.com/primefaces/primevue/issues/523)
|
||||
- Lighter Highlight Color for PrimeOne Themes [\#520](https://github.com/primefaces/primevue/issues/520)
|
||||
- Add indentation property to TreeTable [\#495](https://github.com/primefaces/primevue/issues/495)
|
||||
- Accordion rounded border minor visual issue [\#384](https://github.com/primefaces/primevue/issues/384)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Tree selection is broken when ripple is enabled [\#543](https://github.com/primefaces/primevue/issues/543)
|
||||
- Tree toggler icon hover color is wrong in bootstrap theme [\#542](https://github.com/primefaces/primevue/issues/542)
|
||||
- The 'disabled' option has no effect on InputNumber [\#537](https://github.com/primefaces/primevue/issues/537)
|
||||
- InputNumber cannot set value when format property is false [\#533](https://github.com/primefaces/primevue/issues/533)
|
||||
- InputNumber with spinner mode throws a JS exception [\#532](https://github.com/primefaces/primevue/issues/532)
|
||||
- inputNumber with numeric prefix is not working as expected [\#531](https://github.com/primefaces/primevue/issues/531)
|
||||
- Problems when typing or pasting numbers into InputNumber [\#530](https://github.com/primefaces/primevue/issues/530)
|
||||
- Can't close MultiSelect or Select when inside Dialog component [\#524](https://github.com/primefaces/primevue/issues/524)
|
||||
- TouchUI modal gets stuck if input tabs out [\#519](https://github.com/primefaces/primevue/issues/519)
|
||||
- TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#517](https://github.com/primefaces/primevue/issues/517)
|
||||
|
||||
## [3.0.0-rc.2](https://github.com/primefaces/primevue/tree/3.0.0-rc.2) (2020-09-29)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/3.0.0-rc1...3.0.0-rc.2)
|
||||
|
@ -31,6 +79,33 @@
|
|||
- Button not registered in FileUpload [\#478](https://github.com/primefaces/primevue/issues/478)
|
||||
- BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#485](https://github.com/primefaces/primevue/issues/485)
|
||||
|
||||
## [2.2.0](https://github.com/primefaces/primevue/tree/2.2.0) (2020-10-14)
|
||||
|
||||
**Implemented New Features and Enhancements:**
|
||||
|
||||
- Add inputStyle and inputClass properties to InputNumber [\#573](https://github.com/primefaces/primevue/issues/573)
|
||||
- Accordion rounded border minor visual issue [\#572](https://github.com/primefaces/primevue/issues/572)
|
||||
- Add indentation property to TreeTable [\#571](https://github.com/primefaces/primevue/issues/571)
|
||||
- Lighter Highlight Color for PrimeOne Themes [\#568](https://github.com/primefaces/primevue/issues/568)
|
||||
- Fluent UI Theme [\#561](https://github.com/primefaces/primevue/issues/561)
|
||||
- Soho Theme [\#560](https://github.com/primefaces/primevue/issues/560)
|
||||
- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#557](https://github.com/primefaces/primevue/issues/557)
|
||||
- Tooltip doesn't close in scrollable containers [\#526](https://github.com/primefaces/primevue/issues/526)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- pRipple working when disabled\(etc menuitem\) [\#574](https://github.com/primefaces/primevue/issues/574)
|
||||
- TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#570](https://github.com/primefaces/primevue/issues/570)
|
||||
- TouchUI modal gets stuck if input tabs out [\#569](https://github.com/primefaces/primevue/issues/569)
|
||||
- Can't close MultiSelect or Select when inside Dialog component [\#567](https://github.com/primefaces/primevue/issues/567)
|
||||
- Problems when typing or pasting numbers into InputNumber [\#566](https://github.com/primefaces/primevue/issues/566)
|
||||
- inputNumber with numeric prefix is not working as expected [\#565](https://github.com/primefaces/primevue/issues/565)
|
||||
- InputNumber with spinner mode throws a JS exception [\#564](https://github.com/primefaces/primevue/issues/564)
|
||||
- InputNumber cannot set value when format property is false [\#563](https://github.com/primefaces/primevue/issues/563)
|
||||
- The 'disabled' option has no effect on InputNumber [\#562](https://github.com/primefaces/primevue/issues/562)
|
||||
- Tree toggler icon hover color is wrong in bootstrap theme [\#559](https://github.com/primefaces/primevue/issues/559)
|
||||
- Tree selection is broken when ripple is enabled [\#558](https://github.com/primefaces/primevue/issues/558)
|
||||
|
||||
## [2.1.0](https://github.com/primefaces/primevue/tree/2.1.0) (2020-09-29)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/2.0.9...2.1.0)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
'use strict';
|
||||
module.exports = require('./components/toast/useToast.js');
|
|
@ -25,7 +25,7 @@ gulp.task('build-css', function() {
|
|||
|
||||
gulp.task('build-themes', function() {
|
||||
return gulp.src([
|
||||
'public/themes/**/*'
|
||||
'public/themes/**/*','!public/themes/soho-*/**/*'
|
||||
])
|
||||
.pipe(gulp.dest('resources/themes'));
|
||||
})
|
||||
|
|
30
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.0.0-rc.3-SNAPSHOT",
|
||||
"version": "3.0.2-SNAPSHOT",
|
||||
"homepage": "https://www.primefaces.org/primevue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -27,36 +27,36 @@
|
|||
"bootstrap"
|
||||
],
|
||||
"devDependencies": {
|
||||
"core-js": "^3.6.5",
|
||||
"vue": "3.0.0",
|
||||
"vue-router": "^4.0.0-0",
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@fullcalendar/core": "4.0.2",
|
||||
"@fullcalendar/daygrid": "4.0.1",
|
||||
"@fullcalendar/interaction": "4.0.2",
|
||||
"@fullcalendar/timegrid": "4.0.1",
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-plugin-router": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"axios": "^0.19.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"@babel/cli": "^7.4.4",
|
||||
"chart.js": "2.7.3",
|
||||
"core-js": "^3.6.5",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^7.0.0-0",
|
||||
"node-sass": "^4.12.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"axios": "^0.19.0",
|
||||
"chart.js": "2.7.3",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-flatten": "^0.2.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-uglify": "^1.5.3",
|
||||
"gulp-uglifycss": "^1.0.6",
|
||||
"mitt": "^2.1.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"primeflex": "2.0.0",
|
||||
"primeicons": "4.0.0",
|
||||
"prismjs": "^1.15.0",
|
||||
"quill": "1.3.3",
|
||||
"mitt": "^2.1.0",
|
||||
"@fullcalendar/core": "4.0.2",
|
||||
"@fullcalendar/daygrid": "4.0.1",
|
||||
"@fullcalendar/interaction": "4.0.2",
|
||||
"@fullcalendar/timegrid": "4.0.1"
|
||||
"quill": "^1.3.7",
|
||||
"sass-loader": "^8.0.2",
|
||||
"vue": "3.0.2",
|
||||
"vue-router": "^4.0.0-0"
|
||||
}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #383838;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #64B5F6;
|
||||
background: #64B5F6;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #64B5F6;
|
||||
background: #64B5F6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #2396f2;
|
||||
background: #2396f2;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #64B5F6;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #2396f2;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #2396f2;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #2396f2;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #64B5F6;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #64B5F6;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #93cbf9;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #64B5F6;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #64B5F6;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #64B5F6;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #93cbf9;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #64B5F6;
|
||||
box-shadow: inset 0 2px 0 0 rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #64B5F6;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #43a5f4;
|
||||
color: #212529;
|
||||
border-color: #43a5f4;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #2396f2;
|
||||
color: #212529;
|
||||
border-color: #2396f2;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #0c78cf;
|
||||
color: rgba(12, 120, 207, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #383838;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #64B5F6;
|
||||
border-color: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
border-color: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #64B5F6;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #64B5F6;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #383838;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81C784;
|
||||
background: #81C784;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81C784;
|
||||
background: #81C784;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #54b358;
|
||||
background: #54b358;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #81C784;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #54b358;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #54b358;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #54b358;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #81C784;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #81C784;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #a7d8a9;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #81C784;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #81C784;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #81C784;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #a7d8a9;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #81C784;
|
||||
box-shadow: inset 0 2px 0 0 rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #81C784;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #6abd6e;
|
||||
color: #212529;
|
||||
border-color: #6abd6e;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #54b358;
|
||||
color: #212529;
|
||||
border-color: #54b358;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #3e8b41;
|
||||
color: rgba(62, 139, 65, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #383838;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #81C784;
|
||||
border-color: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
border-color: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #81C784;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #81C784;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #383838;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFD54F;
|
||||
background: #FFD54F;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFD54F;
|
||||
background: #FFD54F;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #ffc50c;
|
||||
background: #ffc50c;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #FFD54F;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #ffc50c;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #ffc50c;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #ffc50c;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #FFD54F;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FFD54F;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #ffe284;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #FFD54F;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #FFD54F;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #FFD54F;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #ffe284;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #FFD54F;
|
||||
box-shadow: inset 0 2px 0 0 rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #FFD54F;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #ffcd2e;
|
||||
color: #212529;
|
||||
border-color: #ffcd2e;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #ffc50c;
|
||||
color: #212529;
|
||||
border-color: #ffc50c;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #cf9d00;
|
||||
color: rgba(207, 157, 0, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #383838;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #FFD54F;
|
||||
border-color: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
border-color: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #FFD54F;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #FFD54F;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #383838;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #BA68C8;
|
||||
background: #BA68C8;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #BA68C8;
|
||||
background: #BA68C8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #a241b2;
|
||||
background: #a241b2;
|
||||
color: #ffffff;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #BA68C8;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #a241b2;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #383838;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #ffffff;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #a241b2;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #a241b2;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #BA68C8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #BA68C8;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #cf95d9;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #BA68C8;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #BA68C8;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #BA68C8;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #cf95d9;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #BA68C8;
|
||||
box-shadow: inset 0 2px 0 0 rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #BA68C8;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #b052c0;
|
||||
color: #ffffff;
|
||||
border-color: #b052c0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #a241b2;
|
||||
color: #ffffff;
|
||||
border-color: #a241b2;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #752f81;
|
||||
color: rgba(117, 47, 129, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #383838;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #BA68C8;
|
||||
border-color: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
border-color: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #BA68C8;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #BA68C8;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
}
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #151515;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #8dd0ff;
|
||||
background: #8dd0ff;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #3f4b5b;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #e3f3fe;
|
||||
border-color: #8dd0ff;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #8dd0ff;
|
||||
background: #8dd0ff;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #1dadff;
|
||||
background: #1dadff;
|
||||
color: #151515;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #3f4b5b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #3f4b5b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #8dd0ff;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #3f4b5b;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #1dadff;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #8dd0ff;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #8dd0ff;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #2a323d;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #e3f3fe;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #8dd0ff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: #8dd0ff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #8dd0ff;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem #e3f3fe;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #56bdff;
|
||||
color: #151515;
|
||||
border-color: #56bdff;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #1dadff;
|
||||
color: #151515;
|
||||
border-color: #1dadff;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #e3f3fe;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #151515;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #151515;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2650,6 +2684,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2702,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #2a323d;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #151515;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #c298d8;
|
||||
background: #c298d8;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #3f4b5b;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #f0e6f5;
|
||||
border-color: #c298d8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #c298d8;
|
||||
background: #c298d8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #9954bb;
|
||||
background: #9954bb;
|
||||
color: #151515;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #3f4b5b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #3f4b5b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #c298d8;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #3f4b5b;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #9954bb;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #c298d8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #c298d8;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #2a323d;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #f0e6f5;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #c298d8;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: #c298d8;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #c298d8;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem #f0e6f5;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #aa70c7;
|
||||
color: #151515;
|
||||
border-color: #aa70c7;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #9954bb;
|
||||
color: #151515;
|
||||
border-color: #9954bb;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #f0e6f5;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #151515;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #151515;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2650,6 +2684,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2702,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #2a323d;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
:root {
|
||||
--surface-a:#ffffff;
|
||||
--surface-b:rgba(0, 0, 0, 0.03);
|
||||
--surface-b:#efefef;
|
||||
--surface-c:#e9ecef;
|
||||
--surface-d:#dee2e6;
|
||||
--surface-e:#ffffff;
|
||||
|
@ -142,7 +142,7 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-datepicker .p-datepicker-header {
|
||||
padding: 0.5rem;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007bff;
|
||||
background: #007bff;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #ced4da;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
border-color: #007bff;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007bff;
|
||||
background: #007bff;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #0062cc;
|
||||
background: #0062cc;
|
||||
color: #ffffff;
|
||||
|
@ -365,15 +365,15 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #007bff;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #0062cc;
|
||||
}
|
||||
|
||||
|
@ -490,7 +490,7 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
margin: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -529,17 +529,17 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-dropdown {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.p-editor-container .p-editor-toolbar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
|
@ -824,13 +824,13 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-inputtext {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-inputtext:enabled:hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-inputtext:enabled:focus {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.p-inputtext-sm .p-inputtext {
|
||||
|
@ -853,7 +853,7 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
margin: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -942,7 +942,7 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
margin: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -1012,13 +1012,13 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-multiselect {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.p-password-panel {
|
||||
|
@ -1075,10 +1075,10 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
||||
background: #007bff;
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #007bff;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #e9ecef;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dee2e6;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #007bff;
|
||||
|
@ -1747,7 +1759,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-datatable-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -1755,7 +1767,7 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 1px 0 1px 0;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #212529;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: rgba(38, 143, 255, 0.5);
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #007bff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e9ecef;
|
||||
color: #007bff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #007bff;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #212529;
|
||||
|
@ -1873,7 +1893,7 @@
|
|||
}
|
||||
.p-datatable .p-datatable-scrollable-header,
|
||||
.p-datatable .p-datatable-scrollable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-datatable .p-datatable-loading-icon {
|
||||
font-size: 2rem;
|
||||
|
@ -1952,7 +1972,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-dataview-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -1970,7 +1990,7 @@
|
|||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 1px 0 1px 0;
|
||||
|
@ -1981,7 +2001,7 @@
|
|||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
}
|
||||
|
@ -2002,7 +2022,7 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #0069d9;
|
||||
color: #ffffff;
|
||||
border-color: #0069d9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #0062cc;
|
||||
color: #ffffff;
|
||||
border-color: #0062cc;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2087,7 +2117,7 @@
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
|
@ -2262,7 +2292,7 @@
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
color: #212529;
|
||||
|
@ -2418,7 +2452,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-treetable-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -2426,7 +2460,7 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 1px 0 1px 0;
|
||||
|
@ -2542,7 +2576,7 @@
|
|||
}
|
||||
.p-treetable .p-treetable-scrollable-header,
|
||||
.p-treetable .p-treetable-scrollable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-treetable .p-treetable-loading-icon {
|
||||
font-size: 2rem;
|
||||
|
@ -2603,7 +2637,7 @@
|
|||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -2622,7 +2656,7 @@
|
|||
color: #212529;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border-color: #dee2e6;
|
||||
color: #212529;
|
||||
border-bottom-right-radius: 0;
|
||||
|
@ -2650,6 +2684,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2702,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -2701,7 +2743,7 @@
|
|||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -2735,7 +2777,7 @@
|
|||
.p-panel .p-panel-header {
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -2783,7 +2825,7 @@
|
|||
}
|
||||
|
||||
.p-scrollpanel .p-scrollpanel-bar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
|
@ -2833,7 +2875,7 @@
|
|||
}
|
||||
|
||||
.p-toolbar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
border-radius: 4px;
|
||||
|
@ -2999,7 +3041,7 @@
|
|||
}
|
||||
|
||||
.p-fileupload .p-fileupload-buttonbar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
|
@ -3045,7 +3087,7 @@
|
|||
}
|
||||
|
||||
.p-breadcrumb {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 0 none;
|
||||
border-radius: 4px;
|
||||
padding: 1rem;
|
||||
|
@ -3143,7 +3185,7 @@
|
|||
|
||||
.p-megamenu {
|
||||
padding: 0.5rem 1rem;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
border: 0 none;
|
||||
border-radius: 4px;
|
||||
|
@ -3333,7 +3375,7 @@
|
|||
|
||||
.p-menubar {
|
||||
padding: 0.5rem 1rem;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
border: 0 none;
|
||||
border-radius: 4px;
|
||||
|
@ -3573,7 +3615,7 @@
|
|||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -3598,7 +3640,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header.p-highlight > a {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border-color: #dee2e6;
|
||||
color: #212529;
|
||||
border-bottom-right-radius: 0;
|
||||
|
@ -4058,7 +4100,7 @@
|
|||
.p-galleria .p-galleria-close {
|
||||
margin: 0.5rem;
|
||||
background: transparent;
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -4069,11 +4111,11 @@
|
|||
}
|
||||
.p-galleria .p-galleria-close:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-item-nav {
|
||||
background: transparent;
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -4086,11 +4128,11 @@
|
|||
}
|
||||
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-caption {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
padding: 1rem;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators {
|
||||
|
@ -4137,7 +4179,7 @@
|
|||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
||||
margin: 0.5rem;
|
||||
background-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -4146,7 +4188,7 @@
|
|||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: box-shadow 0.15s;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
:root {
|
||||
--surface-a:#ffffff;
|
||||
--surface-b:rgba(0, 0, 0, 0.03);
|
||||
--surface-b:#efefef;
|
||||
--surface-c:#e9ecef;
|
||||
--surface-d:#dee2e6;
|
||||
--surface-e:#ffffff;
|
||||
|
@ -142,7 +142,7 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-datepicker .p-datepicker-header {
|
||||
padding: 0.5rem;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #883cae;
|
||||
background: #883cae;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #ced4da;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
||||
border-color: #883cae;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #883cae;
|
||||
background: #883cae;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #68329e;
|
||||
background: #68329e;
|
||||
color: #ffffff;
|
||||
|
@ -365,15 +365,15 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #883cae;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #68329e;
|
||||
}
|
||||
|
||||
|
@ -490,7 +490,7 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
margin: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -529,17 +529,17 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-dropdown {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.p-editor-container .p-editor-toolbar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
|
@ -824,13 +824,13 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-inputtext {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-inputtext:enabled:hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-inputtext:enabled:focus {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.p-inputtext-sm .p-inputtext {
|
||||
|
@ -853,7 +853,7 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
margin: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -942,7 +942,7 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
margin: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -1012,13 +1012,13 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-multiselect {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.p-password-panel {
|
||||
|
@ -1075,10 +1075,10 @@
|
|||
}
|
||||
|
||||
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: #efefef;
|
||||
}
|
||||
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
||||
background: #883cae;
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #883cae;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #e9ecef;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dee2e6;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #883cae;
|
||||
|
@ -1747,7 +1759,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-datatable-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -1755,7 +1767,7 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 1px 0 1px 0;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #212529;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: rgba(136, 60, 174, 0.5);
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #883cae;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e9ecef;
|
||||
color: #883cae;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #883cae;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #212529;
|
||||
|
@ -1873,7 +1893,7 @@
|
|||
}
|
||||
.p-datatable .p-datatable-scrollable-header,
|
||||
.p-datatable .p-datatable-scrollable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-datatable .p-datatable-loading-icon {
|
||||
font-size: 2rem;
|
||||
|
@ -1952,7 +1972,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-dataview-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -1970,7 +1990,7 @@
|
|||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 1px 0 1px 0;
|
||||
|
@ -1981,7 +2001,7 @@
|
|||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
}
|
||||
|
@ -2002,7 +2022,7 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #7a38a7;
|
||||
color: #ffffff;
|
||||
border-color: #7a38a7;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #68329e;
|
||||
color: #ffffff;
|
||||
border-color: #68329e;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2087,7 +2117,7 @@
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
|
@ -2262,7 +2292,7 @@
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
color: #212529;
|
||||
|
@ -2418,7 +2452,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-treetable-header {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -2426,7 +2460,7 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 1px 0 1px 0;
|
||||
|
@ -2542,7 +2576,7 @@
|
|||
}
|
||||
.p-treetable .p-treetable-scrollable-header,
|
||||
.p-treetable .p-treetable-scrollable-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
}
|
||||
.p-treetable .p-treetable-loading-icon {
|
||||
font-size: 2rem;
|
||||
|
@ -2603,7 +2637,7 @@
|
|||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -2622,7 +2656,7 @@
|
|||
color: #212529;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border-color: #dee2e6;
|
||||
color: #212529;
|
||||
border-bottom-right-radius: 0;
|
||||
|
@ -2650,6 +2684,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2702,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -2701,7 +2743,7 @@
|
|||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -2735,7 +2777,7 @@
|
|||
.p-panel .p-panel-header {
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
@ -2783,7 +2825,7 @@
|
|||
}
|
||||
|
||||
.p-scrollpanel .p-scrollpanel-bar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
|
@ -2833,7 +2875,7 @@
|
|||
}
|
||||
|
||||
.p-toolbar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
border-radius: 4px;
|
||||
|
@ -2999,7 +3041,7 @@
|
|||
}
|
||||
|
||||
.p-fileupload .p-fileupload-buttonbar {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
|
@ -3045,7 +3087,7 @@
|
|||
}
|
||||
|
||||
.p-breadcrumb {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border: 0 none;
|
||||
border-radius: 4px;
|
||||
padding: 1rem;
|
||||
|
@ -3143,7 +3185,7 @@
|
|||
|
||||
.p-megamenu {
|
||||
padding: 0.5rem 1rem;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
border: 0 none;
|
||||
border-radius: 4px;
|
||||
|
@ -3333,7 +3375,7 @@
|
|||
|
||||
.p-menubar {
|
||||
padding: 0.5rem 1rem;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
border: 0 none;
|
||||
border-radius: 4px;
|
||||
|
@ -3573,7 +3615,7 @@
|
|||
padding: 1rem 1.25rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -3598,7 +3640,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header.p-highlight > a {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
background: #efefef;
|
||||
border-color: #dee2e6;
|
||||
color: #212529;
|
||||
border-bottom-right-radius: 0;
|
||||
|
@ -4058,7 +4100,7 @@
|
|||
.p-galleria .p-galleria-close {
|
||||
margin: 0.5rem;
|
||||
background: transparent;
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -4069,11 +4111,11 @@
|
|||
}
|
||||
.p-galleria .p-galleria-close:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-item-nav {
|
||||
background: transparent;
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -4086,11 +4128,11 @@
|
|||
}
|
||||
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-caption {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
padding: 1rem;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators {
|
||||
|
@ -4137,7 +4179,7 @@
|
|||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
||||
margin: 0.5rem;
|
||||
background-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
transition: box-shadow 0.15s;
|
||||
|
@ -4146,7 +4188,7 @@
|
|||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(0, 0, 0, 0.03);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: box-shadow 0.15s;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFE082;
|
||||
background: #FFE082;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #FFE082;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #FFE082;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFE082;
|
||||
background: #FFE082;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #FFCA28;
|
||||
background: #FFCA28;
|
||||
color: #212529;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #FFE082;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #FFCA28;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #FFE082;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #888888;
|
||||
border-color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #4c4c4c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #3c3c3c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FFE082;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #dedede;
|
||||
background: #252525;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #888888;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #FFE082;
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem white;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #FFCA28;
|
||||
color: #212529;
|
||||
border-color: #FFCA28;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
color: #dedede;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81D4FA;
|
||||
background: #81D4FA;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #81D4FA;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #81D4FA;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81D4FA;
|
||||
background: #81D4FA;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #29B6F6;
|
||||
background: #29B6F6;
|
||||
color: #212529;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #81D4FA;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #29B6F6;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #81D4FA;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #888888;
|
||||
border-color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #4c4c4c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #3c3c3c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #81D4FA;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #dedede;
|
||||
background: #252525;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #888888;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #81D4FA;
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem white;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #4FC3F7;
|
||||
color: #212529;
|
||||
border-color: #4FC3F7;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #29B6F6;
|
||||
color: #212529;
|
||||
border-color: #29B6F6;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
color: #dedede;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #C5E1A5;
|
||||
background: #C5E1A5;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #C5E1A5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #C5E1A5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #C5E1A5;
|
||||
background: #C5E1A5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #9CCC65;
|
||||
background: #9CCC65;
|
||||
color: #212529;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #C5E1A5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #9CCC65;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #C5E1A5;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #888888;
|
||||
border-color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #4c4c4c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #3c3c3c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #C5E1A5;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #dedede;
|
||||
background: #252525;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #888888;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #C5E1A5;
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem white;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #AED581;
|
||||
color: #212529;
|
||||
border-color: #AED581;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #9CCC65;
|
||||
color: #212529;
|
||||
border-color: #9CCC65;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
color: #dedede;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #F48FB1;
|
||||
background: #F48FB1;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #F48FB1;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #F48FB1;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #F48FB1;
|
||||
background: #F48FB1;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #EC407A;
|
||||
background: #EC407A;
|
||||
color: #212529;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #F48FB1;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #EC407A;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #F48FB1;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #888888;
|
||||
border-color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #4c4c4c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #3c3c3c;
|
||||
color: #888888;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F48FB1;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #dedede;
|
||||
background: #252525;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #888888;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #F48FB1;
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem white;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #F06292;
|
||||
color: #212529;
|
||||
border-color: #F06292;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #EC407A;
|
||||
color: #212529;
|
||||
border-color: #EC407A;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #212529;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
color: #dedede;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #121212;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #CE93D8;
|
||||
background: #CE93D8;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #CE93D8;
|
||||
background: #CE93D8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #CE93D8;
|
||||
background: #CE93D8;
|
||||
color: #121212;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #CE93D8;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #CE93D8;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #CE93D8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CE93D8;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(206, 147, 216, 0.92);
|
||||
color: #121212;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(206, 147, 216, 0.68);
|
||||
color: #121212;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #CE93D8;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #CE93D8;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #121212;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #9FA8DA;
|
||||
background: #9FA8DA;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #9FA8DA;
|
||||
background: #9FA8DA;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #9FA8DA;
|
||||
background: #9FA8DA;
|
||||
color: #121212;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #9FA8DA;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #9FA8DA;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #9FA8DA;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #9FA8DA;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(159, 168, 218, 0.92);
|
||||
color: #121212;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(159, 168, 218, 0.68);
|
||||
color: #121212;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #9FA8DA;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #9FA8DA;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #000001;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
color: #ffffff;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #673AB7;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #673AB7;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(0, 0, 0, 0.16);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #673AB7;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: #000001;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #000001;
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(103, 58, 183, 0.92);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(103, 58, 183, 0.68);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #673AB7;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #673AB7;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #000001;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
color: #ffffff;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #3F51B5;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #3F51B5;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(0, 0, 0, 0.16);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3F51B5;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: #000001;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #000001;
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(63, 81, 181, 0.92);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(63, 81, 181, 0.68);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #3F51B5;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #3F51B5;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
color: #ffffff;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #673AB7;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #673AB7;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #673AB7;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(103, 58, 183, 0.92);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(103, 58, 183, 0.68);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #673AB7;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #673AB7;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -3857,7 +3899,7 @@
|
|||
}
|
||||
|
||||
.p-inline-message {
|
||||
padding: 1rem 1rem;
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
color: #ffffff;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #3F51B5;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #3F51B5;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3F51B5;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(63, 81, 181, 0.92);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(63, 81, 181, 0.68);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #3F51B5;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #3F51B5;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1e1e1e;
|
||||
|
@ -3857,7 +3899,7 @@
|
|||
}
|
||||
|
||||
.p-inline-message {
|
||||
padding: 1rem 1rem;
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #000001;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #673AB7;
|
||||
background: #673AB7;
|
||||
color: #ffffff;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #673AB7;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #673AB7;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #673AB7;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(0, 0, 0, 0.16);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #673AB7;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: #000001;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #000001;
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(103, 58, 183, 0.92);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(103, 58, 183, 0.68);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #673AB7;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #673AB7;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -3857,7 +3899,7 @@
|
|||
}
|
||||
|
||||
.p-inline-message {
|
||||
padding: 1rem 1rem;
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -366,20 +366,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #000001;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #3F51B5;
|
||||
background: #3F51B5;
|
||||
color: #ffffff;
|
||||
|
@ -391,13 +391,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #3F51B5;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #3F51B5;
|
||||
}
|
||||
|
||||
|
@ -1290,6 +1290,18 @@
|
|||
color: #3F51B5;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(0, 0, 0, 0.16);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3F51B5;
|
||||
|
@ -1793,9 +1805,6 @@
|
|||
color: #000001;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1823,6 +1832,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #000001;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: none;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #000001;
|
||||
|
@ -2027,11 +2047,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: rgba(63, 81, 181, 0.92);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: rgba(63, 81, 181, 0.68);
|
||||
color: #ffffff;
|
||||
border-color: transparent;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2399,6 +2429,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #3F51B5;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #3F51B5;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #000001;
|
||||
|
@ -2662,6 +2696,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2676,6 +2714,10 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -3857,7 +3899,7 @@
|
|||
}
|
||||
|
||||
.p-inline-message {
|
||||
padding: 1rem 1rem;
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -4626,7 +4668,7 @@
|
|||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon:before {
|
||||
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007ad9;
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #212121;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007ad9;
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #005b9f;
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #005b9f;
|
||||
}
|
||||
|
||||
|
@ -1266,6 +1266,18 @@
|
|||
color: #007ad9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #848484;
|
||||
border-color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #eaeaea;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #d2d2d2;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #007ad9;
|
||||
|
@ -1769,9 +1781,6 @@
|
|||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #848484;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1799,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e02365;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
|
@ -2003,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #116fbf;
|
||||
color: #ffffff;
|
||||
border-color: #116fbf;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
border-color: #005b9f;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2375,6 +2405,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
color: #333333;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007ad9;
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #212121;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007ad9;
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #005b9f;
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #005b9f;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #007ad9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #848484;
|
||||
border-color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #eaeaea;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #d2d2d2;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #007ad9;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #848484;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #007ad9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #116fbf;
|
||||
color: #ffffff;
|
||||
border-color: #116fbf;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
border-color: #005b9f;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
color: #333333;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #41b883;
|
||||
background: #41b883;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #212121;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||
border-color: #41b883;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #41b883;
|
||||
background: #41b883;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #246749;
|
||||
background: #246749;
|
||||
color: #ffffff;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #41b883;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #246749;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #41b883;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #848484;
|
||||
border-color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #eaeaea;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #d2d2d2;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #41b883;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #c2e9d8;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #848484;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #41b883;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem #c2e9d8;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #318c63;
|
||||
color: #ffffff;
|
||||
border-color: #318c63;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #246749;
|
||||
color: #ffffff;
|
||||
border-color: #246749;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
color: #333333;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007ad9;
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #212121;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007ad9;
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #005b9f;
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #007ad9;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #005b9f;
|
||||
}
|
||||
|
||||
|
@ -1278,6 +1278,18 @@
|
|||
color: #007ad9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #848484;
|
||||
border-color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #eaeaea;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #d2d2d2;
|
||||
color: #848484;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #007ad9;
|
||||
|
@ -1781,9 +1793,6 @@
|
|||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #848484;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1811,6 +1820,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #007ad9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
|
@ -2015,11 +2035,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #116fbf;
|
||||
color: #ffffff;
|
||||
border-color: #116fbf;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
border-color: #005b9f;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2387,6 +2417,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
color: #333333;
|
||||
|
|
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #7B95A3;
|
||||
background: #7B95A3;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #a6a6a6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||
border-color: #7B95A3;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #7B95A3;
|
||||
background: #7B95A3;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #617c8a;
|
||||
background: #617c8a;
|
||||
color: #ffffff;
|
||||
|
@ -367,13 +367,13 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #7B95A3;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #617c8a;
|
||||
}
|
||||
|
||||
|
@ -1266,6 +1266,18 @@
|
|||
color: #7B95A3;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #a6a6a6;
|
||||
border-color: #a6a6a6;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #f4f4f4;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dbdbdb;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #7B95A3;
|
||||
|
@ -1769,9 +1781,6 @@
|
|||
color: #666666;
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #e4e9ec;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #666666;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1799,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #385048;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #AFD3C8;
|
||||
color: #385048;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #385048;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.2rem #e4e9ec;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
|
@ -2003,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #6c8999;
|
||||
color: #ffffff;
|
||||
border-color: #6c8999;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #617c8a;
|
||||
color: #ffffff;
|
||||
border-color: #617c8a;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2375,6 +2405,10 @@
|
|||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
||||
color: #385048;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #385048;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #f4f4f4;
|
||||
color: #666666;
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: #e9ecef;
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #dee2e6;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #2196F3;
|
||||
background: #2196F3;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #2196F3;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||
border-color: #2196F3;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #2196F3;
|
||||
background: #2196F3;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #0b7ad1;
|
||||
background: #0b7ad1;
|
||||
color: #ffffff;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #2196F3;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #0b7ad1;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #ffffff;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #0b7ad1;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #0b7ad1;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: #495057;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #c0392b;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #ffffff;
|
||||
border: 1px solid #ced4da;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #2196F3;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #e9ecef;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dee2e6;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #2196F3;
|
||||
|
@ -1734,8 +1734,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #a6d5fa;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #2196F3;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e9ecef;
|
||||
color: #2196F3;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #2196F3;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem #a6d5fa;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #2196F3;
|
||||
box-shadow: inset 0 2px 0 0 #E3F2FD;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #2196F3;
|
||||
box-shadow: inset 0 -2px 0 0 #E3F2FD;
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: #fcfcfc;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #0d89ec;
|
||||
color: #ffffff;
|
||||
border-color: #0d89ec;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #0b7ad1;
|
||||
color: #ffffff;
|
||||
border-color: #0b7ad1;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #a6d5fa;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #08528d;
|
||||
color: #6cbbf5;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #dee2e6;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #2196F3;
|
||||
border-color: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
border-color: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #a6d5fa;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
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-treenode-icon {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #2196F3;
|
||||
color: #495057;
|
||||
background: #E3F2FD;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.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 {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4107,8 +4137,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #2196F3;
|
||||
color: #ffffff;
|
||||
background: #E3F2FD;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,10 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #2196F3;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #2196F3;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: #e9ecef;
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #dee2e6;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #4CAF50;
|
||||
background: #4CAF50;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #4CAF50;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||
border-color: #4CAF50;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #4CAF50;
|
||||
background: #4CAF50;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #3d8c40;
|
||||
background: #3d8c40;
|
||||
color: #ffffff;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #4CAF50;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #3d8c40;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #ffffff;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #3d8c40;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #3d8c40;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: #495057;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #c0392b;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #ffffff;
|
||||
border: 1px solid #ced4da;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #4CAF50;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #e9ecef;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dee2e6;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #4CAF50;
|
||||
|
@ -1734,8 +1734,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #b7e0b8;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #4CAF50;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e9ecef;
|
||||
color: #4CAF50;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #4CAF50;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem #b7e0b8;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #4CAF50;
|
||||
box-shadow: inset 0 2px 0 0 #E8F5E9;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #4CAF50;
|
||||
box-shadow: inset 0 -2px 0 0 #E8F5E9;
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: #fcfcfc;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #449e48;
|
||||
color: #ffffff;
|
||||
border-color: #449e48;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #3d8c40;
|
||||
color: #ffffff;
|
||||
border-color: #3d8c40;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #b7e0b8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #255627;
|
||||
color: #8fce94;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #dee2e6;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #4CAF50;
|
||||
border-color: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
border-color: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #b7e0b8;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
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-treenode-icon {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #4CAF50;
|
||||
color: #495057;
|
||||
background: #E8F5E9;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.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 {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4107,8 +4137,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #4CAF50;
|
||||
color: #ffffff;
|
||||
background: #E8F5E9;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,10 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #4CAF50;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #4CAF50;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: #e9ecef;
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #dee2e6;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFC107;
|
||||
background: #FFC107;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #FFC107;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||
border-color: #FFC107;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFC107;
|
||||
background: #FFC107;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #d29d00;
|
||||
background: #d29d00;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #FFC107;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #d29d00;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #d29d00;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #d29d00;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: #495057;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #c0392b;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #ffffff;
|
||||
border: 1px solid #ced4da;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #FFC107;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #e9ecef;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dee2e6;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FFC107;
|
||||
|
@ -1734,8 +1734,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #ffe69c;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #FFC107;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e9ecef;
|
||||
color: #FFC107;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #FFC107;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem #ffe69c;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #FFC107;
|
||||
box-shadow: inset 0 2px 0 0 #FFF3E0;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #FFC107;
|
||||
box-shadow: inset 0 -2px 0 0 #FFF3E0;
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: #fcfcfc;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #ecb100;
|
||||
color: #212529;
|
||||
border-color: #ecb100;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #d29d00;
|
||||
color: #212529;
|
||||
border-color: #d29d00;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #ffe69c;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #876500;
|
||||
color: #ffc261;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #dee2e6;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #FFC107;
|
||||
border-color: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
border-color: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #ffe69c;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
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-treenode-icon {
|
||||
color: #212529;
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #FFC107;
|
||||
color: #495057;
|
||||
background: #FFF3E0;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: #495057;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: #495057;
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4107,8 +4137,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFC107;
|
||||
color: #212529;
|
||||
background: #FFF3E0;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,10 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #FFC107;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #FFC107;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: #e9ecef;
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #dee2e6;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #9C27B0;
|
||||
background: #9C27B0;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #9C27B0;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||
border-color: #9C27B0;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #9C27B0;
|
||||
background: #9C27B0;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #7d1f8d;
|
||||
background: #7d1f8d;
|
||||
color: #ffffff;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #9C27B0;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #7d1f8d;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #ffffff;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #7d1f8d;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: #495057;
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #7d1f8d;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: #495057;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #c0392b;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #ffffff;
|
||||
border: 1px solid #ced4da;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #9C27B0;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: #e9ecef;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: #dee2e6;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #9C27B0;
|
||||
|
@ -1734,8 +1734,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #df9eea;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #9C27B0;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: #e9ecef;
|
||||
color: #9C27B0;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #9C27B0;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 0.15rem #df9eea;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #9C27B0;
|
||||
box-shadow: inset 0 2px 0 0 #F3E5F5;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #9C27B0;
|
||||
box-shadow: inset 0 -2px 0 0 #F3E5F5;
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: #fcfcfc;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #8c239e;
|
||||
color: #ffffff;
|
||||
border-color: #8c239e;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #7d1f8d;
|
||||
color: #ffffff;
|
||||
border-color: #7d1f8d;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #df9eea;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #3f1048;
|
||||
color: #c989d2;
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: #dee2e6;
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #9C27B0;
|
||||
border-color: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
border-color: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 0.15rem #df9eea;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
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-treenode-icon {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: #495057;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #9C27B0;
|
||||
color: #495057;
|
||||
background: #F3E5F5;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: #495057;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.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 {
|
||||
color: #ffffff;
|
||||
color: #495057;
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #ffffff;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4107,8 +4137,8 @@
|
|||
background: #dee2e6;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #9C27B0;
|
||||
color: #ffffff;
|
||||
background: #F3E5F5;
|
||||
color: #495057;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,10 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #9C27B0;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #9C27B0;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #304562;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #64B5F6;
|
||||
background: #64B5F6;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #64B5F6;
|
||||
background: #64B5F6;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #2396f2;
|
||||
background: #2396f2;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #64B5F6;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #2396f2;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #2396f2;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #2396f2;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #64B5F6;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #64B5F6;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #93cbf9;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #64B5F6;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #64B5F6;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #64B5F6;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #93cbf9;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #64B5F6;
|
||||
box-shadow: inset 0 2px 0 0 rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #64B5F6;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #43a5f4;
|
||||
color: #212529;
|
||||
border-color: #43a5f4;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #2396f2;
|
||||
color: #212529;
|
||||
border-color: #2396f2;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #0c78cf;
|
||||
color: rgba(12, 120, 207, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #64B5F6;
|
||||
border-color: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
border-color: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #64B5F6;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1f2d40;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
color: #212529;
|
||||
background: rgba(100, 181, 246, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #64B5F6;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #64B5F6;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #64B5F6;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #304562;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81C784;
|
||||
background: #81C784;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81C784;
|
||||
background: #81C784;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #54b358;
|
||||
background: #54b358;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #81C784;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #54b358;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #54b358;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #54b358;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #81C784;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #81C784;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #a7d8a9;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #81C784;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #81C784;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #81C784;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #a7d8a9;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #81C784;
|
||||
box-shadow: inset 0 2px 0 0 rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #81C784;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #6abd6e;
|
||||
color: #212529;
|
||||
border-color: #6abd6e;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #54b358;
|
||||
color: #212529;
|
||||
border-color: #54b358;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #3e8b41;
|
||||
color: rgba(62, 139, 65, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #81C784;
|
||||
border-color: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
border-color: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #81C784;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1f2d40;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
background: rgba(129, 199, 132, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #81C784;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #81C784;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #81C784;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #304562;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFD54F;
|
||||
background: #FFD54F;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #FFD54F;
|
||||
background: #FFD54F;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #ffc50c;
|
||||
background: #ffc50c;
|
||||
color: #212529;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #FFD54F;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #ffc50c;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #212529;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #ffc50c;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #ffc50c;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #212529;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #FFD54F;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FFD54F;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #ffe284;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #FFD54F;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #FFD54F;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #FFD54F;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #ffe284;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #FFD54F;
|
||||
box-shadow: inset 0 2px 0 0 rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #FFD54F;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #ffcd2e;
|
||||
color: #212529;
|
||||
border-color: #ffcd2e;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #ffc50c;
|
||||
color: #212529;
|
||||
border-color: #ffc50c;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #cf9d00;
|
||||
color: rgba(207, 157, 0, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #FFD54F;
|
||||
border-color: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
border-color: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #212529;
|
||||
background: #FFD54F;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #212529;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1f2d40;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #ffe284;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
color: #212529;
|
||||
background: rgba(255, 213, 79, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #FFD54F;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #FFD54F;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #FFD54F;
|
||||
}
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
||||
|
@ -121,8 +121,8 @@
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
|
||||
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
|
||||
|
@ -213,8 +213,8 @@
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datepicker table td > span:focus {
|
||||
outline: 0 none;
|
||||
|
@ -227,8 +227,8 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datepicker .p-datepicker-buttonbar {
|
||||
padding: 1rem 0;
|
||||
|
@ -281,8 +281,8 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
||||
border-right: 1px solid #304562;
|
||||
|
@ -342,20 +342,20 @@
|
|||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #BA68C8;
|
||||
background: #BA68C8;
|
||||
}
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #BA68C8;
|
||||
background: #BA68C8;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
border-color: #a241b2;
|
||||
background: #a241b2;
|
||||
color: #ffffff;
|
||||
|
@ -367,18 +367,14 @@
|
|||
.p-input-filled .p-checkbox .p-checkbox-box {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
||||
background: #BA68C8;
|
||||
}
|
||||
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
||||
background: #a241b2;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
||||
background-color: #304562;
|
||||
}
|
||||
|
||||
.p-highlight .p-checkbox .p-checkbox-box {
|
||||
border-color: #ffffff;
|
||||
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
||||
background: #a241b2;
|
||||
}
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
|
@ -396,8 +392,8 @@
|
|||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
||||
|
@ -515,8 +511,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -877,8 +873,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
||||
outline: 0 none;
|
||||
|
@ -990,8 +986,8 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1087,10 +1083,6 @@
|
|||
background: #a241b2;
|
||||
}
|
||||
|
||||
.p-highlight .p-radiobutton .p-radiobutton-box {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1118,10 +1110,6 @@
|
|||
color: #F48FB1;
|
||||
}
|
||||
|
||||
.p-highlight .p-rating .p-rating-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.p-selectbutton .p-button {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
|
@ -1278,6 +1266,18 @@
|
|||
color: #BA68C8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-outlined.p-button-plain:enabled:active {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #BA68C8;
|
||||
|
@ -1731,11 +1731,11 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
|
@ -1781,9 +1781,6 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
}
|
||||
.p-datatable .p-sortable-column {
|
||||
outline-color: #cf95d9;
|
||||
}
|
||||
.p-datatable .p-sortable-column .p-sortable-column-icon {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
margin-left: 0.5rem;
|
||||
|
@ -1793,8 +1790,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -1811,6 +1808,17 @@
|
|||
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
||||
color: #BA68C8;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: #BA68C8;
|
||||
}
|
||||
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
||||
color: #BA68C8;
|
||||
}
|
||||
.p-datatable .p-sortable-column:focus {
|
||||
box-shadow: inset 0 0 0 1px #cf95d9;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -1855,14 +1863,14 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
box-shadow: inset 0 2px 0 0 #BA68C8;
|
||||
box-shadow: inset 0 2px 0 0 rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
||||
box-shadow: inset 0 -2px 0 0 #BA68C8;
|
||||
box-shadow: inset 0 -2px 0 0 rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -1903,14 +1911,14 @@
|
|||
background: rgba(255, 255, 255, 0.01);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
@ -2015,11 +2023,21 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:hover {
|
||||
.fc .fc-toolbar .fc-button:enabled:hover {
|
||||
background: #b052c0;
|
||||
color: #ffffff;
|
||||
border-color: #b052c0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active {
|
||||
background: #a241b2;
|
||||
color: #ffffff;
|
||||
border-color: #a241b2;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
||||
font-family: "PrimeIcons" !important;
|
||||
text-indent: 0;
|
||||
|
@ -2122,8 +2140,8 @@
|
|||
box-shadow: inset 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2147,11 +2165,11 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
||||
color: #752f81;
|
||||
color: rgba(117, 47, 129, 0.16);
|
||||
}
|
||||
.p-organizationchart .p-organizationchart-line-down {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
|
@ -2245,9 +2263,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
background: #BA68C8;
|
||||
border-color: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
border-color: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2297,8 +2315,8 @@
|
|||
box-shadow: inset 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
|
@ -2380,12 +2398,16 @@
|
|||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.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 {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2464,8 +2486,8 @@
|
|||
height: 1.143rem;
|
||||
min-width: 1.143rem;
|
||||
line-height: 1.143rem;
|
||||
color: #ffffff;
|
||||
background: #BA68C8;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||
|
@ -2521,14 +2543,14 @@
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
||||
color: #ffffff;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
|
@ -2650,6 +2672,10 @@
|
|||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-content {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
@ -2664,6 +2690,10 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.p-card {
|
||||
background: #1f2d40;
|
||||
|
@ -3716,8 +3746,8 @@
|
|||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
||||
font-weight: 600;
|
||||
|
@ -4104,11 +4134,11 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: #3c567a;
|
||||
}
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -4126,8 +4156,8 @@
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
color: #ffffff;
|
||||
background: rgba(186, 104, 200, 0.16);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
|
@ -4275,3 +4305,13 @@
|
|||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
background-color: #BA68C8;
|
||||
}
|
||||
|
||||
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background-color: #BA68C8;
|
||||
}
|
||||
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
||||
background: #BA68C8;
|
||||
}
|
||||
|
|
19
src/App.vue
|
@ -1,14 +1,18 @@
|
|||
<template>
|
||||
<div class="layout-wrapper" :class="containerClass">
|
||||
<a class="layout-news" href="https://www.primefaces.org/store" target="_blank" tabindex="-1" v-if="newsActive">
|
||||
<div class="layout-news" v-if="newsActive">
|
||||
<div class="layout-news-container">
|
||||
<img class="layouts-news-text-image" alt="easter" src="./assets/images/topbar-easter-2020-text.png">
|
||||
<img class="layouts-news-mockup-image" alt="easter" src="./assets/images/topbar-easter-2020-ultima.png">
|
||||
<a href="#" class="layout-news-close" @click="hideNews">
|
||||
<img class="layouts-news-mockup-image" src="./assets/images/topbar-diamond-mockup.png">
|
||||
<span class="layout-news-details">
|
||||
</span>
|
||||
<a href="https://www.primefaces.org/layouts/diamond-vue" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button">
|
||||
LEARN MORE<i class="pi pi-angle-right"></i>
|
||||
</a>
|
||||
<a tabindex="0" class="layout-news-close" @click="hideNews">
|
||||
<i class="pi pi-times"></i>
|
||||
</a>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<app-topbar @menubutton-click="onMenuButtonClick" @change-theme="changeTheme" :theme="theme" />
|
||||
<app-menu :active="sidebarActive" />
|
||||
|
@ -37,7 +41,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
sidebarActive: false,
|
||||
newsActive: false,
|
||||
newsActive: true,
|
||||
theme: 'saga-blue'
|
||||
}
|
||||
},
|
||||
|
@ -45,6 +49,8 @@ export default {
|
|||
if (this.isOutdatedIE()) {
|
||||
this.$toast.add({severity: 'warn', summary: 'Limited Functionality', detail: 'Although PrimeVue supports IE11, ThemeSwitcher in this application cannot be not fully supported by your browser. Please use a modern browser for the best experience of the showcase.'});
|
||||
}
|
||||
|
||||
this.newsActive = this.newsActive && sessionStorage.getItem('primevue-news-hidden') == null;
|
||||
},
|
||||
watch: {
|
||||
$route: {
|
||||
|
@ -80,6 +86,7 @@ export default {
|
|||
},
|
||||
hideNews() {
|
||||
this.newsActive = false;
|
||||
sessionStorage.setItem('primevue-news-hidden', 'true');
|
||||
},
|
||||
changeTheme(event) {
|
||||
let themeElement = document.getElementById('theme-link');
|
||||
|
|
|
@ -109,6 +109,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h5>Fluent UI</h5>
|
||||
<div class="p-grid free-themes">
|
||||
<div class="p-col-3">
|
||||
<button class="p-link" type="button" @click="changeTheme($event, 'fluent-light')">
|
||||
<img src="demo/images/themes/fluent-light.png" alt="Fluent Light"/>
|
||||
</button>
|
||||
<span>Fluent Light</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h5>PrimeOne Design</h5>
|
||||
<div class="p-grid free-themes">
|
||||
<div class="p-col-3">
|
||||
|
@ -185,7 +195,24 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h5>Legacy</h5>
|
||||
<h4>Premium Themes</h4>
|
||||
<p>Premium themes are only available exclusively for <a href="https://www.primefaces.org/designer/primevue">PrimeVue Theme Designer</a> subscribers and therefore not included in PrimeNG core.</p>
|
||||
<div class="p-grid free-themes">
|
||||
<div class="p-col-3">
|
||||
<button class="p-link" type="button" @click="changeTheme($event, 'soho-light')">
|
||||
<img src="demo/images/themes/soho-light.png" alt="Soho Light" />
|
||||
</button>
|
||||
<span>Soho Light</span>
|
||||
</div>
|
||||
<div class="p-col-3">
|
||||
<button class="p-link" type="button" @click="changeTheme($event, 'soho-dark', true)">
|
||||
<img src="demo/images/themes/soho-dark.png" alt="Soho Dark" />
|
||||
</button>
|
||||
<span>Soho Dark</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h4>Legacy Free Themes</h4>
|
||||
<div class="p-grid free-themes">
|
||||
<div class="p-col-3">
|
||||
<button class="p-link" type="button" @click="changeTheme($event, 'nova')">
|
||||
|
@ -246,6 +273,11 @@
|
|||
<h4>Premium Vue-CLI Templates</h4>
|
||||
<p>Beautifully crafted premium <a href="https://cli.vuejs.org">Vue CLI</a> application templates by the PrimeTek design team.</p>
|
||||
<div class="p-grid premium-themes">
|
||||
<div class="p-col-12 p-md-6">
|
||||
<a href="https://www.primefaces.org/layouts/dimond-vue">
|
||||
<img alt="Diamond" src="./assets/images/layouts/diamond-vue.jpg">
|
||||
</a>
|
||||
</div>
|
||||
<div class="p-col-12 p-md-6">
|
||||
<a href="https://www.primefaces.org/layouts/ultima-vue">
|
||||
<img alt="Ultima" src="./assets/images/layouts/ultima-vue.jpg">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="layout-footer">
|
||||
<div class="layout-footer-left">
|
||||
<span>PrimeVue 3.0.0-rc.2 on Vue 3.0.0 by </span>
|
||||
<span>PrimeVue 3.0.1 on Vue 3.0.2 by </span>
|
||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -40,6 +40,9 @@
|
|||
<li><a @click="changeTheme($event, 'mdc-dark-indigo', true)"><img src="demo/images/themes/md-dark-indigo.svg" alt="Indigo Dark" /><span>Indigo Dark</span></a></li>
|
||||
<li><a @click="changeTheme($event, 'mdc-dark-deeppurple', true)"><img src="demo/images/themes/md-dark-deeppurple.svg" alt="Deep Purple Dark" /><span>Deep Purple Dark</span></a></li>
|
||||
|
||||
<li class="topbar-submenu-header">FLUENT UI</li>
|
||||
<li><a @click="changeTheme($event, 'fluent-light')"><img src="demo/images/themes/fluent-light.png" alt="Fluent Light" /><span>Fluent Light</span></a></li>
|
||||
|
||||
<li class="topbar-submenu-header">PRIMEONE</li>
|
||||
<li><a @click="changeTheme($event, 'saga-blue')"><img src="demo/images/themes/saga-blue.png" alt="Saga Blue" /><span>Saga Blue</span></a></li>
|
||||
<li><a @click="changeTheme($event, 'saga-green')"><img src="demo/images/themes/saga-green.png" alt="Saga Green" /><span>Saga Green</span></a></li>
|
||||
|
@ -54,6 +57,10 @@
|
|||
<li><a @click="changeTheme($event, 'arya-orange', true)"><img src="demo/images/themes/arya-orange.png" alt="Arya Orange" /><span>Arya Orange</span></a></li>
|
||||
<li><a @click="changeTheme($event, 'arya-purple', true)"><img src="demo/images/themes/arya-purple.png" alt="Arya Purple" /><span>Arya Purple</span></a></li>
|
||||
|
||||
<li class="topbar-submenu-header">PREMIUM</li>
|
||||
<li><a @click="changeTheme($event, 'soho-light')"><img src="demo/images/themes/soho-light.png" alt="Soho Light" /><span>Soho Light</span></a></li>
|
||||
<li><a @click="changeTheme($event, 'soho-dark', true)"><img src="demo/images/themes/soho-dark.png" alt="Soho Dark" /><span>Soho Dark</span></a></li>
|
||||
|
||||
<li class="topbar-submenu-header">LEGACY</li>
|
||||
<li><a @click="changeTheme($event, 'nova')"><img src="demo/images/themes/nova.png" alt="Nova" /><span>Nova</span></a></li>
|
||||
<li><a @click="changeTheme($event, 'nova-alt')"><img src="demo/images/themes/nova-alt.png" alt="Nova Alt" /><span>Nova Alt</span></a></li>
|
||||
|
@ -74,6 +81,7 @@
|
|||
<li class="topbar-submenu-header">FREE ADMIN TEMPLATE</li>
|
||||
<li><a href="https://www.primefaces.org/sigma-vue"><img src="./assets/images/layouts/themeswitcher-sigma.png" alt="Sigma" /><span>Sigma</span></a></li>
|
||||
<li class="topbar-submenu-header">PREMIUM ADMIN TEMPLATES</li>
|
||||
<li><a href="https://www.primefaces.org/layouts/diamond-vue"><img src="./assets/images/layouts/themeswitcher-diamond.png" alt="Diamond" /><span>Diamond</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/layouts/sapphire-vue"><img src="./assets/images/layouts/themeswitcher-sapphire.png" alt="Sapphire" /><span>Sapphire</span><span class="theme-badge material">material</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/layouts/serenity-vue"><img src="./assets/images/layouts/themeswitcher-serenity.png" alt="Serenity" /><span>Serenity</span><span class="theme-badge material">material</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/layouts/ultima-vue"><img src="./assets/images/layouts/themeswitcher-ultima.png" alt="Ultima" /><span>Ultima</span><span class="theme-badge material">material</span></a></li>
|
||||
|
@ -153,7 +161,10 @@ export default {
|
|||
'luna-green': 'luna-green.png',
|
||||
'luna-pink': 'luna-pink.png',
|
||||
'luna-amber': 'luna-amber.png',
|
||||
'rhea': 'rhea.png'
|
||||
'rhea': 'rhea.png',
|
||||
'fluent-light': 'fluent-light.png',
|
||||
'soho-light': 'soho-light.png',
|
||||
'soho-dark': 'soho-dark.png'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 365 KiB |
After Width: | Height: | Size: 26 KiB |
|
@ -8,7 +8,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-image: url("assets/images/topbar-easter-2020-bg.jpg");
|
||||
background-image: url("assets/images/topbar-diamond-bg.png");
|
||||
|
||||
.layout-news-container {
|
||||
width: 100%;
|
||||
|
@ -40,18 +40,34 @@
|
|||
}
|
||||
}
|
||||
|
||||
img.layouts-news-text-image {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
img.layouts-news-mockup-image {
|
||||
height: 70px;
|
||||
position: absolute;
|
||||
right: 52px;
|
||||
}
|
||||
|
||||
.layout-news-button {
|
||||
border: 1px solid #ffffff;
|
||||
color: #ffffff;
|
||||
font-size: 15px;
|
||||
padding: .3em .3em .5em 1em;
|
||||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
transition: background-color 0.15s;
|
||||
margin-left: 2em;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.layout-news-close {
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
|
|
|
@ -4,15 +4,21 @@
|
|||
.layout-content {
|
||||
padding-top: 180px;
|
||||
}
|
||||
|
||||
.layout-sidebar {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.layout-news-container {
|
||||
background-image: linear-gradient(180deg, rgba(255,255,255,0.30) 0%, #FFFFFF 100%);
|
||||
}
|
||||
img.layouts-news-mockup-image {
|
||||
display: none;
|
||||
|
||||
.layout-news-button {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
import UniqueComponentId from '../utils/UniqueComponentId';
|
||||
|
||||
export default {
|
||||
emits: ['tab-close', 'tab-open', 'update:activeIndex'],
|
||||
props: {
|
||||
multiple: Boolean,
|
||||
activeIndex: [Number,Array]
|
||||
|
|
|
@ -38,6 +38,7 @@ import Ripple from '../ripple/Ripple';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['update:modelValue', 'item-select', 'item-select', 'dropdown-click', 'clear', 'complete'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
suggestions: {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
import DomHandler from '../utils/DomHandler';
|
||||
|
||||
export default {
|
||||
emits: ['block', 'unblock'],
|
||||
props: {
|
||||
blocked: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<template>
|
||||
<li :class="containerClass" v-if="visible()">
|
||||
<router-link v-if="item.to" :to="item.to" class="p-menuitem-link">
|
||||
<router-link v-if="item.to" :to="item.to" custom v-slot="{navigate, href}">
|
||||
<a :href="href" class="p-menuitem-link" @click="onClick($event, navigate)">
|
||||
<span v-if="item.icon" :class="iconClass"></span>
|
||||
<span v-if="item.label" class="p-menuitem-text">{{item.label}}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<a v-else :href="item.url||'#'" class="p-menuitem-link" @click="onClick" :target="item.target">
|
||||
<span v-if="item.icon" :class="iconClass"></span>
|
||||
|
@ -17,13 +19,17 @@ export default {
|
|||
item: null
|
||||
},
|
||||
methods: {
|
||||
onClick(event) {
|
||||
onClick(event, navigate) {
|
||||
if (this.item.command) {
|
||||
this.item.command({
|
||||
originalEvent: event,
|
||||
item: this.item
|
||||
});
|
||||
}
|
||||
|
||||
if (this.item.to && navigate) {
|
||||
navigate(event);
|
||||
}
|
||||
},
|
||||
visible() {
|
||||
return (typeof this.item.visible === 'function' ? this.item.visible() : this.item.visible !== false);
|
||||
|
|
|
@ -138,6 +138,7 @@ import Ripple from '../ripple/Ripple';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['show', 'hide', 'month-change', 'year-change', 'date-select', 'update:modelValue', 'today-click', 'clear-click'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
selectionMode: {
|
||||
|
@ -343,8 +344,7 @@ export default {
|
|||
}
|
||||
|
||||
if (this.mask) {
|
||||
this.disableModality();
|
||||
this.mask = null;
|
||||
this.destroyMask();
|
||||
}
|
||||
|
||||
this.restoreAppend();
|
||||
|
@ -554,6 +554,11 @@ export default {
|
|||
this.unbindScrollListener();
|
||||
this.unbindResizeListener();
|
||||
this.$emit('hide');
|
||||
|
||||
if (this.mask) {
|
||||
this.disableModality();
|
||||
}
|
||||
|
||||
this.overlay = null;
|
||||
},
|
||||
onPrevButtonClick(event) {
|
||||
|
@ -771,10 +776,6 @@ export default {
|
|||
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
|
||||
setTimeout(() => {
|
||||
this.overlayVisible = false;
|
||||
|
||||
if (this.mask) {
|
||||
this.disableModality();
|
||||
}
|
||||
}, 150);
|
||||
}
|
||||
},
|
||||
|
@ -1309,7 +1310,7 @@ export default {
|
|||
DomHandler.addMultipleClasses(this.mask, 'p-datepicker-mask p-datepicker-mask-scrollblocker');
|
||||
|
||||
this.maskClickListener = () => {
|
||||
this.disableModality();
|
||||
this.overlayVisible = false;
|
||||
};
|
||||
this.mask.addEventListener('click', this.maskClickListener);
|
||||
|
||||
|
@ -1323,10 +1324,13 @@ export default {
|
|||
},
|
||||
disableModality() {
|
||||
if (this.mask) {
|
||||
this.overlayVisible = false;
|
||||
|
||||
DomHandler.addClass(this.mask, 'p-datepicker-mask-leave');
|
||||
this.mask.addEventListener('transitionend', () => {
|
||||
this.destroyMask();
|
||||
});
|
||||
}
|
||||
},
|
||||
destroyMask() {
|
||||
this.mask.removeEventListener('click', this.maskClickListener);
|
||||
this.maskClickListener = null;
|
||||
document.body.removeChild(this.mask);
|
||||
|
@ -1345,8 +1349,6 @@ export default {
|
|||
if (!hasBlockerMasks) {
|
||||
DomHandler.removeClass(document.body, 'p-overflow-hidden');
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
updateCurrentMetaData() {
|
||||
const viewDate = this.viewDate;
|
||||
|
|
|
@ -58,6 +58,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update-page'],
|
||||
props: {
|
||||
value: null,
|
||||
page: {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
import * as Chart from 'chart.js';
|
||||
|
||||
export default {
|
||||
emits: ['select'],
|
||||
props: {
|
||||
type: String,
|
||||
data: null,
|
||||
|
|
|
@ -14,6 +14,7 @@ import ObjectUtils from '../utils/ObjectUtils';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['click', 'update:modelValue', 'change'],
|
||||
props: {
|
||||
value: null,
|
||||
modelValue: null,
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<script>
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['update:modelValue', 'add', 'remove'],
|
||||
props: {
|
||||
modelValue: {
|
||||
type: Array,
|
||||
|
|
|
@ -24,6 +24,7 @@ import ConnectedOverlayScrollHandler from '../utils/ConnectedOverlayScrollHandle
|
|||
import DomHandler from '../utils/DomHandler';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue'],
|
||||
props: {
|
||||
modelValue: {
|
||||
type: null,
|
||||
|
@ -97,7 +98,7 @@ export default {
|
|||
this.updateUI();
|
||||
},
|
||||
watch: {
|
||||
value: {
|
||||
modelValue: {
|
||||
immediate: true,
|
||||
handler(newValue) {
|
||||
this.hsbValue = this.toHSB(newValue);
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
.p-disabled, .p-disabled * {
|
||||
cursor: default !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
|
|
@ -4,9 +4,11 @@
|
|||
<template v-for="(item, i) of model">
|
||||
<li role="none" :class="getItemClass(item)" :style="item.style" v-if="visible(item) && !item.separator" :key="item.label + i"
|
||||
@mouseenter="onItemMouseEnter($event, item)">
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" :class="getLinkClass(item)" @click="onItemClick($event, item)" role="menuitem" v-ripple>
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" custom v-slot="{navigate, href}">
|
||||
<a :href="href" @click="onItemClick($event, item, navigate)" :class="getLinkClass(item)" v-ripple role="menuitem">
|
||||
<span :class="['p-menuitem-icon', item.icon]"></span>
|
||||
<span class="p-menuitem-text">{{item.label}}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<a v-else :href="item.url" :class="getLinkClass(item)" :target="item.target" @click="onItemClick($event, item)" v-ripple
|
||||
:aria-haspopup="item.items != null" :aria-expanded="item === activeItem" role="menuitem" :tabindex="item.disabled ? null : '0'">
|
||||
|
@ -28,6 +30,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['leaf-click'],
|
||||
name: 'sub-menu',
|
||||
props: {
|
||||
model: {
|
||||
|
@ -64,16 +67,12 @@ export default {
|
|||
|
||||
this.activeItem = item;
|
||||
},
|
||||
onItemClick(event, item) {
|
||||
onItemClick(event, item, navigate) {
|
||||
if (item.disabled) {
|
||||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.url && !item.to) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
if (item.command) {
|
||||
item.command({
|
||||
originalEvent: event,
|
||||
|
@ -81,9 +80,20 @@ export default {
|
|||
});
|
||||
}
|
||||
|
||||
if (item.items) {
|
||||
if (this.activeItem && item === this.activeItem)
|
||||
this.activeItem = null;
|
||||
else
|
||||
this.activeItem = item;
|
||||
}
|
||||
|
||||
if (!item.items) {
|
||||
this.onLeafClick();
|
||||
}
|
||||
|
||||
if (item.to && navigate) {
|
||||
navigate(event);
|
||||
}
|
||||
},
|
||||
onLeafClick() {
|
||||
this.activeItem = null;
|
||||
|
|
|
@ -37,6 +37,8 @@ import RowCheckbox from './RowCheckbox.vue';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['cell-edit-init', 'cell-edit-complete', 'cell-edit-cancel', 'row-edit-init', 'row-edit-complete', 'row-edit-cancel',
|
||||
'row-toggle', 'radio-change', 'checkbox-change'],
|
||||
props: {
|
||||
rowData: {
|
||||
type: Object,
|
||||
|
|
|
@ -140,6 +140,11 @@ import TableBody from './TableBody.vue';
|
|||
import TableFooter from './TableFooter.vue';
|
||||
|
||||
export default {
|
||||
emits: ['update:first', 'update:rows', 'page', 'update:sortField', 'update:sortOrder', 'update:multiSortMeta', 'sort', 'filter', 'row-click',
|
||||
'update:selection', 'row-select', 'row-unselect', 'update:contextMenuSelection', 'row-contextmenu', 'row-unselect-all', 'row-select-all',
|
||||
'column-resize-end', 'column-reorder', 'row-reorder', 'update:expandedRows', 'row-collapse', 'row-expand',
|
||||
'update:expandedRowGroups', 'rowgroup-collapse', 'rowgroup-expand', 'update:filters', 'virtual-scroll',
|
||||
'cell-edit-init', 'cell-edit-complete', 'cell-edit-cancel', 'update:editingRows', 'row-edit-init', 'row-edit-save', 'row-edit-cancel'],
|
||||
props: {
|
||||
value: {
|
||||
type: Array,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="p-checkbox p-component" @click="onClick">
|
||||
<div class="p-hidden-accessible">
|
||||
<input ref="input" type="checkbox" :checked="checked" @focus="onFocus($event)" @blur="onBlur($event)" :disabled="disabled">
|
||||
<input ref="input" type="checkbox" :checked="checked" @focus="onFocus($event)" @blur="onBlur($event)" :disabled="$attrs.disabled">
|
||||
</div>
|
||||
<div ref="box" :class="['p-checkbox-box p-component', {'p-highlight': checked, 'p-disabled': $attrs.disabled, 'p-focus': focused}]" role="checkbox" :aria-checked="checked">
|
||||
<span :class="['p-checkbox-icon', {'pi pi-check': checked}]"></span>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<script>
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['change'],
|
||||
props: {
|
||||
checked: null
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="p-checkbox p-component" @click="onClick">
|
||||
<div class="p-hidden-accessible">
|
||||
<input ref="input" type="checkbox" :checked="checked" @focus="onFocus($event)" @blur="onBlur($event)" :disabled="disabled">
|
||||
<input ref="input" type="checkbox" :checked="checked" @focus="onFocus($event)" @blur="onBlur($event)" :disabled="$attrs.disabled">
|
||||
</div>
|
||||
<div ref="box" :class="['p-checkbox-box p-component', {'p-highlight': checked, 'p-disabled': $attrs.disabled, 'p-focus': focused}]" role="checkbox" :aria-checked="checked">
|
||||
<span :class="['p-checkbox-icon', {'pi pi-check': checked}]"></span>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<script>
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['change'],
|
||||
props: {
|
||||
value: null,
|
||||
checked: null
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="p-radiobutton p-component" @click="onClick">
|
||||
<div class="p-hidden-accessible">
|
||||
<input ref="input" type="radio" :checked="checked" @focus="onFocus($event)" @blur="onBlur($event)" :disabled="disabled">
|
||||
<input ref="input" type="radio" :checked="checked" @focus="onFocus($event)" @blur="onBlur($event)" :disabled="$attrs.disabled">
|
||||
</div>
|
||||
<div ref="box" :class="['p-radiobutton-box p-component', {'p-highlight': checked, 'p-disabled': disabled, 'p-focus': focused}]" role="radio" :aria-checked="checked">
|
||||
<div class="p-radiobutton-icon"></div>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<script>
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['change'],
|
||||
props: {
|
||||
value: null,
|
||||
disabled: null,
|
||||
|
|
|
@ -50,6 +50,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import TableLoadingBody from './TableLoadingBody';
|
||||
|
||||
export default {
|
||||
emits: ['virtual-scroll'],
|
||||
props: {
|
||||
frozen: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -48,6 +48,10 @@ import ObjectUtils from '../utils/ObjectUtils';
|
|||
import BodyCell from './BodyCell.vue';
|
||||
|
||||
export default {
|
||||
emits: ['rowgroup-toggle', 'row-click', 'row-rightclick', 'row-touchend', 'row-keydown', 'row-mousedown',
|
||||
'row-dragstart', 'row-dragover', 'row-dragleave', 'row-dragend', 'row-drop', 'row-toggle',
|
||||
'radio-change', 'checkbox-change', 'cell-edit-init', 'cell-edit-complete', 'cell-edit-cancel',
|
||||
'row-edit-init', 'row-edit-save', 'row-edit-cancel'],
|
||||
props: {
|
||||
value: {
|
||||
type: Array,
|
||||
|
|
|
@ -49,6 +49,8 @@ import DomHandler from '../utils/DomHandler';
|
|||
import HeaderCheckbox from './HeaderCheckbox.vue';
|
||||
|
||||
export default {
|
||||
emits: ['column-click', 'column-mousedown', 'column-dragstart', 'column-dragover', 'column-dragleave', 'column-drop',
|
||||
'column-resizestart', 'checkbox-change', 'column-click'],
|
||||
props: {
|
||||
columnGroup: {
|
||||
type: null,
|
||||
|
|
|
@ -44,6 +44,7 @@ import ObjectUtils from '../utils/ObjectUtils';
|
|||
import Paginator from '../paginator/Paginator';
|
||||
|
||||
export default {
|
||||
emits: ['update:first', 'update:rows', 'page'],
|
||||
props: {
|
||||
value: {
|
||||
type: Array,
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
emits: ['update:modelValue'],
|
||||
props: {
|
||||
modelValue: String
|
||||
},
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
emits: ['load'],
|
||||
data() {
|
||||
return {
|
||||
loaded: false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div :ref="maskRef" :class="maskClass" v-if="containerVisible" @click="onMaskClick">
|
||||
<transition name="p-dialog" @before-enter="onBeforeEnter" @enter="onEnter" @before-leave="onBeforeLeave" @leave="onLeave" @after-leave="onAfterLeave" appear>
|
||||
<div :ref="containerRef" :class="dialogClass" v-if="visible" v-bind="$attrs" role="dialog" :aria-labelledby="ariaLabelledById" :aria-modal="modal" @click.stop>
|
||||
<div :ref="containerRef" :class="dialogClass" v-if="visible" v-bind="$attrs" role="dialog" :aria-labelledby="ariaLabelledById" :aria-modal="modal">
|
||||
<div class="p-dialog-header" v-if="showHeader">
|
||||
<slot name="header">
|
||||
<span :id="ariaLabelledById" class="p-dialog-title" v-if="header">{{header}}</span>
|
||||
|
@ -32,6 +32,7 @@ import Ripple from '../ripple/Ripple';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['update:visible', 'show', 'hide'],
|
||||
props: {
|
||||
header: null,
|
||||
footer: null,
|
||||
|
@ -115,8 +116,8 @@ export default {
|
|||
this.containerVisible = false;
|
||||
this.unbindDocumentState();
|
||||
},
|
||||
onMaskClick() {
|
||||
if (this.modal && this.closable && this.dismissableMask) {
|
||||
onMaskClick(event) {
|
||||
if (this.dismissableMask && this.closable && this.modal && this.mask === event.target) {
|
||||
this.close();
|
||||
}
|
||||
},
|
||||
|
|
|
@ -46,6 +46,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'before-show', 'before-hide', 'show', 'hide', 'change', 'filter'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
options: Array,
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
import Quill from "quill";
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'text-change'],
|
||||
props: {
|
||||
modelValue: String,
|
||||
placeholder: String,
|
||||
|
|
|
@ -28,6 +28,7 @@ import UniqueComponentId from '../utils/UniqueComponentId';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update:collapsed', 'toggle'],
|
||||
props: {
|
||||
legend: String,
|
||||
toggleable: Boolean,
|
||||
|
|
|
@ -47,6 +47,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['select', 'uploader', 'before-upload', 'progress', 'upload', 'error', 'before-send', 'clear'],
|
||||
props: {
|
||||
name: {
|
||||
type: String,
|
||||
|
|
|
@ -14,6 +14,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['update:activeIndex', 'update:visible'],
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
|
|
|
@ -33,6 +33,7 @@ import Ripple from '../ripple/Ripple';
|
|||
export default {
|
||||
inheritAttrs: false,
|
||||
interval: null,
|
||||
emits: ['activeitem-change', 'mask-hide'],
|
||||
data() {
|
||||
return {
|
||||
id: this.$attrs.id || UniqueComponentId(),
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['start-slideshow', 'stop-slideshow', 'update:activeIndex'],
|
||||
props: {
|
||||
circular: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -30,6 +30,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['stop-slideshow', 'update:activeIndex'],
|
||||
props: {
|
||||
containerId: {
|
||||
type: String,
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
import Button from '../button/Button';
|
||||
|
||||
export default {
|
||||
emits: ['open', 'close', 'update:active'],
|
||||
props: {
|
||||
closable: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
import DomHandler from '../utils/DomHandler';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'focus', 'blur', 'keydown', 'complete', 'keypress', 'paste'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
slotChar: {
|
||||
|
|
|
@ -22,6 +22,8 @@ export declare class InputNumber extends Vue {
|
|||
min?: number;
|
||||
max?: number;
|
||||
step?: number;
|
||||
inputStyle?: any;
|
||||
inputClass?: string;
|
||||
$emit(eventName: string, value: number | Event): this;
|
||||
$emit(eventName: 'input', e: {originalEvent: Event, value: any}): this;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<span :class="containerClass" :style="style">
|
||||
<INInputText ref="input" class="p-inputnumber-input" :value="formattedValue" v-bind="$attrs" :aria-valumin="min" :aria-valuemax="max"
|
||||
<INInputText ref="input" :class="['p-inputnumber-input', inputClass]" :style="inputStyle" :value="formattedValue" v-bind="$attrs" :aria-valumin="min" :aria-valuemax="max"
|
||||
@input="onUserInput" @keydown="onInputKeyDown" @keypress="onInputKeyPress" @paste="onPaste" @click="onInputClick" @focus="onInputFocus" @blur="onInputBlur"/>
|
||||
<span class="p-inputnumber-button-group" v-if="showButtons && buttonLayout === 'stacked'">
|
||||
<INButton :class="upButtonClass" :icon="incrementButtonIcon" v-on="upButtonListeners" :disabled="$attrs.disabled" />
|
||||
|
@ -17,6 +17,7 @@ import Button from '../button/Button';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['start-slideshow', 'input'],
|
||||
props: {
|
||||
modelValue: {
|
||||
type: Number,
|
||||
|
@ -102,8 +103,10 @@ export default {
|
|||
type: Number,
|
||||
default: 1
|
||||
},
|
||||
style: null,
|
||||
class: null,
|
||||
style: null
|
||||
inputStyle: null,
|
||||
inputClass: null
|
||||
},
|
||||
numberFormat: null,
|
||||
_numeral: null,
|
||||
|
@ -116,6 +119,8 @@ export default {
|
|||
_index: null,
|
||||
groupChar: '',
|
||||
isSpecialChar: null,
|
||||
prefixChar: null,
|
||||
suffixChar: null,
|
||||
timer: null,
|
||||
data() {
|
||||
return {
|
||||
|
@ -178,8 +183,8 @@ export default {
|
|||
this._group = this.getGroupingExpression();
|
||||
this._minusSign = this.getMinusSignExpression();
|
||||
this._currency = this.getCurrencyExpression();
|
||||
this._suffix = new RegExp(`[${this.suffix||''}]`, 'g');
|
||||
this._prefix = new RegExp(`[${this.prefix||''}]`, 'g');
|
||||
this._suffix = this.getSuffixExpression();
|
||||
this._prefix = this.getPrefixExpression();
|
||||
this._index = d => index.get(d);
|
||||
},
|
||||
updateConstructParser(newValue, oldValue) {
|
||||
|
@ -187,13 +192,16 @@ export default {
|
|||
this.constructParser();
|
||||
}
|
||||
},
|
||||
escapeRegExp(text) {
|
||||
return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
|
||||
},
|
||||
getDecimalExpression() {
|
||||
const formatter = new Intl.NumberFormat(this.locale, {useGrouping: false});
|
||||
return new RegExp(`[${formatter.format(1.1).trim().replace(this._numeral, '')}]`, 'g');
|
||||
},
|
||||
getGroupingExpression() {
|
||||
const formatter = new Intl.NumberFormat(this.locale, {useGrouping: true});
|
||||
this.groupChar = formatter.format(1000000).trim().replace(this._numeral, '');
|
||||
this.groupChar = formatter.format(1000000).trim().replace(this._numeral, '').charAt(0);
|
||||
return new RegExp(`[${this.groupChar}]`, 'g');
|
||||
},
|
||||
getMinusSignExpression() {
|
||||
|
@ -208,6 +216,29 @@ export default {
|
|||
|
||||
return new RegExp(`[]`,'g');
|
||||
},
|
||||
getPrefixExpression() {
|
||||
if (this.prefix) {
|
||||
this.prefixChar = this.prefix;
|
||||
}
|
||||
else {
|
||||
const formatter = new Intl.NumberFormat(this.locale, {style: this.mode, currency: this.currency, currencyDisplay: this.currencyDisplay});
|
||||
this.prefixChar = formatter.format(1).split('1')[0];
|
||||
}
|
||||
|
||||
return new RegExp(`${this.escapeRegExp(this.prefixChar||'')}`, 'g');
|
||||
},
|
||||
getSuffixExpression() {
|
||||
if (this.suffix) {
|
||||
this.suffixChar = this.suffix;
|
||||
}
|
||||
else {
|
||||
const formatter = new Intl.NumberFormat(this.locale, {style: this.mode, currency: this.currency, currencyDisplay: this.currencyDisplay,
|
||||
minimumFractionDigits: 0, maximumFractionDigits: 0});
|
||||
this.suffixChar = formatter.format(1).split('1')[1];
|
||||
}
|
||||
|
||||
return new RegExp(`${this.escapeRegExp(this.suffixChar||'')}`, 'g');
|
||||
},
|
||||
formatValue(value) {
|
||||
if (value != null) {
|
||||
if (value === '-') { // Minus sign
|
||||
|
@ -228,18 +259,19 @@ export default {
|
|||
return formattedValue;
|
||||
}
|
||||
|
||||
return value;
|
||||
return value.toString();
|
||||
}
|
||||
|
||||
return '';
|
||||
},
|
||||
parseValue(text) {
|
||||
let filteredText = text.trim()
|
||||
let filteredText = text
|
||||
.replace(this._suffix, '')
|
||||
.replace(this._prefix, '')
|
||||
.trim()
|
||||
.replace(/\s/g, '')
|
||||
.replace(this._currency, '')
|
||||
.replace(this._group, '')
|
||||
.replace(this._suffix, '')
|
||||
.replace(this._prefix, '')
|
||||
.replace(this._minusSign, '-')
|
||||
.replace(this._decimal, '.')
|
||||
.replace(this._numeral, this._index);
|
||||
|
@ -275,18 +307,26 @@ export default {
|
|||
this.handleOnInput(event, currentValue, newValue);
|
||||
},
|
||||
onUpButtonMouseDown(event) {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.$refs.input.$el.focus();
|
||||
this.repeat(event, null, 1);
|
||||
event.preventDefault();
|
||||
}
|
||||
},
|
||||
onUpButtonMouseUp() {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.clearTimer();
|
||||
}
|
||||
},
|
||||
onUpButtonMouseLeave() {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.clearTimer();
|
||||
}
|
||||
},
|
||||
onUpButtonKeyUp() {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.clearTimer();
|
||||
}
|
||||
},
|
||||
onUpButtonKeyDown(event) {
|
||||
if (event.keyCode === 32 || event.keyCode === 13) {
|
||||
|
@ -294,18 +334,26 @@ export default {
|
|||
}
|
||||
},
|
||||
onDownButtonMouseDown(event) {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.$refs.input.$el.focus();
|
||||
this.repeat(event, null, -1);
|
||||
event.preventDefault();
|
||||
}
|
||||
},
|
||||
onDownButtonMouseUp() {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.clearTimer();
|
||||
}
|
||||
},
|
||||
onDownButtonMouseLeave() {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.clearTimer();
|
||||
}
|
||||
},
|
||||
onDownButtonKeyUp() {
|
||||
if (!this.$attrs.disabled) {
|
||||
this.clearTimer();
|
||||
}
|
||||
},
|
||||
onDownButtonKeyDown(event) {
|
||||
if (event.keyCode === 32 || event.keyCode === 13) {
|
||||
|
@ -464,6 +512,9 @@ export default {
|
|||
}
|
||||
}
|
||||
},
|
||||
allowMinusSign() {
|
||||
return this.min === null || this.min < 0;
|
||||
},
|
||||
isMinusSign(char) {
|
||||
if (this._minusSign.test(char)) {
|
||||
this._minusSign.lastIndex = 0;
|
||||
|
@ -481,8 +532,14 @@ export default {
|
|||
return false;
|
||||
},
|
||||
insert(event, text, sign = { isDecimalSign: false, isMinusSign: false }) {
|
||||
let selectionStart = this.$refs.input.$el.selectionStart;
|
||||
let selectionEnd = this.$refs.input.$el.selectionEnd;
|
||||
const minusCharIndexOnText = text.search(this._minusSign);
|
||||
this._minusSign.lastIndex = 0;
|
||||
if (!this.allowMinusSign() && minusCharIndexOnText !== -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
const selectionStart = this.$refs.input.$el.selectionStart;
|
||||
const selectionEnd = this.$refs.input.$el.selectionEnd;
|
||||
let inputValue = this.$refs.input.$el.value.trim();
|
||||
const decimalCharIndex = inputValue.search(this._decimal);
|
||||
this._decimal.lastIndex = 0;
|
||||
|
@ -511,33 +568,40 @@ export default {
|
|||
}
|
||||
else {
|
||||
const maxFractionDigits = this.numberFormat.resolvedOptions().maximumFractionDigits;
|
||||
const operation = selectionStart !== selectionEnd ? 'range-insert' : 'insert';
|
||||
|
||||
if (decimalCharIndex > 0 && selectionStart > decimalCharIndex) {
|
||||
if ((selectionStart + text.length - (decimalCharIndex + 1)) <= maxFractionDigits) {
|
||||
newValueStr = inputValue.slice(0, selectionStart) + text + inputValue.slice(selectionStart + text.length);
|
||||
this.updateValue(event, newValueStr, text, 'insert');
|
||||
this.updateValue(event, newValueStr, text, operation);
|
||||
}
|
||||
}
|
||||
else {
|
||||
newValueStr = this.insertText(inputValue, text, selectionStart, selectionEnd);
|
||||
const operation = selectionStart !== selectionEnd ? 'range-insert' : 'insert';
|
||||
this.updateValue(event, newValueStr, text, operation);
|
||||
}
|
||||
}
|
||||
},
|
||||
insertText(value, text, start, end) {
|
||||
let newValueStr;
|
||||
let textSplit = text.split('.');
|
||||
|
||||
if ((end - start) === value.length)
|
||||
newValueStr = text;
|
||||
else if (start === 0)
|
||||
newValueStr = text + value.slice(end);
|
||||
else if (end === value.length)
|
||||
newValueStr = value.slice(0, start) + text;
|
||||
else
|
||||
newValueStr = value.slice(0, start) + text + value.slice(end);
|
||||
|
||||
return newValueStr;
|
||||
if (textSplit.length === 2) {
|
||||
const decimalCharIndex = value.slice(start, end).search(this._decimal);
|
||||
this._decimal.lastIndex = 0;
|
||||
return (decimalCharIndex > 0) ? value.slice(0, start) + this.formatValue(text) + value.slice(end) : (value || this.formatValue(text));
|
||||
}
|
||||
else if ((end - start) === value.length) {
|
||||
return this.formatValue(text);
|
||||
}
|
||||
else if (start === 0) {
|
||||
return text + value.slice(end);
|
||||
}
|
||||
else if (end === value.length) {
|
||||
return value.slice(0, start) + text;
|
||||
}
|
||||
else {
|
||||
return value.slice(0, start) + text + value.slice(end);
|
||||
}
|
||||
},
|
||||
deleteRange(value, start, end) {
|
||||
let newValueStr;
|
||||
|
@ -659,6 +723,8 @@ export default {
|
|||
return value;
|
||||
},
|
||||
updateInput(value, insertedValueStr, operation) {
|
||||
insertedValueStr = insertedValueStr || '';
|
||||
|
||||
let inputValue = this.$refs.input.$el.value;
|
||||
let newValue = this.formatValue(value);
|
||||
let currentLength = inputValue.length;
|
||||
|
@ -667,7 +733,9 @@ export default {
|
|||
this.$refs.input.$el.value = newValue;
|
||||
this.$refs.input.$el.setSelectionRange(0, 0);
|
||||
this.initCursor();
|
||||
this.$refs.input.$el.setSelectionRange(this.$refs.input.$el.selectionStart + 1, this.$refs.input.$el.selectionStart + 1);
|
||||
const prefixLength = (this.prefixChar || '').length;
|
||||
const selectionEnd = prefixLength + insertedValueStr.length;
|
||||
this.$refs.input.$el.setSelectionRange(selectionEnd, selectionEnd);
|
||||
}
|
||||
else {
|
||||
let selectionStart = this.$refs.input.$el.selectionStart;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<script>
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['update:modelValue', 'click', 'change'],
|
||||
props: {
|
||||
modelValue: Boolean,
|
||||
class: null,
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
emits: ['update:modelValue'],
|
||||
props: {
|
||||
modelValue: null
|
||||
},
|
||||
|
|
|
@ -26,6 +26,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'change', 'filter'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
options: Array,
|
||||
|
|
|
@ -4,7 +4,13 @@
|
|||
<template v-for="(category,index) of model">
|
||||
<li v-if="visible(category)" :key="category.label + '_' + index" :class="getCategoryClass(category)" :style="category.style"
|
||||
@mouseenter="onCategoryMouseEnter($event, category)" role="none">
|
||||
<a :href="category.url" :class="getLinkClass(category)" :target="category.target" @click="onCategoryClick($event, category)" @keydown="onCategoryKeydown($event, category)"
|
||||
<router-link v-if="category.to && !category.disabled" :to="category.to" custom v-slot="{navigate, href}">
|
||||
<a :href="href" :class="getLinkClass(category)" @click="onCategoryClick($event, category, navigate)" @keydown="onCategoryKeydown($event, category)" role="menuitem" v-ripple>
|
||||
<span v-if="category.icon" :class="getCategoryIcon(category)"></span>
|
||||
<span class="p-menuitem-text">{{category.label}}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<a v-else :href="category.url" :class="getLinkClass(category)" :target="category.target" @click="onCategoryClick($event, category)" @keydown="onCategoryKeydown($event, category)"
|
||||
role="menuitem" :aria-haspopup="category.items != null" :aria-expanded="category === activeItem" :tabindex="category.disabled ? null : '0'" v-ripple>
|
||||
<span v-if="category.icon" :class="getCategoryIcon(category)"></span>
|
||||
<span class="p-menuitem-text">{{category.label}}</span>
|
||||
|
@ -17,9 +23,11 @@
|
|||
<li :class="getSubmenuHeaderClass(submenu)" :style="submenu.style" role="presentation">{{submenu.label}}</li>
|
||||
<template v-for="(item, i) of submenu.items">
|
||||
<li role="none" :class="getSubmenuItemClass(item)" :style="item.style" v-if="visible(item) && !item.separator" :key="item.label + i">
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" :class="getLinkClass(item)" @click="onLeafClick($event, item)" role="menuitem" v-ripple>
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" custom v-slot="{navigate, href}">
|
||||
<a :href="href" :class="getLinkClass(item)" @click="onLeafClick($event, item, navigate)" role="menuitem" v-ripple>
|
||||
<span v-if="item.icon" :class="['p-menuitem-icon', item.icon]"></span>
|
||||
<span class="p-menuitem-text">{{item.label}}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<a v-else :href="item.url" :class="getLinkClass(item)" :target="item.target" @click="onLeafClick($event, item)" role="menuitem" :tabindex="item.disabled ? null : '0'" v-ripple>
|
||||
<span v-if="item.icon" :class="['p-menuitem-icon', item.icon]"></span>
|
||||
|
@ -67,16 +75,12 @@ export default {
|
|||
this.unbindDocumentClickListener();
|
||||
},
|
||||
methods: {
|
||||
onLeafClick(event, item) {
|
||||
onLeafClick(event, item, navigate) {
|
||||
if (item.disabled) {
|
||||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.url && !item.to) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
if (item.command) {
|
||||
item.command({
|
||||
originalEvent: event,
|
||||
|
@ -85,6 +89,10 @@ export default {
|
|||
}
|
||||
|
||||
this.activeItem = null;
|
||||
|
||||
if (item.to && navigate) {
|
||||
navigate(event);
|
||||
}
|
||||
},
|
||||
onCategoryMouseEnter(event, category) {
|
||||
if (category.disabled) {
|
||||
|
@ -96,16 +104,12 @@ export default {
|
|||
this.activeItem = category;
|
||||
}
|
||||
},
|
||||
onCategoryClick(event, category) {
|
||||
onCategoryClick(event, category, navigate) {
|
||||
if (category.disabled) {
|
||||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!category.url && !category.to) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
if (category.command) {
|
||||
category.command({
|
||||
originalEvent: event,
|
||||
|
@ -123,6 +127,10 @@ export default {
|
|||
this.bindDocumentClickListener();
|
||||
}
|
||||
}
|
||||
|
||||
if (category.to && navigate) {
|
||||
navigate(event);
|
||||
}
|
||||
},
|
||||
onCategoryKeydown(event, category) {
|
||||
let listItem = event.currentTarget.parentElement;
|
||||
|
|
|
@ -78,8 +78,12 @@ export default {
|
|||
|
||||
if (item.command) {
|
||||
item.command(event);
|
||||
event.originalEvent.preventDefault();
|
||||
}
|
||||
|
||||
if (item.to && event.navigate) {
|
||||
event.navigate(event.originalEvent);
|
||||
}
|
||||
|
||||
this.hide();
|
||||
},
|
||||
toggle(event) {
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<template>
|
||||
<li :class="containerClass" role="none" :style="item.style" v-if="visible()">
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" :class="linkClass" role="menuitem" v-ripple>
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" custom v-slot="{navigate, href}">
|
||||
<a :href="href" @click="onClick($event, navigate)" :class="linkClass" v-ripple role="menuitem">
|
||||
<span :class="['p-menuitem-icon', item.icon]"></span>
|
||||
<span class="p-menuitem-text">{{item.label}}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<a v-else :href="item.url" :class="linkClass" @click="onClick" :target="item.target" role="menuitem" :tabindex="item.disabled ? null : '0'" v-ripple>
|
||||
<span :class="['p-menuitem-icon', item.icon]"></span>
|
||||
|
@ -20,10 +22,11 @@ export default {
|
|||
item: null
|
||||
},
|
||||
methods: {
|
||||
onClick(event) {
|
||||
onClick(event, navigate) {
|
||||
this.$emit('click', {
|
||||
originalEvent: event,
|
||||
item: this.item
|
||||
item: this.item,
|
||||
navigate: navigate
|
||||
});
|
||||
},
|
||||
visible() {
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
<template v-for="(item, i) of model">
|
||||
<li role="none" :class="getItemClass(item)" :style="item.style" v-if="visible(item) && !item.separator" :key="item.label + i"
|
||||
@mouseenter="onItemMouseEnter($event, item)">
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" :class="getLinkClass(item)" v-ripple
|
||||
@click="onItemClick($event, item)" @keydown="onItemKeyDown($event, item)" role="menuitem">
|
||||
<router-link v-if="item.to && !item.disabled" :to="item.to" custom v-slot="{navigate, href}">
|
||||
<a :href="href" @click="onItemClick($event, item, navigate)" :class="getLinkClass(item)" v-ripple @keydown="onItemKeyDown($event, item)" role="menuitem">
|
||||
<span :class="['p-menuitem-icon', item.icon]"></span>
|
||||
<span class="p-menuitem-text">{{item.label}}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
<a v-else :href="item.url" :class="getLinkClass(item)" :target="item.target" :aria-haspopup="item.items != null" :aria-expanded="item === activeItem"
|
||||
@click="onItemClick($event, item)" @keydown="onItemKeyDown($event, item)" role="menuitem" :tabindex="item.disabled ? null : '0'" v-ripple>
|
||||
|
@ -87,16 +88,12 @@ export default {
|
|||
this.activeItem = item;
|
||||
}
|
||||
},
|
||||
onItemClick(event, item) {
|
||||
onItemClick(event, item, navigate) {
|
||||
if (item.disabled) {
|
||||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.url && !item.to) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
if (item.command) {
|
||||
item.command({
|
||||
originalEvent: event,
|
||||
|
@ -114,6 +111,10 @@ export default {
|
|||
if (!item.items) {
|
||||
this.onLeafClick();
|
||||
}
|
||||
|
||||
if (item.to && navigate) {
|
||||
navigate(event);
|
||||
}
|
||||
},
|
||||
onLeafClick() {
|
||||
this.activeItem = null;
|
||||
|
|
|
@ -61,6 +61,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'before-show', 'before-hide', 'change', 'show', 'hide', 'filter'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
options: Array,
|
||||
|
@ -165,8 +166,9 @@ export default {
|
|||
onHeaderCheckboxBlur() {
|
||||
this.headerCheckboxFocused = false;
|
||||
},
|
||||
onClick() {
|
||||
if (!this.disabled && (!this.overlay || !this.overlay.contains(event.target))) {
|
||||
onClick(event) {
|
||||
if (!this.disabled && (!this.overlay || !this.overlay.contains(event.target)) && !DomHandler.hasClass(event.target, 'p-multiselect-close')) {
|
||||
DomHandler.hasClass(event.target, 'p-multiselect-close');
|
||||
if (this.overlayVisible)
|
||||
this.hide();
|
||||
else
|
||||
|
|
|
@ -30,6 +30,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'reorder', 'update:selection', 'selection-change'],
|
||||
props: {
|
||||
modelValue: {
|
||||
type: Array,
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
import OrganizationChartNode from './OrganizationChartNode';
|
||||
|
||||
export default {
|
||||
emits: ['node-unselect', 'node-select', 'update:selectionKeys', 'node-expand', 'node-collapse', 'update:collapsedKeys'],
|
||||
props: {
|
||||
value: {
|
||||
type: null,
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
import DomHandler from '../utils/DomHandler';
|
||||
|
||||
export default {
|
||||
emits: ['node-click', 'node-toggle'],
|
||||
name: 'sub-node',
|
||||
props: {
|
||||
node: {
|
||||
|
|
|
@ -9,6 +9,7 @@ import Ripple from '../ripple/Ripple';
|
|||
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
emits: ['click'],
|
||||
props: {
|
||||
value: Array,
|
||||
page: Number
|
||||
|
|