Fixed #1768 - DataTable Focus Row Rectangle on Safari

pull/1280/head^2
mertsincan 2021-11-17 09:39:39 +03:00
parent 9091cdb712
commit 91635f7f52
43 changed files with 344 additions and 86 deletions

View File

@ -2292,7 +2292,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #93cbf9;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #93cbf9;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #93cbf9;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #93cbf9;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2292,7 +2292,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #a7d8a9;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #a7d8a9;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #a7d8a9;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #a7d8a9;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2292,7 +2292,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #ffe284;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #ffe284;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #ffe284;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #ffe284;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2292,7 +2292,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #cf95d9;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #cf95d9;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #cf95d9;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #cf95d9;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2304,7 +2304,6 @@
background: #2a323d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.15s;
outline-color: #e3f3fe;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #e3f3fe;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #8dd0ff;
color: #151515;
@ -3291,7 +3294,6 @@
background: #2a323d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.15s;
outline-color: #e3f3fe;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #e3f3fe;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #8dd0ff;
color: #151515;

View File

@ -2304,7 +2304,6 @@
background: #2a323d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.15s;
outline-color: #f0e6f5;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #f0e6f5;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #c298d8;
color: #151515;
@ -3291,7 +3294,6 @@
background: #2a323d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.15s;
outline-color: #f0e6f5;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #f0e6f5;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #c298d8;
color: #151515;

View File

@ -2304,7 +2304,6 @@
background: #ffffff;
color: #212529;
transition: box-shadow 0.15s;
outline-color: rgba(38, 143, 255, 0.5);
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(38, 143, 255, 0.5);
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007bff;
color: #ffffff;
@ -3291,7 +3294,6 @@
background: #ffffff;
color: #212529;
transition: box-shadow 0.15s;
outline-color: rgba(38, 143, 255, 0.5);
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #212529;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid rgba(38, 143, 255, 0.5);
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #007bff;
color: #ffffff;

View File

@ -2304,7 +2304,6 @@
background: #ffffff;
color: #212529;
transition: box-shadow 0.15s;
outline-color: rgba(136, 60, 174, 0.5);
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(136, 60, 174, 0.5);
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #883cae;
color: #ffffff;
@ -3291,7 +3294,6 @@
background: #ffffff;
color: #212529;
transition: box-shadow 0.15s;
outline-color: rgba(136, 60, 174, 0.5);
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #212529;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid rgba(136, 60, 174, 0.5);
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #883cae;
color: #ffffff;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #323130;
transition: box-shadow 0.2s;
outline-color: #605e5c;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #605e5c;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #edebe9;
color: #323130;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #323130;
transition: box-shadow 0.2s;
outline-color: #605e5c;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #323130;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #605e5c;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #edebe9;
color: #323130;

View File

@ -2327,7 +2327,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(147, 197, 253, 0.5);
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(147, 197, 253, 0.5);
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(147, 197, 253, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3314,7 +3317,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(147, 197, 253, 0.5);
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid rgba(147, 197, 253, 0.5);
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(147, 197, 253, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2327,7 +2327,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(165, 180, 252, 0.5);
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(165, 180, 252, 0.5);
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(165, 180, 252, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3314,7 +3317,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(165, 180, 252, 0.5);
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid rgba(165, 180, 252, 0.5);
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(165, 180, 252, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2327,7 +2327,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(196, 181, 253, 0.5);
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(196, 181, 253, 0.5);
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(196, 181, 253, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3314,7 +3317,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(196, 181, 253, 0.5);
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid rgba(196, 181, 253, 0.5);
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(196, 181, 253, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2327,7 +2327,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(94, 234, 212, 0.5);
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(94, 234, 212, 0.5);
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(94, 234, 212, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3314,7 +3317,6 @@
background: #22272d;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: rgba(94, 234, 212, 0.5);
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid rgba(94, 234, 212, 0.5);
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(94, 234, 212, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2327,7 +2327,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #BFDBFE;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #BFDBFE;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EFF6FF;
color: #3B82F6;
@ -3314,7 +3317,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #BFDBFE;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #BFDBFE;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #EFF6FF;
color: #3B82F6;

View File

@ -2327,7 +2327,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #C7D2FE;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #C7D2FE;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EEF2FF;
color: #4338CA;
@ -3314,7 +3317,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #C7D2FE;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #C7D2FE;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #EEF2FF;
color: #4338CA;

View File

@ -2327,7 +2327,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #DDD6FE;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #DDD6FE;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F5F3FF;
color: #6D28D9;
@ -3314,7 +3317,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #DDD6FE;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #DDD6FE;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #F5F3FF;
color: #6D28D9;

View File

@ -2327,7 +2327,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #99F6E4;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #99F6E4;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F0FDFA;
color: #0F766E;
@ -3314,7 +3317,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #99F6E4;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #99F6E4;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #F0FDFA;
color: #0F766E;

View File

@ -2304,7 +2304,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #FFE082;
color: #212529;
@ -3291,7 +3294,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #dedede;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #FFE082;
color: #212529;

View File

@ -2304,7 +2304,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #81D4FA;
color: #212529;
@ -3291,7 +3294,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #dedede;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #81D4FA;
color: #212529;

View File

@ -2304,7 +2304,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #C5E1A5;
color: #212529;
@ -3291,7 +3294,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #dedede;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #C5E1A5;
color: #212529;

View File

@ -2304,7 +2304,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F48FB1;
color: #212529;
@ -3291,7 +3294,6 @@
background: #323232;
color: #dedede;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: white;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #dedede;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid white;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #F48FB1;
color: #212529;

View File

@ -2316,7 +2316,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16);
color: #CE93D8;
@ -3303,7 +3306,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16);
color: #CE93D8;

View File

@ -2316,7 +2316,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16);
color: #9FA8DA;
@ -3303,7 +3306,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16);
color: #9FA8DA;

View File

@ -2316,7 +2316,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12);
color: #673AB7;
@ -3303,7 +3306,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(0, 0, 0, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12);
color: #673AB7;

View File

@ -2316,7 +2316,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12);
color: #3F51B5;
@ -3303,7 +3306,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(0, 0, 0, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12);
color: #3F51B5;

View File

@ -2316,7 +2316,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16);
color: #CE93D8;
@ -3303,7 +3306,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16);
color: #CE93D8;

