changeset 481:259dd7eae46d

Make the show mode selector look nicer.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 10:49:33 +0200
parents 26033a4b754a
children e0fd4c7ae8fb
files admin.css
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin.css	Sat Dec 07 10:43:36 2013 +0200
+++ b/admin.css	Sat Dec 07 10:49:33 2013 +0200
@@ -32,6 +32,7 @@
 	display: inline-block;
 	color: green;
 	font-size: 2em;
+	margin-right: 0.15em;
 }
 
 #ctrlModeControls input[type="radio"]:checked + label:before {
@@ -42,6 +43,11 @@
 	font-size: 2em;
 }
 
+#ctrlModeControls input[type="radio"]:checked + label {
+	color: white;
+	font-weight: bold;
+}
+
 
 div.tabHeaders {
 	margin-top: 10pt;