changeset 1266:c7db47e5f71d

adjusted button inverted color
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 13:53:38 +0100
parents ace4644bfe79
children 29036b3916ab
files client/src/toolbar/Toolbar.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/toolbar/Toolbar.vue	Wed Nov 21 13:47:01 2018 +0100
+++ b/client/src/toolbar/Toolbar.vue	Wed Nov 21 13:53:38 2018 +0100
@@ -40,7 +40,7 @@
   z-index: 2
   pointer-events: auto
   .inverted
-    color: #07f
+    color: #17a2b8
   .grey
     color: #ddd
 </style>