|
|
|
@ -17,8 +17,8 @@
|
|
|
|
|
color: rgba(40, 7, 43, 0.87);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overview-tile {
|
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
|
|
.icon-grid .overview-tile {
|
|
|
|
|
background-color: rgba(255, 167, 199, 1);
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
#dash .show-apps:hover .overview-icon,
|
|
|
|
|
#dash .show-apps:focus .overview-icon {
|
|
|
|
|
box-shadow: inset 0 0 4px 1px rgba(148, 102, 153, 0.4);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* effect when creating new folder */
|
|
|
|
@ -110,7 +110,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.page-indicator .page-indicator-icon {
|
|
|
|
|
background-color: rgba(40, 7, 43, 0.6);
|
|
|
|
|
background-color: rgba(255, 90, 153, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1350,7 +1350,7 @@ StEntry:focus {
|
|
|
|
|
.panel-button:hover .clock,
|
|
|
|
|
.panel-button:active,
|
|
|
|
|
.panel-button:active .clock {
|
|
|
|
|
background-color: rgba(227, 203, 230, 0.95);
|
|
|
|
|
background-color: rgba(255, 167, 199, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* workspaces indicator in activities button (45+) */
|
|
|
|
@ -1911,13 +1911,18 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
|
|
|
|
|
|
|
|
|
|
/* search result listitem -> item title (with leading icon) */
|
|
|
|
|
.list-search-result .list-search-result-title {
|
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
|
color: rgba(0, 0, 0, 1);
|
|
|
|
|
}
|
|
|
|
|
/* search result listitem -> item description */
|
|
|
|
|
.list-search-result .list-search-result-description {
|
|
|
|
|
color: rgba(40, 7, 43, 0.6);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-search-result,
|
|
|
|
|
.search-provider-icon {
|
|
|
|
|
background-color: rgba(255, 167, 199, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-search-result:focus,
|
|
|
|
|
.search-provider-icon:focus,
|
|
|
|
|
.list-search-result:hover,
|
|
|
|
|