Clarify toolbar colors

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1200 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-29 09:00:37 +00:00
parent d83b15ae14
commit 221dddc603
2 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,9 @@
* src/core/effect.cpp:
Correct comments
* data/themes/default/style.css:
Make toolbar colors a little more clear
2008-06-28 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/Makefile.am:

View File

@@ -94,6 +94,7 @@ QToolButton, toolButton {
padding: 2px 1px 1px 2px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,64);
background: rgba(172,176,188,32);
}
QToolButton:hover {
@@ -110,7 +111,7 @@ QToolButton:pressed {
}
QToolButton:checked {
background: rgba(192,192,192,96);
background: rgba(233,239,255,96);
border-radius: 3px;
border: 1px solid black;
padding: 3px 0px 0px 3px;