tahoma2d/stuff/config/qss/Default/less/layouts/filmstrip.less
2017-09-16 17:02:23 +01:00

13 lines
327 B
Text

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