tahoma2d/stuff/config/qss/Medium/less/layouts/filmstrip.less
2020-05-23 21:33:36 -06:00

13 lines
328 B
Text

/* -----------------------------------------------------------------------------
Level Strip
----------------------------------------------------------------------------- */
#FilmStrip {
& QComboBox {
border-radius: 0;
border-width: 0;
& QAbstractItemView {
background-color: @menu-bg-color;
}
}
}