From 6eb8f51f2aeb2309b5b0a3df271f9ede56e37b77 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Sun, 24 Jan 2016 13:50:24 -0500 Subject: [PATCH] Easier to read readonly inputs. --- style.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.7.4