Cambiados CSS genericos y añadido uno especifico para sobrescribir datatables por defecto

This commit is contained in:
imnavajas
2023-08-14 14:52:02 +02:00
parent ae00594aa7
commit 4a3c054e1b
10 changed files with 26 additions and 9 deletions

View File

@ -77,7 +77,7 @@ if (!empty($token) && $tfa == false) {
<!-- Core CSS -->
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/css/rtl/core.css') ?>"/>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/css/rtl/theme-semi-dark.css') ?>"/>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/css/demo.css') ?>"/>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/css/safekat.css') ?>"/>
<!-- Vendors CSS -->
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.css') ?>"/>