summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 8cd0453..6f80b2b 100644
--- a/style.scss
+++ b/style.scss
@@ -53,6 +53,28 @@ box.Tray {
}
}
+box.AudioVolume {
+ min-width: 140px;
+
+ scale {
+ min-height: 10px;
+ }
+
+ trough {
+ border-radius: 0;
+ }
+
+ highlight {
+ border-radius: 0;
+ }
+
+ slider {
+ border-radius: 7px;
+ min-width: 5px;
+ min-height: 5px;
+ }
+}
+
window.Notifications {
background-color: #000;