summaryrefslogtreecommitdiff
path: root/default.qss
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-09-05 04:36:48 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-09-05 04:36:48 +0200
commit9dac6d187810915895ac9f7a6b739ff818336b35 (patch)
treeae3c3c87bd05972fbb1cea7f5f77151a206d4c18 /default.qss
Initial import.
Diffstat (limited to 'default.qss')
-rw-r--r--default.qss33
1 files changed, 33 insertions, 0 deletions
diff --git a/default.qss b/default.qss
new file mode 100644
index 0000000..7217fd5
--- /dev/null
+++ b/default.qss
@@ -0,0 +1,33 @@
+QSlider::groove:horizontal {
+ border: 1px solid #999999;
+ height: 8px;
+ background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);
+ margin: 2px 0;
+ border-radius: 5px;
+}
+
+QSlider::handle:horizontal {
+ background: #ffffff;
+ border: 1px solid #ffffff;
+ width: 6px;
+ margin: 0;
+ border-radius: 4px;
+}
+
+#button_prev, #button_next {
+ background: red;
+ width: 27px;
+ height: 27px;
+ border-radius: 15px;
+}
+
+#button_pause, #button_play {
+ background: red;
+ width: 37px;
+ height: 37px;
+ border-radius: 20px;
+}
+
+#button_prev:pressed, #button_pause:pressed, #button_play:pressed, #button_next:pressed {
+ background: green;
+}