mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-26 07:18:13 -05:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@576 0778d3d1-df1d-0410-868b-ea421aaaa00d
25 lines
458 B
CSS
25 lines
458 B
CSS
/* LMMS style sheet */
|
|
|
|
captionMenu::item:disabled {
|
|
color: white;
|
|
background-color: rgb(0, 0, 192);
|
|
text-align: center;
|
|
}
|
|
|
|
trackOperationsWidget QPushButton {
|
|
margin-left: 12px;
|
|
margin-top: 1px;
|
|
max-height: 26px;
|
|
max-width: 26px;
|
|
min-height: 26px;
|
|
min-width: 26px;
|
|
}
|
|
|
|
/*trackOperationsWidget QPushButton::menu-indicator {
|
|
image: url(resources:track_op_menu.png);
|
|
}*/
|
|
|
|
QWidget#mainToolbar {
|
|
background-image: url(resources:main_toolbar_bg.png);
|
|
}
|