mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Fix background color for search and select panel
This commit is contained in:
parent
2389fa431d
commit
c7479118e3
|
|
@ -6,6 +6,14 @@
|
|||
flex-direction: row;
|
||||
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
||||
justify-content: center;
|
||||
|
||||
.mat-sidenav,
|
||||
.mat-sidenav-container,
|
||||
.mat-toolbar {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
:host,
|
||||
|
|
@ -15,14 +23,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.mat-sidenav,
|
||||
.mat-sidenav-container,
|
||||
.mat-toolbar {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rdio-button,
|
||||
.rdio-button-mini,
|
||||
.rdio-button-none {
|
||||
|
|
@ -332,6 +332,7 @@
|
|||
}
|
||||
|
||||
.rdio-search-results {
|
||||
|
||||
.mat-cell,
|
||||
.mat-header-cell {
|
||||
&:first-of-type {
|
||||
|
|
|
|||
Loading…
Reference in a new issue