Correção no horario HTML, css.

parent 4739dd07
...@@ -11142,6 +11142,16 @@ p .button_agendar { ...@@ -11142,6 +11142,16 @@ p .button_agendar {
color: white; color: white;
} }
/*
input:checked+.checkbox-wrapper button {
color: white;
}
input:checked+.checkbox-wrapper button {
background-color: red;
} */
#data { #data {
width: 12rem; width: 12rem;
height: 10%; height: 10%;
...@@ -11168,6 +11178,10 @@ p .button_agendar { ...@@ -11168,6 +11178,10 @@ p .button_agendar {
border-color: transparent; border-color: transparent;
} }
#hora:after {
background: #237aca;
}
#hora:hover { #hora:hover {
background-color: silver; background-color: silver;
} }
...@@ -11300,11 +11314,18 @@ td { ...@@ -11300,11 +11314,18 @@ td {
border-right: 1px solid border-top: 1px solid; border-right: 1px solid border-top: 1px solid;
width: 100% / 7; width: 100% / 7;
} }
/* {
background-color: lighten(rgb(226, 226, 226) 4%, 4%);
&:hover {
background-color: lighten(@col__blu, 8%);
}
} */
td.not-current { td.not-current {
color: rgb(145, 141, 141); color: rgb(145, 141, 141);
;
} }
td.normal {}
/* td.normal {} */
td.today { td.today {
font-weight: 700; font-weight: 700;
color: red; color: red;
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,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" id="hora" name="horaAgendamento" value="08:00"> <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:20">
<input type="button" id="hora" name="horaAgendamento" value="08:40"> <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