diff client/src/components/Topbar.vue @ 556:09d8e5483851

fix: Layout for users and user details edited User's role is now rendered as icon sizing flaws removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Sep 2018 14:21:31 +0200
parents f66116b3a249
children fb5d9d5ff320
line wrap: on
line diff
--- a/client/src/components/Topbar.vue	Mon Sep 03 12:57:33 2018 +0200
+++ b/client/src/components/Topbar.vue	Mon Sep 03 14:21:31 2018 +0200
@@ -29,7 +29,9 @@
   background-color: white;
   z-index: 100;
 }
-
+.menubutton {
+  cursor: pointer;
+}
 .searchcontainer {
   margin-left: auto;
 }