diff --git a/css/style.css b/css/style.css index 0f16ee3..4fdd211 100644 --- a/css/style.css +++ b/css/style.css @@ -29,6 +29,22 @@ h1, h2, h3, h4, h5, h6 { opacity: 1; } +.form-control { +background-color: #f6f6f6; +height: 49px; +font-size: 15px; +border: 0px; +border-radius: 0px; +box-shadow: inset 0 0px 0px rgba(0,0,0,.0); +border-bottom: 1.5px solid #d8d8d8; +} + +.form-control:focus { + background-color: #ececec; + border-color: transparent; + box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6); +} + #navbar-principal{ border-color: transparent; } @@ -679,8 +695,8 @@ Help-tip Style /* CSS animation */ @-webkit-keyframes fadeIn { - 0% { - opacity:0; + 0% { + opacity:0; transform: scale(0.6); } @@ -695,8 +711,8 @@ Help-tip Style 100% { opacity:100%; } } .blink{ - + color: rgb (0, 137, 226); - + animation: blink 1s infinite; } diff --git a/includes/datos.php b/includes/datos.php index 20bcf6e..dac4dbe 100644 --- a/includes/datos.php +++ b/includes/datos.php @@ -1,9 +1,9 @@