diff --git a/modulos/header/estilos.css b/modulos/header/estilos.css index ea31407..6f3010b 100644 --- a/modulos/header/estilos.css +++ b/modulos/header/estilos.css @@ -5,6 +5,16 @@ .sand-icon:hover{ background-color: rgb(0,0,0,0.1); } +.desplegar{ + background-color: #E9AD0C; +} +.backcolor{ + color: #fff; +} +.backcolor:hover{ + background-color: rgb(0,0,0,0.2); + color: #fff; +} .btn-header-dorado{ color: #fff; /* padding: 6px 7px; */ @@ -43,5 +53,5 @@ color: #fff; } .search-button-icon:hover{ - background-color: rgb(0,0,0,0.4); + background-color: rgb(0,0,0,0.2); } diff --git a/modulos/header/index.html b/modulos/header/index.html index 100da3a..e3653b9 100644 --- a/modulos/header/index.html +++ b/modulos/header/index.html @@ -42,7 +42,7 @@ -