added initial style sheet
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@575 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
11
data/themes/default/style.css
Normal file
11
data/themes/default/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/* LMMS style sheet */
|
||||
|
||||
captionMenu::item:disabled {
|
||||
color: white;
|
||||
background-color: rgb(0, 0, 192);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
QWidget#mainToolbar {
|
||||
background: url(resources:main_toolbar_bg.png);
|
||||
}
|
||||
Reference in New Issue
Block a user