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
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
5 changed files with 77 additions and 45 deletions

View File

@ -2827,26 +2827,27 @@ StScrollBar {
.datemenu-today-button:insensitive { .datemenu-today-button:insensitive {
color: inherit; } color: inherit; }
/* Quick Settings */
.quick-toggle-menu .header .icon.active {
color: #ffffff; }
/* Search */ /* Search */
.search-entry { .search-entry {
color: black; width: 21em;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); padding: .6em .8em;
font-weight: bold;
font-size: 1.1em; font-size: 1.1em;
font-weight: bold;
border: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
transition-duration: 200ms; } transition-duration: 200ms; }
.search-entry StLabel.hint-text { .search-entry, .search-entry StLabel.hint-text {
color: white; } color: white; }
.search-entry, .search-entry:focus, .search-entry:hover {
width: 21em;
padding: .6em .8em;
border: none; }
.search-entry:focus, .search-entry:hover { .search-entry:focus, .search-entry:hover {
background-color: white; background-color: white;
color: black;
font-weight: normal; font-weight: normal;
box-shadow: none; box-shadow: none;
text-shadow: none; } text-shadow: none; }
.search-entry:focus StLabel.hint-text, .search-entry:hover StLabel.hint-text { .search-entry:focus, .search-entry:focus StLabel.hint-text, .search-entry:hover, .search-entry:hover StLabel.hint-text {
color: black; } color: black; }
.search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon { .search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon {
color: black; color: black;
@ -2868,7 +2869,7 @@ StScrollBar {
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); } icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
/* App Grid */ /* App Grid */
#overview { #overview, .app-well-app, .grid-search-result {
color: white; } color: white; }
.app-well-app.app-folder, .app-folder.grid-search-result { .app-well-app.app-folder, .app-folder.grid-search-result {
@ -2897,10 +2898,15 @@ StScrollBar {
.app-folder-dialog { .app-folder-dialog {
background: black; background: black;
color: white;
box-shadow: 0 0 100px #0a0a0a; } box-shadow: 0 0 100px #0a0a0a; }
.app-folder-dialog .folder-name-container .folder-name-entry { .app-folder-dialog .folder-name-container .folder-name-entry {
color: white; } color: white; }
/* OSD */
.osd-window, .workspace-switcher {
margin-bottom: 128px; }
/* Workspace pager */ /* Workspace pager */
.workspace-thumbnail-indicator { .workspace-thumbnail-indicator {
border: 2px solid white; } border: 2px solid white; }

View File

@ -2827,26 +2827,27 @@ StScrollBar {
.datemenu-today-button:insensitive { .datemenu-today-button:insensitive {
color: inherit; } color: inherit; }
/* Quick Settings */
.quick-toggle-menu .header .icon.active {
color: #ffffff; }
/* Search */ /* Search */
.search-entry { .search-entry {
color: black; width: 21em;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); padding: .6em .8em;
font-weight: bold;
font-size: 1.1em; font-size: 1.1em;
font-weight: bold;
border: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
transition-duration: 200ms; } transition-duration: 200ms; }
.search-entry StLabel.hint-text { .search-entry, .search-entry StLabel.hint-text {
color: white; } color: white; }
.search-entry, .search-entry:focus, .search-entry:hover {
width: 21em;
padding: .6em .8em;
border: none; }
.search-entry:focus, .search-entry:hover { .search-entry:focus, .search-entry:hover {
background-color: white; background-color: white;
color: black;
font-weight: normal; font-weight: normal;
box-shadow: none; box-shadow: none;
text-shadow: none; } text-shadow: none; }
.search-entry:focus StLabel.hint-text, .search-entry:hover StLabel.hint-text { .search-entry:focus, .search-entry:focus StLabel.hint-text, .search-entry:hover, .search-entry:hover StLabel.hint-text {
color: black; } color: black; }
.search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon { .search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon {
color: black; color: black;
@ -2868,7 +2869,7 @@ StScrollBar {
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); } icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
/* App Grid */ /* App Grid */
#overview { #overview, .app-well-app, .grid-search-result {
color: white; } color: white; }
.app-well-app.app-folder, .app-folder.grid-search-result { .app-well-app.app-folder, .app-folder.grid-search-result {
@ -2897,10 +2898,15 @@ StScrollBar {
.app-folder-dialog { .app-folder-dialog {
background: black; background: black;
color: white;
box-shadow: 0 0 100px #0a0a0a; } box-shadow: 0 0 100px #0a0a0a; }
.app-folder-dialog .folder-name-container .folder-name-entry { .app-folder-dialog .folder-name-container .folder-name-entry {
color: white; } color: white; }
/* OSD */
.osd-window, .workspace-switcher {
margin-bottom: 128px; }
/* Workspace pager */ /* Workspace pager */
.workspace-thumbnail-indicator { .workspace-thumbnail-indicator {
border: 2px solid white; } border: 2px solid white; }

View File

@ -2827,26 +2827,27 @@ StScrollBar {
.datemenu-today-button:insensitive { .datemenu-today-button:insensitive {
color: inherit; } color: inherit; }
/* Quick Settings */
.quick-toggle-menu .header .icon.active {
color: #ffffff; }
/* Search */ /* Search */
.search-entry { .search-entry {
color: black; width: 21em;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); padding: .6em .8em;
font-weight: bold;
font-size: 1.1em; font-size: 1.1em;
font-weight: bold;
border: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
transition-duration: 200ms; } transition-duration: 200ms; }
.search-entry StLabel.hint-text { .search-entry, .search-entry StLabel.hint-text {
color: white; } color: white; }
.search-entry, .search-entry:focus, .search-entry:hover {
width: 21em;
padding: .6em .8em;
border: none; }
.search-entry:focus, .search-entry:hover { .search-entry:focus, .search-entry:hover {
background-color: white; background-color: white;
color: black;
font-weight: normal; font-weight: normal;
box-shadow: none; box-shadow: none;
text-shadow: none; } text-shadow: none; }
.search-entry:focus StLabel.hint-text, .search-entry:hover StLabel.hint-text { .search-entry:focus, .search-entry:focus StLabel.hint-text, .search-entry:hover, .search-entry:hover StLabel.hint-text {
color: black; } color: black; }
.search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon { .search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon {
color: black; color: black;
@ -2868,7 +2869,7 @@ StScrollBar {
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); } icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
/* App Grid */ /* App Grid */
#overview { #overview, .app-well-app, .grid-search-result {
color: white; } color: white; }
.app-well-app.app-folder, .app-folder.grid-search-result { .app-well-app.app-folder, .app-folder.grid-search-result {
@ -2897,10 +2898,15 @@ StScrollBar {
.app-folder-dialog { .app-folder-dialog {
background: black; background: black;
color: white;
box-shadow: 0 0 100px #0a0a0a; } box-shadow: 0 0 100px #0a0a0a; }
.app-folder-dialog .folder-name-container .folder-name-entry { .app-folder-dialog .folder-name-container .folder-name-entry {
color: white; } color: white; }
/* OSD */
.osd-window, .workspace-switcher {
margin-bottom: 128px; }
/* Workspace pager */ /* Workspace pager */
.workspace-thumbnail-indicator { .workspace-thumbnail-indicator {
border: 2px solid white; } border: 2px solid white; }

View File

@ -2827,26 +2827,27 @@ StScrollBar {
.datemenu-today-button:insensitive { .datemenu-today-button:insensitive {
color: inherit; } color: inherit; }
/* Quick Settings */
.quick-toggle-menu .header .icon.active {
color: #ffffff; }
/* Search */ /* Search */
.search-entry { .search-entry {
color: black; width: 21em;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); padding: .6em .8em;
font-weight: bold;
font-size: 1.1em; font-size: 1.1em;
font-weight: bold;
border: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
transition-duration: 200ms; } transition-duration: 200ms; }
.search-entry StLabel.hint-text { .search-entry, .search-entry StLabel.hint-text {
color: white; } color: white; }
.search-entry, .search-entry:focus, .search-entry:hover {
width: 21em;
padding: .6em .8em;
border: none; }
.search-entry:focus, .search-entry:hover { .search-entry:focus, .search-entry:hover {
background-color: white; background-color: white;
color: black;
font-weight: normal; font-weight: normal;
box-shadow: none; box-shadow: none;
text-shadow: none; } text-shadow: none; }
.search-entry:focus StLabel.hint-text, .search-entry:hover StLabel.hint-text { .search-entry:focus, .search-entry:focus StLabel.hint-text, .search-entry:hover, .search-entry:hover StLabel.hint-text {
color: black; } color: black; }
.search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon { .search-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon {
color: black; color: black;
@ -2868,7 +2869,7 @@ StScrollBar {
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); } icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
/* App Grid */ /* App Grid */
#overview { #overview, .app-well-app, .grid-search-result {
color: white; } color: white; }
.app-well-app.app-folder, .app-folder.grid-search-result { .app-well-app.app-folder, .app-folder.grid-search-result {
@ -2897,10 +2898,15 @@ StScrollBar {
.app-folder-dialog { .app-folder-dialog {
background: black; background: black;
color: white;
box-shadow: 0 0 100px #0a0a0a; } box-shadow: 0 0 100px #0a0a0a; }
.app-folder-dialog .folder-name-container .folder-name-entry { .app-folder-dialog .folder-name-container .folder-name-entry {
color: white; } color: white; }
/* OSD */
.osd-window, .workspace-switcher {
margin-bottom: 128px; }
/* Workspace pager */ /* Workspace pager */
.workspace-thumbnail-indicator { .workspace-thumbnail-indicator {
border: 2px solid white; } border: 2px solid white; }

View File

@ -206,7 +206,7 @@ $dialog_box_shadow: 0 2px 6px -2px transparentize(black, .8);
} }
/* App Grid */ /* App Grid */
#overview { color: $osd_fg_color; } #overview, .app-well-app { color: $osd_fg_color; }
// Icon tiles in the app grid // Icon tiles in the app grid
.app-well-app.app-folder { .app-well-app.app-folder {
@ -218,11 +218,19 @@ $dialog_box_shadow: 0 2px 6px -2px transparentize(black, .8);
.app-folder-dialog { .app-folder-dialog {
background: black; background: black;
color: $osd_fg_color;
box-shadow: 0 0 100px lighten(black, 4%); box-shadow: 0 0 100px lighten(black, 4%);
& .folder-name-container .folder-name-entry { color: white; } & .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 */ /* Workspace pager */
// thumbnails in overview // thumbnails in overview
.workspace-thumbnails { .workspace-thumbnails {