modified: gnome-shell/gnome-shell.css

main
anthony 5 months ago
parent a0bc49b3fd
commit 11eabadfdf

File diff suppressed because it is too large Load Diff

@ -112,7 +112,7 @@
/* collapsed folder dialog */
.app-folder-dialog {
border-radius: 32px;
background-color: rgba(250, 243, 251, 0.92);
background-color: rgba(255, 255, 255, 1);
border: none;
padding: 0; /* because of icon grid */
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
@ -294,7 +294,7 @@
#dashtodockContainer.right.extended.dashtodock #dash .dash-background,
#dashtodockContainer.right.extended.shrink #dash .dash-background {
border-radius: 0;
background-color: rgba(251, 247, 251, 1);
background-color: rgba(255, 255, 255, 1);
box-shadow: none;
transition-duration: 250ms;
}
@ -312,7 +312,7 @@
#dashtodockContainer.right.extended.overview #dash .dash-background,
#dashtodockContainer.right.extended.overview.dashtodock #dash .dash-background,
#dashtodockContainer.right.extended.overview.shrink #dash .dash-background {
background-color: rgba(250, 243, 251, 0.92);
background-color: rgba(255, 255, 255, 1);
}
/* Aylur's widgets extension */
@ -789,7 +789,7 @@ StEntry:focus {
}
.login-dialog {
background-color: rgba(250, 243, 251, 1);
background-color: rgba(255, 255, 255, 1);
}
@ -1145,7 +1145,7 @@ StEntry:focus {
.workspace-switcher, /* ctrl + alt + arr_left/arr_right */
.osd-window /* volume/brightness/.. switcher */ {
color: rgba(40, 7, 43, 0.87);
background-color: rgba(250, 243, 251, 0.92);
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 20px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
@ -1197,7 +1197,7 @@ StEntry:focus {
/* Modal dialog */
.modal-dialog {
border-radius: 20px;
background-color: rgba(250, 243, 251, 0.92);
background-color: rgba(255, 255, 255, 1);
border: none;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
color: rgba(40, 7, 43, 0.87);
@ -1308,7 +1308,7 @@ StEntry:focus {
#overviewGroup, /* overview background */
.workspace-animation { /* spacing between worspaces (ctrl+alt+arr_left/right / 3 fingers gesture) */
background-color: rgba(250, 243, 251, 1);
background-color: rgba(255, 255, 255, 1);
}
/* workspaces */
@ -1371,7 +1371,7 @@ StEntry:focus {
/* Panel */
#panel {
background-color: rgba(250, 243, 251, 1);
background-color: rgba(255, 255, 255, 1);
height: 36px;
font-size: 14px;
box-shadow: none;
@ -1753,7 +1753,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
/* main screenshot panel section */
.screenshot-ui-panel {
color: rgba(255, 90, 153, 1);
background-color: rgba(250, 243, 251, 0.92);
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 22px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
@ -1947,7 +1947,6 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
background-color: rgba(227, 203, 230, 1);
}
/* Search */

Loading…
Cancel
Save