Fixed #2025 - Update themes for datatable list shadow style

pull/2034/head
Tuğçe Küçükoğlu 2022-01-19 16:33:50 +03:00 committed by Tuğçe Küçükoğlu
parent 2d70295725
commit b606675dbb
43 changed files with 86 additions and 86 deletions

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #93cbf9; outline: 0.15rem solid #93cbf9;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16); background: rgba(100, 181, 246, 0.16);

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #a7d8a9; outline: 0.15rem solid #a7d8a9;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16); background: rgba(129, 199, 132, 0.16);

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #ffe284; outline: 0.15rem solid #ffe284;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16); background: rgba(255, 213, 79, 0.16);

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #cf95d9; outline: 0.15rem solid #cf95d9;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16); background: rgba(186, 104, 200, 0.16);

View File

@ -2349,8 +2349,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #e3f3fe; outline: 0.15rem solid #e3f3fe;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #8dd0ff; background: #8dd0ff;

View File

@ -2349,8 +2349,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #f0e6f5; outline: 0.15rem solid #f0e6f5;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #c298d8; background: #c298d8;

View File

@ -2349,8 +2349,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(38, 143, 255, 0.5); outline: 0.15rem solid rgba(38, 143, 255, 0.5);
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007bff; background: #007bff;

View File

@ -2349,8 +2349,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(136, 60, 174, 0.5); outline: 0.15rem solid rgba(136, 60, 174, 0.5);
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #883cae; background: #883cae;

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #605e5c; outline: 0.15rem solid #605e5c;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #edebe9; background: #edebe9;

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(147, 197, 253, 0.5); outline: 0.15rem solid rgba(147, 197, 253, 0.5);
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(147, 197, 253, 0.16); background: rgba(147, 197, 253, 0.16);

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(165, 180, 252, 0.5); outline: 0.15rem solid rgba(165, 180, 252, 0.5);
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(165, 180, 252, 0.16); background: rgba(165, 180, 252, 0.16);

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(196, 181, 253, 0.5); outline: 0.15rem solid rgba(196, 181, 253, 0.5);
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(196, 181, 253, 0.16); background: rgba(196, 181, 253, 0.16);

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid rgba(94, 234, 212, 0.5); outline: 0.15rem solid rgba(94, 234, 212, 0.5);
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(94, 234, 212, 0.16); background: rgba(94, 234, 212, 0.16);

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #BFDBFE; outline: 0.15rem solid #BFDBFE;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EFF6FF; background: #EFF6FF;

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #C7D2FE; outline: 0.15rem solid #C7D2FE;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EEF2FF; background: #EEF2FF;

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #DDD6FE; outline: 0.15rem solid #DDD6FE;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F5F3FF; background: #F5F3FF;

View File

@ -2372,8 +2372,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #99F6E4; outline: 0.15rem solid #99F6E4;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F0FDFA; background: #F0FDFA;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white; outline: 0.15rem solid white;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #FFE082; background: #FFE082;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white; outline: 0.15rem solid white;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #81D4FA; background: #81D4FA;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white; outline: 0.15rem solid white;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #C5E1A5; background: #C5E1A5;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid white; outline: 0.15rem solid white;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F48FB1; background: #F48FB1;

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16); background: rgba(206, 147, 216, 0.16);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16); background: rgba(159, 168, 218, 0.16);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12); background: rgba(103, 58, 183, 0.12);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12); background: rgba(63, 81, 181, 0.12);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16); background: rgba(206, 147, 216, 0.16);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16); background: rgba(159, 168, 218, 0.16);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12); background: rgba(103, 58, 183, 0.12);

View File

@ -2361,8 +2361,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid transparent; outline: 0.15rem solid transparent;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12); background: rgba(63, 81, 181, 0.12);

View File

@ -2337,8 +2337,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #8dcdff; outline: 0.15rem solid #8dcdff;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #e02365; background: #e02365;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #8dcdff; outline: 0.15rem solid #8dcdff;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007ad9; background: #007ad9;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #c2e9d8; outline: 0.15rem solid #c2e9d8;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #41b883; background: #41b883;

View File

@ -2349,8 +2349,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #8dcdff; outline: 0.15rem solid #8dcdff;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007ad9; background: #007ad9;

View File

@ -2337,8 +2337,8 @@
font-weight: 700; font-weight: 700;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #e4e9ec; outline: 0.15rem solid #e4e9ec;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #AFD3C8; background: #AFD3C8;

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #a6d5fa; outline: 0.15rem solid #a6d5fa;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #E3F2FD; background: #E3F2FD;

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #b7e0b8; outline: 0.15rem solid #b7e0b8;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #E8F5E9; background: #E8F5E9;

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #ffe69c; outline: 0.15rem solid #ffe69c;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #FFF3E0; background: #FFF3E0;

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #df9eea; outline: 0.15rem solid #df9eea;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F3E5F5; background: #F3E5F5;

View File

@ -2372,8 +2372,8 @@
font-weight: 500; font-weight: 500;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #6366F1; outline: 0.15rem solid #6366F1;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EEF2FF; background: #EEF2FF;

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #93cbf9; outline: 0.15rem solid #93cbf9;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16); background: rgba(100, 181, 246, 0.16);

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #a7d8a9; outline: 0.15rem solid #a7d8a9;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16); background: rgba(129, 199, 132, 0.16);

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #ffe284; outline: 0.15rem solid #ffe284;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16); background: rgba(255, 213, 79, 0.16);

View File

@ -2337,8 +2337,8 @@
font-weight: 600; font-weight: 600;
} }
.p-datatable .p-datatable-tbody > tr:focus { .p-datatable .p-datatable-tbody > tr:focus {
outline: 1px solid #cf95d9; outline: 0.15rem solid #cf95d9;
outline-offset: -1px; outline-offset: -0.15rem;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16); background: rgba(186, 104, 200, 0.16);