From 221dddc60348c362f2ece49e6e3971bb7fe68f3a Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Sun, 29 Jun 2008 09:00:37 +0000 Subject: [PATCH] Clarify toolbar colors git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1200 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 3 +++ data/themes/default/style.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0dfce93f5..97c020231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * plugins/Makefile.am: diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 961710a8e..87ad6c9ff 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -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;