MaMaKow / dienstplan-apotheke

Ein Programm zur umfassenden Führung eines Dienstplanes für Apotheken.
GNU Affero General Public License v3.0
12 stars 2 forks source link

spacing in tag-in.php #9

Closed MaMaKow closed 7 years ago

MaMaKow commented 8 years ago

When using Chromium (Version 51.0.2704.79 Ubuntu 14.04) as a browser, the size (height) of a row increases on hover. This is caused by the change in padding. It makes the table flicker. ` input[type="time"] {

border-top: initial;
border-left: 3px dotted #FEFEFF;
border-right: 3px dotted #FEFEFF;
border-bottom: 3px dotted #FEFEFF;

} input[type="time"]:hover { border: 3px dotted #BDE682; } `

This flickering does not appear in Firefox 48.0. However, in Firefox the size of the input fields is too small for the prefilled data values (hh:mm).

MaMaKow commented 7 years ago

Firefox and Chrome are fixed by themselves. Edge still flickers.