Easier to read readonly inputs.
authorCMDR furrycat <elite@furrycat.net>
Sun, 24 Jan 2016 18:50:24 +0000 (13:50 -0500)
committerCMDR furrycat <elite@furrycat.net>
Sun, 24 Jan 2016 18:50:24 +0000 (13:50 -0500)
style.css

index 2eb50b7..69d791a 100644 (file)
--- 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; }