diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 3690ccb..9bbbb03 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -655,17 +655,13 @@ $slider_size: 19px; .osd-window { text-align: center; font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; .osd-monitor-label { font-size: 3em; } .level { height: 0.4em; border-radius: 0.3em; color: $osd_fg_color; - border: 1px solid $borders_color; + border: 1px solid $gray; -barlevel-height: 0.4em; -barlevel-background-color: $gray; @@ -797,7 +793,7 @@ $slider_size: 19px; background-color: $_bubble_bg_color; border: 1px solid $borders_color; box-shadow: 0px 0px 5px $borders_color; - border-radius: 5px; + border-radius: 18px; padding: 12px; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 381167f..a2c6e7b 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -582,18 +582,14 @@ StScrollBar { /* OSD */ .osd-window { text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; } + font-weight: bold; } .osd-window .osd-monitor-label { font-size: 3em; } .osd-window .level { height: 0.4em; border-radius: 0.3em; color: #d8dee9; - border: 1px solid #1f232b; + border: 1px solid #4e586d; -barlevel-height: 0.4em; -barlevel-background-color: #4e586d; -barlevel-active-background-color: #81a1c1; @@ -703,7 +699,7 @@ StScrollBar { background-color: rgba(46, 52, 64, 0.95); border: 1px solid #1f232b; box-shadow: 0px 0px 5px #1f232b; - border-radius: 5px; + border-radius: 18px; padding: 12px; } /* Tiled window previews */