Ports the fancier looking searchbar from "feather mode" to the default site, featuring a gradient, no roudned edges and sleeker design.
Fancier Searchbar for BitView by tai7k
Details
Authortai7k
LicenseNo License
Categorybitview.net
Created
Updated
Size363 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fancier Searchbar
@version 20230828.16.44
@namespace ?
==/UserStyle== */
@-moz-document domain("bitview.net") {
#masthead-search {
background: url(/img/master-vfl72305.png) 0 -456px;
border-radius: 0px;
}
#masthead * {
border-radius: 0px;
}
#masthead .search-term, #searchField {
border-color: #ccc;
}
}