diff -r f8778904600d -r c407f00d2851 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Tue Aug 03 01:33:20 2010 +0200 +++ b/QTfrontend/main.cpp Tue Aug 03 02:33:57 2010 +0200 @@ -294,6 +294,18 @@ "SquareLabel, ItemNum {" "background-color: #000000;" "}" + "QSlider::groove::horizontal {" + "height: 2px;" + "margin: 2px 0px;" + "background-color: #ffcc00;" + "}" + "QSlider::handle::horizontal {" + "border: 0px;" + "margin: -2px 0px;" + "border-radius: 3px;" + "background-color: #ffcc00;" + "width: 8px;" + "}" ) );