mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 00:24:34 +01:00
Style fixes - fix nm too small in firefox, shoelace styles went missing
This commit is contained in:
parent
62f876de12
commit
31cf77a0c4
@ -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 {
|
||||
|
@ -363,7 +363,6 @@ div.et2_nextmatch {
|
||||
}
|
||||
|
||||
.egwGridView_outer {
|
||||
height: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
thead > tr {
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user