Style fixes - fix nm too small in firefox, shoelace styles went missing

This commit is contained in:
nathan 2024-09-18 15:19:28 -06:00
parent 62f876de12
commit 31cf77a0c4
4 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,6 @@ div.et2_nextmatch > div:not(:first-child) {
max-height: 100%;
}
div.et2_nextmatch .egwGridView_outer {
height: 100%;
border-collapse: collapse;
}
div.et2_nextmatch .egwGridView_outer thead > tr {

View File

@ -363,7 +363,6 @@ div.et2_nextmatch {
}
.egwGridView_outer {
height: 100%;
border-collapse: collapse;
thead > tr {

View File

@ -14,6 +14,8 @@
<link rel="manifest" href="{webserver_url}/manifest.json"/>
<link rel="icon" href="{img_icon}" type="image/x-ico"/>
<link rel="shortcut icon" href="{img_shortcut}"/>
<link rel="stylesheet" href="{webserver_url}/node_modules/@shoelace-style/shoelace/dist/themes/light.css"/>
<link rel="stylesheet" href="{webserver_url}/node_modules/@shoelace-style/shoelace/dist/themes/dark.css"/>
<link rel="stylesheet" href="{webserver_url}/api/js/offline/themes/offline-theme-slide.css">
<link rel="stylesheet" href="{webserver_url}/api/js/offline/themes/offline-language-{lang_code}.css">
<script src="{webserver_url}/api/js/offline/offline.min.js"></script>

View File

@ -38,7 +38,7 @@ export default css`
flex: 1 0 2em;
max-height: 3em;
background-color: var(--application-color, --primary-background-color);
background-color: var(--application-color, var(--primary-background-color));
color: var(--application-header-text-color, var(--sl-color-neutral-0));
font-size: 1.8em;
}