1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

search bar adjustment

This commit is contained in:
gilbN 2019-07-11 23:07:28 +02:00
parent c29f134b7e
commit 9387f60a82

View File

@ -33,6 +33,8 @@ body {
/* Search bar */
.search-bar-background[_ngcontent-c1] {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 3px;
margin-top: 3px;
}
.form-control-custom {
background-color: rgba(0, 0, 0, 0.25) !important;
@ -112,6 +114,7 @@ hr {
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
background-color: rgba(0, 0, 0, 0.45) !important;
border: 1px solid #00000000 !important;
border-radius: 3px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: rgba(0, 0, 0, 0.45) !important;