New: Rounded search bar
This commit is contained in:
parent
53fbb2b718
commit
1f557bd36c
1 changed files with 5 additions and 1 deletions
|
|
@ -281,6 +281,10 @@ html {
|
||||||
padding: .5em !important;
|
padding: .5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchfields-txtSearch {
|
||||||
|
border-radius: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
.btnPlay {
|
.btnPlay {
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
/* border-radius: .5em 0em 0em .5em; */
|
/* border-radius: .5em 0em 0em .5em; */
|
||||||
|
|
@ -292,7 +296,7 @@ html {
|
||||||
/* margin: 0 !important; */
|
/* margin: 0 !important; */
|
||||||
margin-right: .25em;
|
margin-right: .25em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-radius: .25em;
|
border-radius: 1em;
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
/* border-radius: .5em 0em 0em .5em; */
|
/* border-radius: .5em 0em 0em .5em; */
|
||||||
border: solid var(--lighterBorderColor) 1px;
|
border: solid var(--lighterBorderColor) 1px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue