Blob Blame History Raw
From cfbd70dc05f6c9e16394615fb06a4e0b5b26102a Mon Sep 17 00:00:00 2001
From: leigh123linux <leigh123linux@googlemail.com>
Date: Thu, 15 Jun 2017 12:19:54 +0100
Subject: [PATCH] fix OSD

---
 common/cinnamon/sass/_common.scss | 8 +++++---
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss
index 00af8f7..fee8520 100644
--- a/common/cinnamon/sass/_common.scss
+++ b/common/cinnamon/sass/_common.scss
@@ -1226,9 +1226,6 @@ StScrollBar {
   font-weight: bold;
   spacing: 1em;
   padding: 20px;
-  margin: 32px;
-  min-width: 64px;
-  min-height: 64px;
 
   color: $_shell_fg_color;
   background: none;
@@ -1245,6 +1242,11 @@ StScrollBar {
     border-radius: 2px;
     color: $selected_bg_color;
   }
+
+  .level-bar {
+    border-radius: 2px;
+    background-color: $selected_bg_color;
+   }
 }
 
 //
-- 
2.13.0