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.
|
||||
*/
|
||||
&_filmstrip-only {
|
||||
background-color: $toolbarBackground;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in New Issue