tahoma2d/stuff/config/qss/Medium/less/layouts/filmstrip.less

14 lines
328 B
Text
Raw Normal View History

2020-05-24 15:33:36 +12:00
/* -----------------------------------------------------------------------------
Level Strip
----------------------------------------------------------------------------- */
#FilmStrip {
& QComboBox {
border-radius: 0;
border-width: 0;
& QAbstractItemView {
background-color: @menu-bg-color;
}
}
}