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

14 lines
327 B
Text
Raw Normal View History

/* -----------------------------------------------------------------------------
Film Strip
----------------------------------------------------------------------------- */
#FilmStrip {
2017-09-17 04:02:23 +12:00
& QComboBox {
border-radius: 0;
border-width: 0;
2017-08-29 06:40:43 +12:00
& QAbstractItemView {
background-color: @menu-bg-color;
}
}
}