Skip to content

Instantly share code, notes, and snippets.

@ouzbirki
ouzbirki / style.css
Last active June 4, 2024 21:26 — forked from pingshunhuangalex/style.css
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;
}