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