Skip to content

Instantly share code, notes, and snippets.

View pingshunhuangalex's full-sized avatar
:electron:
Zen Garden

Pingshun Huang (Alex) pingshunhuangalex

:electron:
Zen Garden
View GitHub Profile
@pingshunhuangalex
pingshunhuangalex / style.css
Last active June 4, 2024 00:54
CSS Stylings for vBookmarks (Neater Bookmarks)
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance:none;
}
::-webkit-scrollbar {
width: 4px;
}