changeset 73:5e98fe999fac

Adjust language selector CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Sep 2016 17:31:49 +0300
parents 5b98bb08d0d0
children f2ba5a9f0aa8
files basic.css
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Wed Sep 14 16:57:25 2016 +0300
+++ b/basic.css	Wed Sep 14 17:31:49 2016 +0300
@@ -245,8 +245,9 @@
 	position: absolute;
 	right: 1.5em;
 	top: 2em;
-	background: rgba(0,0,0,0.2);
+	background: black;
 	border: 2px solid rgba(255,255,255,0.2);
-	border-radius: 0.3em;
-	padding: 0.25em;
+	border-radius: 0.35em;
+	padding: 0.35em;
+	z-index: 50;
 }