Browse Source

fix(filmstip-only): apply background color to toolbar

master
Leonard Kim 7 years ago
parent
commit
bd4766648a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      css/_toolbars.scss

+ 1
- 0
css/_toolbars.scss View File

@@ -190,6 +190,7 @@
190 190
      * Styles the toolbar in filmstrip-only mode.
191 191
      */
192 192
     &_filmstrip-only {
193
+        background-color: $toolbarBackground;
193 194
         border-radius: 3px;
194 195
         display: inline-block;
195 196
         height: auto;

Loading…
Cancel
Save