From 4a3c054e1bb66f8f415d27d46180fdee3ca6db1e Mon Sep 17 00:00:00 2001 From: imnavajas Date: Mon, 14 Aug 2023 14:52:02 +0200 Subject: [PATCH] =?UTF-8?q?Cambiados=20CSS=20genericos=20y=20a=C3=B1adido?= =?UTF-8?q?=20uno=20especifico=20para=20sobrescribir=20datatables=20por=20?= =?UTF-8?q?defecto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/themes/backend/vuexy/login/header.php | 2 +- .../backend/vuexy/main/activities_layout.php | 2 +- ci4/app/Views/themes/backend/vuexy/main/all.php | 2 +- .../themes/backend/vuexy/main/defaultlayout.php | 4 +++- .../Views/themes/backend/vuexy/main/demo_view.php | 2 +- .../vuexy/main/general_settings_layout.php | 2 +- .../Views/themes/backend/vuexy/main/header.php | 2 +- .../backend/vuexy/main/presupuestos_layout.php | 2 +- .../themes/vuexy/css/{demo.css => safekat.css} | 2 +- httpdocs/themes/vuexy/css/sk-datatables.css | 15 +++++++++++++++ 10 files changed, 26 insertions(+), 9 deletions(-) rename httpdocs/themes/vuexy/css/{demo.css => safekat.css} (99%) create mode 100644 httpdocs/themes/vuexy/css/sk-datatables.css diff --git a/ci4/app/Views/themes/backend/vuexy/login/header.php b/ci4/app/Views/themes/backend/vuexy/login/header.php index fec3e52d..7b8eb5f5 100644 --- a/ci4/app/Views/themes/backend/vuexy/login/header.php +++ b/ci4/app/Views/themes/backend/vuexy/login/header.php @@ -73,7 +73,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php index fb37147c..f1925adf 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php @@ -77,7 +77,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/ci4/app/Views/themes/backend/vuexy/main/all.php b/ci4/app/Views/themes/backend/vuexy/main/all.php index c7127724..bdc0b785 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/all.php +++ b/ci4/app/Views/themes/backend/vuexy/main/all.php @@ -77,7 +77,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php index 7a225272..bd145fa5 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php @@ -77,7 +77,7 @@ if (!empty($token) && $tfa == false) { - + @@ -86,6 +86,8 @@ if (!empty($token) && $tfa == false) { renderSection('css') ?> + + diff --git a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php index 5c96ceb5..5efa5c48 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php +++ b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php @@ -76,7 +76,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php index 67d418c0..c2ae8a35 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php @@ -77,7 +77,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/ci4/app/Views/themes/backend/vuexy/main/header.php b/ci4/app/Views/themes/backend/vuexy/main/header.php index ff069297..5edbb201 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/header.php +++ b/ci4/app/Views/themes/backend/vuexy/main/header.php @@ -79,7 +79,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php index ae5a4b4d..bbefab79 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php @@ -77,7 +77,7 @@ if (!empty($token) && $tfa == false) { - + diff --git a/httpdocs/themes/vuexy/css/demo.css b/httpdocs/themes/vuexy/css/safekat.css similarity index 99% rename from httpdocs/themes/vuexy/css/demo.css rename to httpdocs/themes/vuexy/css/safekat.css index 277097b9..4914d797 100644 --- a/httpdocs/themes/vuexy/css/demo.css +++ b/httpdocs/themes/vuexy/css/safekat.css @@ -1,5 +1,5 @@ /* -* demo.css +* safekat.css * File include item demo only specific css only ******************************************************************************/ diff --git a/httpdocs/themes/vuexy/css/sk-datatables.css b/httpdocs/themes/vuexy/css/sk-datatables.css new file mode 100644 index 00000000..6f1342e2 --- /dev/null +++ b/httpdocs/themes/vuexy/css/sk-datatables.css @@ -0,0 +1,15 @@ + +/* Overwrite datatables styles */ + +table.dataTable.table-striped > tbody > tr.odd.selected > * { + box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.5); +} + +table.dataTable > tbody > tr.selected > * { + box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.5); + color: white; +} + +table.dataTable.table-hover > tbody > tr.selected:hover > * { + box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.65); +} \ No newline at end of file