diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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; |