Correção no horario HTML, css.

parent 4739dd07
......@@ -11142,6 +11142,16 @@ 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%;
......@@ -11168,6 +11178,10 @@ p .button_agendar {
border-color: transparent;
}
#hora:after {
background: #237aca;
}
#hora:hover {
background-color: silver;
}
......@@ -11300,11 +11314,18 @@ td {
border-right: 1px solid border-top: 1px solid;
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.normal {} */
td.today {
font-weight: 700;
color: red;
......
......@@ -14,7 +14,8 @@
<fieldset class="fieldAgendar">
<p id="agendar">Agendar horário</p>
</fieldset>
<fieldset class="calendario">
<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">
......
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