tahoma2d/stuff/config/qss/Default/less/layouts/filmstrip.less
Kite 8c766d58c3 Stylesheet Fixes (#1937)
* Stylesheet Fixes
2018-05-15 17:16:56 +09:00

13 lines
341 B
Text

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