roundabout,
created on Friday, 29 July 2016, 16:54:02 (1469811242),
received on Sunday, 11 May 2025, 13:21:57 (1746969717)
Author identity: nana-4 <hnmaigo@gmail.com>
925499c87c049e772e93992539d94df895d61e97
gnome-shell/_extensions.scss
@@ -116,3 +116,25 @@
border-radius: 0 2px 2px 0;
}
/* GPaste */
.popup-menu {
.search-entry {
color: $fg_color;
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
@include entry(normal);
&:focus {
@include entry(focus);
color: $fg_color;
}
.search-entry-icon { color: $tertiary_fg_color; }
&:hover, &:focus {
.search-entry-icon { color: $fg_color; }
}
}
}
gnome-shell/gnome-shell-theme.gresource
gnome-shell/gnome-shell.css
@@ -2334,3 +2334,20 @@ StScrollBar {
#workspacestodockContainer.left .workspace-thumbnails {
border-radius: 0 2px 2px 0; }
/* GPaste */
.popup-menu .search-entry {
color: rgba(0, 0, 0, 0.8);
selection-background-color: #42A5F5;
selected-color: #FFFFFF;
background-color: rgba(250, 250, 250, 0.01);
border-color: transparent;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.24); }
.popup-menu .search-entry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #42A5F5;
color: rgba(0, 0, 0, 0.8); }
.popup-menu .search-entry .search-entry-icon {
color: rgba(0, 0, 0, 0.48); }
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
color: rgba(0, 0, 0, 0.8); }