Skip to content
Snippets Groups Projects
Commit e9ac84f9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#563 - remove blacklist

parent 4a34d8ab
No related branches found
No related tags found
No related merge requests found
<#macro style name>
<#import "/spring.ftl" as s>
<#assign blacklist = ['categories', 'charts', 'collapsible', 'datepicker', 'globalDatepicker', 'hotkeys', 'login', 'search', 'settings', 'templates', 'transactions', 'reports', 'style']>
<#if helpers.getSettings().isUseDarkTheme() && !blacklist?seq_contains(name)>
<link type="text/css" rel="stylesheet" href="<@s.url '${"/css/dark/" + name + ".css"}'/>"/>
<#else>
<link type="text/css" rel="stylesheet" href="<@s.url '${"/css/" + name + ".css"}'/>"/>
</#if>
</#macro>
<#macro globals>
......@@ -30,9 +23,9 @@
<link rel="stylesheet" href="<@s.url '/webjars/font-awesome/5.15.1/css/all.min.css'/>">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="<@s.url "/webjars/materializecss/1.0.0/css/materialize.min.css"/>">
<link type="text/css" rel="stylesheet" href="<@s.url "/css/colors.css"/>"/>
<@style "colors"/>
<@style "style"/>
<@style "sidenav"/>
<@style "navbar"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="apple-touch-icon" href="<@s.url "/touch_icon.png"/>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment