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

14 lines
341 B
Text
Raw Normal View History

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