changeset 294:c57b0b230452 usermanagement

style: Remove bootstrap standard lines
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 31 Jul 2018 13:50:47 +0200
parents 85b653d4380c
children 22deb76dff2c
files client/src/views/Users.vue
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/views/Users.vue	Tue Jul 31 13:36:40 2018 +0200
+++ b/client/src/views/Users.vue	Tue Jul 31 13:50:47 2018 +0200
@@ -56,6 +56,11 @@
 .shadow {
   box-shadow: $basic-shadow-light !important;
 }
+
+.table th,
+td {
+  border-top: 0px !important;
+}
 </style>
 
 <script>