Sfoglia il codice sorgente

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

master
Leonard Kim 8 anni fa
parent
commit
bd4766648a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      css/_toolbars.scss

+ 1
- 0
css/_toolbars.scss Vedi File

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

Loading…
Annulla
Salva