From: CMDR furrycat Date: Sun, 24 Jan 2016 18:50:24 +0000 (-0500) Subject: Easier to read readonly inputs. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=6eb8f51f2aeb2309b5b0a3df271f9ede56e37b77;p=furrycat%2Frace-o-matic.git Easier to read readonly inputs. --- diff --git a/style.css b/style.css index 2eb50b7..69d791a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ #laps th, #laps td { padding-left: 1em; } #laps label:nth-child(even) { padding-top: 0.5em; padding-bottom: 0.5em; background-color: rgba(128, 128, 128, 0.1); } #laps p[class*='order']:after { background-image: url(images/locked.gif); background-position: left center; position: relative; padding-left: 16px; background-repeat: no-repeat; content: ""; } +#laps input:disabled { background-color: transparent; color: black; } th { text-align: left; } th:nth-child(n+2),td:nth-child(n+2) { text-align: center; } #stats td:nth-child(n+1) { text-align: left; }