mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Add seperator in high contrast mode
Between navigation and content and between entry in breadcrump Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
cf5bf3036d
commit
8a8f150ffb
2 changed files with 9 additions and 0 deletions
|
|
@ -101,6 +101,12 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
|
|||
.menutoggle {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#app-navigation {
|
||||
border-right: 1px solid var(--color-border);
|
||||
}
|
||||
div.crumb {
|
||||
filter: brightness(150%);
|
||||
}
|
||||
";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,9 @@ class HighContrastTheme extends DefaultTheme implements ITheme {
|
|||
.menutoggle {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#app-navigation {
|
||||
border-right: 1px solid var(--color-border);
|
||||
}
|
||||
";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue