Correção HTML, css no campo hora.

parent ccfa1e0e
......@@ -11142,16 +11142,6 @@ p .button_agendar {
color: white;
}
/*
input:checked+.checkbox-wrapper button {
color: white;
}
input:checked+.checkbox-wrapper button {
background-color: red;
} */
#data {
width: 12rem;
height: 10%;
......@@ -11163,6 +11153,7 @@ input:checked+.checkbox-wrapper button {
padding: 10px;
margin: 1px auto 0;
border-color: transparent;
background-color: rgb(209, 204, 204);
}
#hora {
......@@ -11176,14 +11167,11 @@ input:checked+.checkbox-wrapper button {
padding: 10px;
margin: 1px auto 0;
border-color: transparent;
}
#hora:after {
background: #237aca;
background-color: rgb(199, 199, 199);
}
#hora:hover {
background-color: silver;
background-color: rgb(157, 154, 154);
}
#simButton,
......@@ -11268,16 +11256,19 @@ body {
} */
}
/* } */
img {
max-width: 100%;
height: auto;
vertical-align: baseline;
}
a {
text-decoration: none;
}
/* .max(@maxWidth;
@rules) {
@media only screen and (max-width: @maxWidth) {
......@@ -11291,6 +11282,7 @@ a {
@rules();
}
} */
.calendar-wrapper {
width: 90%;
margin: .01rem auto;
......@@ -11299,6 +11291,7 @@ a {
border-radius: 5px;
background: linear-gradient( 174deg, rgb(226, 226, 226) 4%, rgb(221, 221, 221) 100%);
}
table {
clear: both;
width: 100%;
......@@ -11307,6 +11300,7 @@ table {
border-collapse: collapse;
color: black;
}
td {
height: 48px;
text-align: center;
......@@ -11315,22 +11309,27 @@ td {
width: 100% / 7;
}
/* {
background-color: lighten(rgb(226, 226, 226) 4%, 4%);
&:hover {
background-color: lighten(@col__blu, 8%);
}
} */
td.not-current {
color: rgb(145, 141, 141);
}
/* td.normal {} */
td.today {
font-weight: 700;
color: red;
font-size: 1.5em;
}
thead td {
border: none;
color: black;
......@@ -11338,26 +11337,31 @@ thead td {
text-transform: uppercase;
font-size: 1.5em;
}
#btnPrev {
float: left;
margin-bottom: 20px;
}
/* #btnPrev:before {
content: '\f104';
font-family: FontAwesome;
padding-right: 4px;
} */
#btnNext {
float: right;
margin-bottom: 20px;
}
/* #btnNext:after {
content: '\f105';
font-family: FontAwesome;
padding-left: 4px;
} */
#btnPrev,
#btnNext {
background: transparent;
......@@ -11370,9 +11374,11 @@ thead td {
text-transform: uppercase;
transition: all 0.3s ease;
}
#btnPrev:hover {
color: rgb(123, 121, 121);
}
#btnNext:hover {
color: rgb(123, 121, 121);
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -10,36 +10,37 @@
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb
@form(['action'=>route('agendamentoConfere'), 'method'=>'POST'])
<fieldset class="fieldAgendar">
<p id="agendar">Agendar horário</p>
</fieldset>
<fieldset class="calendario">
<input type="button" id="hora" name="horaAgendamento" value="08:00">
<input type="button" id="hora" name="horaAgendamento" value="08:20">
<input type="button" id="hora" name="horaAgendamento" value="08:40">
<input type="button" id="hora" name="horaAgendamento" value="09:00">
<input type="button" id="hora" name="horaAgendamento" value="09:20">
<input type="button" id="hora" name="horaAgendamento" value="09:40">
<input type="button" id="hora" name="horaAgendamento" value="10:00">
<input type="button" id="hora" name="horaAgendamento" value="10:20">
<input type="button" id="hora" name="horaAgendamento" value="10:40">
<input type="button" id="hora" name="horaAgendamento" value="11:00">
<input type="button" id="hora" name="horaAgendamento" value="11:20">
<input type="button" id="hora" name="horaAgendamento" value="11:40">
<input type="button" id="hora" name="horaAgendamento" value="13:00">
<input type="button" id="hora" name="horaAgendamento" value="13:20">
<input type="button" id="hora" name="horaAgendamento" value="13:40">
<input type="button" id="hora" name="horaAgendamento" value="14:00">
<input type="button" id="hora" name="horaAgendamento" value="14:20">
<input type="button" id="hora" name="horaAgendamento" value="14:40">
<input type="button" id="hora" name="horaAgendamento" value="15:00">
<input type="button" id="hora" name="horaAgendamento" value="15:20">
<input type="button" id="hora" name="horaAgendamento" value="15:40">
<input type="button" id="hora" name="horaAgendamento" value="16:00">
<input type="button" id="hora" name="horaAgendamento" value="16:20">
<input type="button" 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="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: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="09: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="09: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="09: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="10: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="10: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="10: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="11: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="11: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="11: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="13: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="13: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="13: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="14: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="14: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="14: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="15: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="15: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="15: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: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="16: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="16:40">
<br>
<button class="enviarbtn" onclick="window.location = '{{ route('agendamentoConfere') }}'">@lang('agendamento.next')</button>
</fieldset>
......
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