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

#563 - combined light and dark theme hotkeys.css

parent e7cbe059
No related branches found
No related tags found
No related merge requests found
.keyboard-key {
padding: 0.2rem 0.7rem;
color: #FFFFFF;
background-color: #212121;
border-radius: .2rem;
font-family: Consolas, "Courier New", monospace;
display: inline-block;
margin-right: 2rem;
}
.modifier-key {
margin-right: 0;
}
\ No newline at end of file
<#macro style name>
<#import "/spring.ftl" as s>
<#assign blacklist = ['categories', 'charts', 'collapsible', 'datepicker', 'globalDatepicker']>
<#assign blacklist = ['categories', 'charts', 'collapsible', 'datepicker', 'globalDatepicker', 'hotkeys']>
<#if helpers.getSettings().isUseDarkTheme() && !blacklist?seq_contains(name)>
<link type="text/css" rel="stylesheet" href="<@s.url '${"/css/dark/" + name + ".css"}'/>"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment