mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add search icon to navbar searchbar
This commit is contained in:
parent
40823d5816
commit
b1890560e2
2 changed files with 18 additions and 3 deletions
|
@ -168,6 +168,18 @@ img.thumbnail {
|
|||
color: #3E4446;
|
||||
background: transparent;
|
||||
font-size: 1.1em;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.search-button:hover {
|
||||
color: #090909;
|
||||
}
|
||||
|
||||
#right-overlap-search-button {
|
||||
float: right;
|
||||
position: relative;
|
||||
bottom: 1.8em;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -444,12 +456,14 @@ body.dark-theme {
|
|||
}
|
||||
|
||||
.dark-theme .search-button {
|
||||
border: none;
|
||||
color: #B0ADA4;
|
||||
background: transparent;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.dark-theme .search-button:hover {
|
||||
color: #CFCBC1;
|
||||
}
|
||||
|
||||
|
||||
.dark-theme .pure-menu-link:hover, .dark-theme .pure-menu-link:active {
|
||||
background-color: rgb(34, 36, 38)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue