Ajuste no css da Data.

parent fd959451
...@@ -11142,6 +11142,12 @@ p .button_agendar { ...@@ -11142,6 +11142,12 @@ p .button_agendar {
color: white; color: white;
} }
/* TESTE DE MUDA COR BOTÃO */
/* ****************************** */
#data { #data {
width: 12rem; width: 12rem;
height: 10%; height: 10%;
......
...@@ -8136,11 +8136,3 @@ ...@@ -8136,11 +8136,3 @@
}] }]
} }
}, function(e, t) {}]); }, function(e, t) {}]);
function mudaBotao() {
window.document.getElementById(“botao“).style.background = "#000";
window.document.getElementById(“botao“).style.color = "#fff";
}
\ No newline at end of file
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
<p id="agendar">Agendar horário</p> <p id="agendar">Agendar horário</p>
</fieldset> </fieldset>
<fieldset class="calendario"> <fieldset class="calendario">
<input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="08:00"> <input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="08:00">
<input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="08:20"> <input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="08:20">
<input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="08:40"> <input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="08:40">
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
<input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="16:40"> <input type="button" onfocus="this.style.backgroundColor='rgb(0, 166, 255)'" onblur="this.style.backgroundColor='rgb(209, 204, 204)'" id="hora" name="horaAgendamento" value="16:40">
<br> <br>
<button class="enviarbtn" onclick="window.location = '{{ route('agendamentoConfere') }}'">@lang('agendamento.next')</button> <button class="enviarbtn" onclick="window.location = '{{ route('agendamentoConfere') }}'">@lang('agendamento.next')</button>
</fieldset> </fieldset>
@endform @endform
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment