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%;
......
...@@ -8135,12 +8135,4 @@ ...@@ -8135,12 +8135,4 @@
return t("div", { staticClass: "container" }, [t("div", { staticClass: "row justify-content-center" }, [t("div", { staticClass: "col-md-8" }, [t("div", { staticClass: "card card-default" }, [t("div", { staticClass: "card-header" }, [this._v("Example Component")]), this._v(" "), t("div", { staticClass: "card-body" }, [this._v("\n I'm an example component.\n ")])])])])]) return t("div", { staticClass: "container" }, [t("div", { staticClass: "row justify-content-center" }, [t("div", { staticClass: "col-md-8" }, [t("div", { staticClass: "card card-default" }, [t("div", { staticClass: "card-header" }, [this._v("Example Component")]), this._v(" "), t("div", { staticClass: "card-body" }, [this._v("\n I'm an example component.\n ")])])])])])
}] }]
} }
}, function(e, t) {}]); }, function(e, t) {}]);
\ No newline at end of file
function mudaBotao() {
window.document.getElementById(“botao“).style.background = "#000";
window.document.getElementById(“botao“).style.color = "#fff";
}
\ No newline at end of file
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
<fieldset class="fieldAgendar"> <fieldset class="fieldAgendar">
<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