|
Lines 10-15
Link Here
|
| 10 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
| 11 |
<title>Curbside pickups › Circulation › Koha</title> |
11 |
<title>Curbside pickups › Circulation › Koha</title> |
| 12 |
<style> |
12 |
<style> |
|
|
13 |
#pickup-times { |
| 14 |
width: 50%; |
| 15 |
} |
| 13 |
.pickup_time input[type='radio'] { |
16 |
.pickup_time input[type='radio'] { |
| 14 |
display: none; |
17 |
display: none; |
| 15 |
} |
18 |
} |
|
Lines 20-25
Link Here
|
| 20 |
background-color: #ffffcc; |
23 |
background-color: #ffffcc; |
| 21 |
display: inline-block; |
24 |
display: inline-block; |
| 22 |
cursor: pointer; |
25 |
cursor: pointer; |
|
|
26 |
width: 5rem; |
| 27 |
text-align: center; |
| 23 |
} |
28 |
} |
| 24 |
.pickup_time input[type='radio']:checked + label { |
29 |
.pickup_time input[type='radio']:checked + label { |
| 25 |
background-color: #bcdb89; |
30 |
background-color: #bcdb89; |