Files
dotfiles/gnome/.local/share/gnome-shell/extensions/grimble@lmt.github.io/stylesheet.css

19 lines
355 B
CSS

.custom-search-entry {
min-width: 180px;
border-radius: 6px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
border-width: 0;
background-color: rgba(255,255,255,0.15);
color: white;
}
.suggestion {
min-width: 180px;
border-radius: 6px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
border-width: 0;
}