/* -----------------------------------------------------------------------------
Film Strip
----------------------------------------------------------------------------- */
#FilmStrip {
QComboBox {
border-radius: 0;
border-width: 0;
& QAbstractItemView { // Override QAbstractScrollArea (above)
background-color: @menu-bg-color;
}
}
}