From 04ea76bb2fd28576487d3289d127718edbb3a48b Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 24 Nov 2017 11:02:38 +0100 Subject: [PATCH] beautified language switcher --- frontend/src/App.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 78c75e5..e403441 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -17,9 +17,12 @@
- - - + +
+ + + +
@@ -77,4 +80,12 @@ export default { -moz-border-radius: 3px; border-radius: 3px; } + + a, a:hover, a:focus, a:active{ + cursor: pointer; + } + + .lang-switcher{ + float: right; + }