fix(filmstip-only): apply background color to toolbar
This commit is contained in:
parent
d200abb8db
commit
bd4766648a
|
@ -190,6 +190,7 @@
|
||||||
* Styles the toolbar in filmstrip-only mode.
|
* Styles the toolbar in filmstrip-only mode.
|
||||||
*/
|
*/
|
||||||
&_filmstrip-only {
|
&_filmstrip-only {
|
||||||
|
background-color: $toolbarBackground;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue