From cfbd70dc05f6c9e16394615fb06a4e0b5b26102a Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Thu, 15 Jun 2017 12:19:54 +0100 Subject: [PATCH] fix OSD --- common/cinnamon/cinnamon-dark.css | 6 +++--- common/cinnamon/cinnamon.css | 6 +++--- common/cinnamon/sass/_common.scss | 8 +++++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css index 34f45ef..fc40088 100644 --- a/common/cinnamon/cinnamon-dark.css +++ b/common/cinnamon/cinnamon-dark.css @@ -1064,9 +1064,6 @@ StScrollBar { font-weight: bold; spacing: 1em; padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; color: white; background: none; border: none; @@ -1080,6 +1077,9 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; color: #5294e2; } + .osd-window .level-bar { + border-radius: 2px; + background-color: #5294e2; } .window-list-box { spacing: 6px; diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index b816ac3..d083ecf 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -1064,9 +1064,6 @@ StScrollBar { font-weight: bold; spacing: 1em; padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; color: white; background: none; border: none; @@ -1080,6 +1077,9 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; color: #5294e2; } + .osd-window .level-bar { + border-radius: 2px; + background-color: #5294e2; } .window-list-box { spacing: 6px; 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