diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 1ad7c7b..9dbf990 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -281,6 +281,10 @@ html { padding: .5em !important; } +.searchfields-txtSearch { + border-radius: 4em; +} + .btnPlay { background-color: rgba(255, 255, 255, 0.05); /* border-radius: .5em 0em 0em .5em; */ @@ -292,7 +296,7 @@ html { /* margin: 0 !important; */ margin-right: .25em; margin-bottom: 0; - border-radius: .25em; + border-radius: 1em; background-color: rgba(255, 255, 255, 0.05); /* border-radius: .5em 0em 0em .5em; */ border: solid var(--lighterBorderColor) 1px;