Gnome-Shell: minor theme fixes

This commit is contained in:
Daniel Ruiz de Alegría
2023-04-03 16:43:01 +02:00
parent 1bcf1f56ec
commit 896f5c7d41
5 changed files with 77 additions and 45 deletions
@@ -206,7 +206,7 @@ $dialog_box_shadow: 0 2px 6px -2px transparentize(black, .8);
}
/* App Grid */
#overview { color: $osd_fg_color; }
#overview, .app-well-app { color: $osd_fg_color; }
// Icon tiles in the app grid
.app-well-app.app-folder {
@@ -218,11 +218,19 @@ $dialog_box_shadow: 0 2px 6px -2px transparentize(black, .8);
.app-folder-dialog {
background: black;
color: $osd_fg_color;
box-shadow: 0 0 100px lighten(black, 4%);
& .folder-name-container .folder-name-entry { color: white; }
}
/* OSD */
// Raise volume and workspace-switcher osd dialogs
.osd-window, .workspace-switcher {
margin-bottom: 128px;
}
/* Workspace pager */
// thumbnails in overview
.workspace-thumbnails {