From 6b32e2e0d375df3d60b23579986bfd4e7885bd12 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 6 Apr 2021 10:56:57 +0300 Subject: [PATCH] Update theme files --- public/themes/arya-blue/theme.css | 6 +++++- public/themes/arya-green/theme.css | 6 +++++- public/themes/arya-orange/theme.css | 6 +++++- public/themes/arya-purple/theme.css | 6 +++++- public/themes/bootstrap4-dark-blue/theme.css | 6 +++++- public/themes/bootstrap4-dark-purple/theme.css | 6 +++++- public/themes/bootstrap4-light-blue/theme.css | 6 +++++- public/themes/bootstrap4-light-purple/theme.css | 6 +++++- public/themes/fluent-light/theme.css | 6 +++++- public/themes/luna-amber/theme.css | 6 +++++- public/themes/luna-blue/theme.css | 6 +++++- public/themes/luna-green/theme.css | 6 +++++- public/themes/luna-pink/theme.css | 6 +++++- public/themes/md-dark-deeppurple/theme.css | 6 +++++- public/themes/md-dark-indigo/theme.css | 6 +++++- public/themes/md-light-deeppurple/theme.css | 6 +++++- public/themes/md-light-indigo/theme.css | 6 +++++- public/themes/mdc-dark-deeppurple/theme.css | 6 +++++- public/themes/mdc-dark-indigo/theme.css | 6 +++++- public/themes/mdc-light-deeppurple/theme.css | 6 +++++- public/themes/mdc-light-indigo/theme.css | 6 +++++- public/themes/nova-accent/theme.css | 6 +++++- public/themes/nova-alt/theme.css | 6 +++++- public/themes/nova/theme.css | 6 +++++- public/themes/rhea/theme.css | 6 +++++- public/themes/saga-blue/theme.css | 6 +++++- public/themes/saga-green/theme.css | 6 +++++- public/themes/saga-orange/theme.css | 6 +++++- public/themes/saga-purple/theme.css | 6 +++++- public/themes/vela-blue/theme.css | 6 +++++- public/themes/vela-green/theme.css | 6 +++++- public/themes/vela-orange/theme.css | 6 +++++- public/themes/vela-purple/theme.css | 6 +++++- 33 files changed, 165 insertions(+), 33 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 2cdcf84982..94a2c6528d 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #383838; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #93cbf9; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #93cbf9; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(100, 181, 246, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(100, 181, 246, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index c76831d5f5..d8fffaa81a 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #383838; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #a7d8a9; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #a7d8a9; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(129, 199, 132, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(129, 199, 132, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 9121373c7d..f0a24a810d 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #383838; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #ffe284; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #ffe284; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(255, 213, 79, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(255, 213, 79, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 13c8070e65..806f9ffa9e 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #383838; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #cf95d9; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #cf95d9; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(186, 104, 200, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(186, 104, 200, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 7d52c54bf9..727cf2e5e2 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #3f4b5b; border-width: 1px 0 0 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #e3f3fe; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 1px #e3f3fe; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #8dd0ff; + color: #151515; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #8dd0ff; color: #151515; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 8af98c0c29..8e1d0cfce0 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #3f4b5b; border-width: 1px 0 0 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #f0e6f5; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 1px #f0e6f5; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #c298d8; + color: #151515; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #c298d8; color: #151515; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 096b994c6c..cb4a26ea4d 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #dee2e6; border-width: 1px 0 0 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: rgba(38, 143, 255, 0.5); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #007bff; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007bff; color: #ffffff; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index ccf8292e9e..e583745a8a 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #dee2e6; border-width: 1px 0 0 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: rgba(136, 60, 174, 0.5); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #883cae; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #883cae; color: #ffffff; } diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index b0fc35ab40..8b1146a0ed 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #f3f2f1; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; } + padding: 0.75rem 0.75rem; + outline-color: #605e5c; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: inset 0 0 0 1px #605e5c; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #edebe9; + color: #323130; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #edebe9; color: #323130; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 650f90c9d6..6e9ba44e8a 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #191919; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: white; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.1rem white; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #FFE082; + color: #212529; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #FFE082; color: #212529; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 01986aab7f..254a20af26 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #191919; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: white; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.1rem white; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #81D4FA; + color: #212529; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #81D4FA; color: #212529; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 7fd093167c..34d932c44d 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #191919; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: white; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.1rem white; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #C5E1A5; + color: #212529; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #C5E1A5; color: #212529; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 02f7fb3113..d74370d66e 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #191919; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: white; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.1rem white; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #F48FB1; + color: #212529; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F48FB1; color: #212529; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 9ffc6ad6d0..37d2529cee 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(206, 147, 216, 0.16); color: #CE93D8; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 71f9171baa..129e06bdbd 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(159, 168, 218, 0.16); color: #9FA8DA; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 3ec1cbe92e..56d43be183 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.12); color: #673AB7; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 6b89cf9f9a..f28afa2366 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.12); color: #3F51B5; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 6ba891fbf0..e7a1c27b6f 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; } + padding: 0.75rem 0.75rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(103, 58, 183, 0.16); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.16); color: #673AB7; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 16fce57801..7fe737503b 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; } + padding: 0.75rem 0.75rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.16); color: #3F51B5; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index e3bd9a7217..4f15a3eb7f 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; } + padding: 0.75rem 0.75rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.12); color: #673AB7; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 4f2e79ff72..a06b066b1f 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -2334,7 +2334,8 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; } + padding: 0.75rem 0.75rem; + outline-color: transparent; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2362,6 +2363,9 @@ box-shadow: none; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.12); color: #3F51B5; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 994e2f7b41..4010345323 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #c8c8c8; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #e02365; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #e02365; color: #ffffff; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index ed0947cabd..6e2bdcae7d 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #c8c8c8; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #007ad9; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007ad9; color: #ffffff; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 91932104be..1255763253 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -2322,7 +2322,8 @@ text-align: left; border: 1px solid #c8c8c8; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2350,6 +2351,9 @@ box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #007ad9; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007ad9; color: #ffffff; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index ef8e79bf6d..0f46119dd5 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #dadada; border-width: 1px; - padding: 0.571rem 0.857rem; } + padding: 0.571rem 0.857rem; + outline-color: #e4e9ec; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #AFD3C8; + color: #385048; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #AFD3C8; color: #385048; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index fb9a88e062..fb12a4f9ee 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #e9ecef; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #a6d5fa; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 0.2rem #a6d5fa; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #E3F2FD; + color: #495057; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #E3F2FD; color: #495057; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 0e6e35d10d..c60ebc8eb2 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #e9ecef; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #b7e0b8; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 0.2rem #b7e0b8; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #E8F5E9; + color: #495057; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #E8F5E9; color: #495057; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index e0ed754578..39e6873256 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #e9ecef; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #ffe69c; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 0.2rem #ffe69c; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #FFF3E0; + color: #495057; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #FFF3E0; color: #495057; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 997fde767a..e98c702fc4 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #e9ecef; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #df9eea; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 0.2rem #df9eea; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: #F3E5F5; + color: #495057; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F3E5F5; color: #495057; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 4b12e79748..8a9ff815e3 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #304562; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #93cbf9; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #93cbf9; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(100, 181, 246, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(100, 181, 246, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 8c0f06da6c..320ad91ad6 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #304562; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #a7d8a9; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #a7d8a9; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(129, 199, 132, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(129, 199, 132, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 08355027ee..2643a796f2 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #304562; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #ffe284; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #ffe284; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(255, 213, 79, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(255, 213, 79, 0.16); color: rgba(255, 255, 255, 0.87); } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 057f78754d..08944b361d 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -2313,7 +2313,8 @@ text-align: left; border: 1px solid #304562; border-width: 0 0 1px 0; - padding: 1rem 1rem; } + padding: 1rem 1rem; + outline-color: #cf95d9; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, @@ -2341,6 +2342,9 @@ box-shadow: 0 0 0 1px #cf95d9; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; } + .p-datatable .p-datatable-tbody > tr > td.p-highlight { + background: rgba(186, 104, 200, 0.16); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(186, 104, 200, 0.16); color: rgba(255, 255, 255, 0.87); }