Gnome-Shell: improve osd window text visibility

This commit is contained in:
Daniel Ruiz de Alegría
2020-04-20 15:40:48 +02:00
parent 235ceafd71
commit 9d51cb6e85
3 changed files with 12 additions and 6 deletions
@@ -2107,10 +2107,12 @@ StScrollBar {
/* OSD */
.osd-window, .resize-popup, .switcher-list, .workspace-switcher-container {
color: white;
font-weight: bold;
background-color: #23252e;
color: #eeeeec;
border: 1px solid #0d0e11; }
.osd-window StIcon, .resize-popup StIcon, .switcher-list StIcon, .workspace-switcher-container StIcon {
color: white;
icon-shadow: rgba(0, 0, 0, 0.7) 0 1px 6px; }
.osd-window .level {
@@ -2151,7 +2153,7 @@ StScrollBar {
.switcher-list .item-box:selected {
background-color: #2777ff;
color: #ffffff;
font-weight: bold; }
text-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px; }
/* Workspace Switcher */
.ws-switcher-box {
@@ -2103,10 +2103,12 @@ StScrollBar {
/* OSD */
.osd-window, .resize-popup, .switcher-list, .workspace-switcher-container {
color: black;
font-weight: bold;
background-color: #ffffff;
color: #5c616c;
border: 1px solid rgba(0, 0, 0, 0.15); }
.osd-window StIcon, .resize-popup StIcon, .switcher-list StIcon, .workspace-switcher-container StIcon {
color: black;
icon-shadow: rgba(0, 0, 0, 0.7) 0 1px 6px; }
.osd-window .level {
@@ -2147,7 +2149,7 @@ StScrollBar {
.switcher-list .item-box:selected {
background-color: #2777ff;
color: #ffffff;
font-weight: bold; }
text-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px; }
/* Workspace Switcher */
.ws-switcher-box {