summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2013-02-14 19:01:47 +0000
committerRobert Jonsson <spamatica@gmail.com>2013-02-14 19:01:47 +0000
commite41ebf708802518e7211cc98d0cd03ca4b9a2d63 (patch)
tree17cd7d80b67faffa60e3db3583d43cc3951bbf32
parent36dadcd27189f0a6fc3d4b5d981c227c1f4992e0 (diff)
theme tweaks
-rw-r--r--muse2/share/darkbase.qss39
1 files changed, 39 insertions, 0 deletions
diff --git a/muse2/share/darkbase.qss b/muse2/share/darkbase.qss
index 1d4a24b5..99c51280 100644
--- a/muse2/share/darkbase.qss
+++ b/muse2/share/darkbase.qss
@@ -2,3 +2,42 @@ QWidget {
background-color: rgb(30,30,30);
color: rgb(120,120,120);
}
+
+QToolBar QToolButton {
+ background-color: rgb(50,50,50);
+ border-color: rgb(70,70,70);
+ border-style: outset;
+ border-width: 1px;
+ border-radius: 3px;
+ padding: 1px;
+
+}
+
+QToolBar QToolButton:hover {
+ background-color: rgb(50,50,50);
+ border-color: rgb(58,167,221);
+ border-style: outset;
+ border-width: 1px;
+ border-radius: 3px;
+ padding: 2px;
+
+}
+
+QToolBar QToolButton:pressed {
+ background-color: rgb(30,30,30);
+ border-style: inset;
+ border-width: 1px;
+ border-radius: 2px;
+ padding: 2px;
+
+}
+QToolBar QToolButton:checked {
+ background-color: rgb(30,30,30);
+ border-style: inset;
+ border-width: 1px;
+ border-radius: 2px;
+ padding: 2px;
+
+}
+/*
+*/ \ No newline at end of file