mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-27 07:48:18 -05:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@620 0778d3d1-df1d-0410-868b-ea421aaaa00d
44 lines
834 B
CSS
44 lines
834 B
CSS
/* LMMS style sheet */
|
|
|
|
QMdiArea {
|
|
background-image: url(resources:background_artwork.png);
|
|
}
|
|
|
|
automationEditor {
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
captionMenu::item:disabled {
|
|
color: white;
|
|
background-color: rgb(0, 0, 192);
|
|
text-align: center;
|
|
}
|
|
|
|
pianoRoll {
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
trackOperationsWidget > QPushButton {
|
|
max-height: 26px;
|
|
max-width: 26px;
|
|
min-height: 26px;
|
|
min-width: 26px;
|
|
}
|
|
|
|
trackOperationsWidget#automationDisabled > QPushButton::menu-indicator {
|
|
image: url(resources:track_op_menu_disabled.png);
|
|
}
|
|
|
|
trackOperationsWidget#automationEnabled > QPushButton::menu-indicator {
|
|
image: url(resources:track_op_menu.png);
|
|
}
|
|
|
|
trackWidget {
|
|
/* border-bottom: 1px solid rgb(0, 0, 0);*/
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
QWidget#mainToolbar {
|
|
background-image: url(resources:main_toolbar_bg.png);
|
|
}
|