View File

@ -2316,7 +2316,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16);
color: #9FA8DA;
@ -3303,7 +3306,6 @@
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16);
color: #9FA8DA;

View File

@ -2316,7 +2316,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12);
color: #673AB7;
@ -3303,7 +3306,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(0, 0, 0, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12);
color: #673AB7;

View File

@ -2316,7 +2316,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2358,6 +2357,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12);
color: #3F51B5;
@ -3303,7 +3306,6 @@
background: #ffffff;
color: rgba(0, 0, 0, 0.87);
transition: none;
outline-color: transparent;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3337,6 +3339,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(0, 0, 0, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid transparent;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12);
color: #3F51B5;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #8dcdff;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #e02365;
color: #ffffff;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #333333;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #8dcdff;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #e02365;
color: #ffffff;

View File

@ -2304,7 +2304,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #8dcdff;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007ad9;
color: #ffffff;
@ -3291,7 +3294,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #333333;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #8dcdff;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #007ad9;
color: #ffffff;

View File

@ -2304,7 +2304,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #c2e9d8;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #c2e9d8;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #41b883;
color: #ffffff;
@ -3291,7 +3294,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #c2e9d8;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #333333;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #c2e9d8;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #41b883;
color: #ffffff;

View File

@ -2304,7 +2304,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2346,6 +2345,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #8dcdff;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007ad9;
color: #ffffff;
@ -3291,7 +3294,6 @@
background: #ffffff;
color: #333333;
transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3325,6 +3327,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #333333;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #8dcdff;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #007ad9;
color: #ffffff;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #666666;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: #e4e9ec;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #e4e9ec;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #AFD3C8;
color: #385048;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #666666;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
outline-color: #e4e9ec;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #666666;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #e4e9ec;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #AFD3C8;
color: #385048;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #a6d5fa;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #a6d5fa;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #E3F2FD;
color: #495057;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #a6d5fa;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #a6d5fa;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #E3F2FD;
color: #495057;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #b7e0b8;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #b7e0b8;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #E8F5E9;
color: #495057;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #b7e0b8;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #b7e0b8;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #E8F5E9;
color: #495057;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #ffe69c;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #ffe69c;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #FFF3E0;
color: #495057;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #ffe69c;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #ffe69c;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #FFF3E0;
color: #495057;

View File

@ -2292,7 +2292,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #df9eea;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #df9eea;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F3E5F5;
color: #495057;
@ -3279,7 +3282,6 @@
background: #ffffff;
color: #495057;
transition: box-shadow 0.2s;
outline-color: #df9eea;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #df9eea;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #F3E5F5;
color: #495057;

View File

@ -2327,7 +2327,6 @@
background: #ffffff;
color: #3f3f46;
transition: none;
outline-color: #6366F1;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2369,6 +2368,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #6366F1;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EEF2FF;
color: #312E81;
@ -3314,7 +3317,6 @@
background: #ffffff;
color: #3f3f46;
transition: none;
outline-color: #6366F1;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3348,6 +3350,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: #3f3f46;
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #6366F1;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: #EEF2FF;
color: #312E81;

View File

@ -2292,7 +2292,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #93cbf9;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #93cbf9;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #93cbf9;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #93cbf9;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2292,7 +2292,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #a7d8a9;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #a7d8a9;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #a7d8a9;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #a7d8a9;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2292,7 +2292,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #ffe284;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #ffe284;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #ffe284;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #ffe284;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16);
color: rgba(255, 255, 255, 0.87);

View File

@ -2292,7 +2292,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #cf95d9;
}
.p-datatable .p-datatable-tbody > tr > td {
text-align: left;
@ -2334,6 +2333,10 @@
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
font-weight: 600;
}
.p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #cf95d9;
outline-offset: -1px;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16);
color: rgba(255, 255, 255, 0.87);
@ -3279,7 +3282,6 @@
background: #1f2d40;
color: rgba(255, 255, 255, 0.87);
transition: box-shadow 0.2s;
outline-color: #cf95d9;
}
.p-treetable .p-treetable-tbody > tr > td {
text-align: left;
@ -3313,6 +3315,10 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus {
outline: 1px solid #cf95d9;
outline-offset: -1px;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16);
color: rgba(255, 255, 255, 0.87);