diff options
Diffstat (limited to 'Cont')
-rw-r--r-- | Cont/index.css | 6 | ||||
-rw-r--r-- | Cont/index.html | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/Cont/index.css b/Cont/index.css index 1f5a422..80e5dc6 100644 --- a/Cont/index.css +++ b/Cont/index.css @@ -107,10 +107,16 @@ footer > a { } /*** the info buttons & their animations ***/ +img.info:hover { + filter: drop-shadow(.125rem .125rem 0 black); + transform: translate(-0.125rem, -0.125rem); +} img.info { width: 1em; height: 1em; vertical-align: middle; + filter: drop-shadow(.0625rem .0625rem 0 black); + transform: translate(-0.0625rem, -0.0625rem); } img.info + span { diff --git a/Cont/index.html b/Cont/index.html index c35b7c1..95dcb32 100644 --- a/Cont/index.html +++ b/Cont/index.html @@ -25,13 +25,13 @@ <label for="day">Päivä:</label> <br> <select name="day"> - <option value="1">ma</option> - <option value="2">ti</option> - <option value="3">ke</option> - <option value="4">to</option> - <option value="5">pe</option> - <option value="6" disabled>la</option> - <option value="0" disabled>su</option> + <option value="0">ma</option> + <option value="1">ti</option> + <option value="2">ke</option> + <option value="3">to</option> + <option value="4">pe</option> + <option value="5" disabled>la</option> + <option value="6" disabled>su</option> </select> <br> <input type="submit" id="send" class="highlight" value="Löydä vuoro"> |