Skip to content

Commit

Permalink
Merge pull request #2144 from evnxprk/master
Browse files Browse the repository at this point in the history
fixed search bar transparent and search button
  • Loading branch information
ImprovedTube authored Apr 2, 2024
2 parents 28a7fad + 747d023 commit 93970bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js&css/extension/www.youtube.com/appearance/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
html[it-header-transparent=true] ytd-masthead#masthead {background: transparent !important;}
html[it-header-transparent=true] #background.ytd-masthead {background-color: rgba(230, 230, 230, 0.1) !important;}
html[it-header-transparent=true] ytd-masthead[frosted-glass] #background.ytd-masthead {backdrop-filter: blur(1px) !important;}
hmtl[it-header-transparent=true] #search-button {opacity: 1 !important;}

#search-button {
background-color: rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
# POSITION
Expand Down

0 comments on commit 93970bc

Please sign in to comment.