fix(css): adjust colors of center lists of views

Fixes #5291
pull/284/merge
Francis Lachapelle 2021-04-06 11:49:16 -04:00
parent a2eeab4612
commit 045879a1fa
2 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -210,7 +210,8 @@
// Register custom stylesheet for toolbar of center lists
$mdThemingProvider.registerStyles([
'md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent {',
'md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent,',
'md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input {',
' background-color: \'{{accent-hue-1}}\';',
' color: \'{{foreground-1}}\';',
'}',