mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 11:28:29 +02:00
Fixes #21; cleanup
This commit is contained in:
parent
5c767e7982
commit
c5bf6797b6
6 changed files with 7 additions and 7 deletions
1
cp/public/assets/css/tabulator-dark.min.css
vendored
Normal file
1
cp/public/assets/css/tabulator-dark.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
cp/public/assets/css/tabulator.min.css
vendored
4
cp/public/assets/css/tabulator.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,8 +2,11 @@
|
|||
<link href="/assets/css/tabler-flags.min.css" rel="stylesheet"/>
|
||||
<link href="/assets/css/tabler-payments.min.css" rel="stylesheet"/>
|
||||
<link href="/assets/css/tabler-vendors.min.css" rel="stylesheet"/>
|
||||
{% if screen_mode == 'dark' %}
|
||||
<link href="/assets/css/tabulator-dark.min.css" rel="stylesheet">
|
||||
{% else %}
|
||||
<link href="/assets/css/tabulator.min.css" rel="stylesheet">
|
||||
<link href="/assets/css/tabulator_bootstrap5.min.css" rel="stylesheet">
|
||||
{% endif %}
|
||||
<style>
|
||||
.small-dropdown .dropdown-item {
|
||||
padding: 0.25rem 1.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue