More work on OpeningHours picker

This commit is contained in:
Pieter Vander Vennet 2020-09-30 22:22:58 +02:00
parent 4cce18f818
commit 0714327d66
11 changed files with 397 additions and 25 deletions

43
css/openinghourstable.css Normal file
View file

@ -0,0 +1,43 @@
.oh-table {
width: 15em;
border-collapse: collapse;
}
.oh-table td {
vertical-align: top;
}
.oh-timecell:hover {
background-color: lightsalmon !important;
}
.oh-timecell {
background-color: white;
}
.oh-timecell-selected {
background-color: red;
}
.oh-timecell-half {
border-top: 0.5px solid #eee
}
.oh-timecell-half.oh-timecell-selected {
border-top: 0.5px solid lightsalmon;
}
.oh-timecell-full {
border-top: 1px solid #aaa
}
.oh-timecell-full.oh-timecell-selected {
border-top: 1px solid lightsalmon;
}
.oh-left-col {
/*border-top: 1px solid #aaa;*/
}