tahoma2d/stuff/config/qss/Default/less/layouts/filmstrip.less
Kite 799aa37718 Theme Update
Updates the themes.
2017-08-28 19:40:43 +01:00

13 lines
325 B
Text

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