--- a/themes/funkymonkey/style.css Sun Mar 23 15:24:06 2008 -0400
+++ b/themes/funkymonkey/style.css Sun Mar 23 20:24:33 2008 -0400
@@ -57,6 +57,7 @@
div.playbar-inner {
padding: 5px;
+ line-height: 22px;
}
a img {
@@ -72,3 +73,24 @@
color: white;
}
+div#playlist tr.current a.tracklink {
+ color: #ffff00;
+}
+
+span#playmeter, span#volume_wrap {
+ position: relative;
+ top: -7px;
+}
+
+a.volume_button {
+ padding-right: 10px;
+ margin-right: 1px;
+ background-color: #33395d;
+ border: 1px solid #909090;
+}
+
+a.volume_button_active {
+ background-color: #9090c2;
+ border-color: #d0d0d0;
+}
+