# HG changeset patch # User Thomas Junk # Date 1554451485 -7200 # Node ID 149a8f81f99e2f44b038101ae70cce11772965d2 # Parent b92a8d088d8a2e490c73beb66fbfa3b36bb5aafb# Parent 78affd725ba528978e80da4fcce8a9e29daacafc merge with default diff -r b92a8d088d8a -r 149a8f81f99e client/public/index.html --- a/client/public/index.html Tue Apr 02 10:07:48 2019 +0200 +++ b/client/public/index.html Fri Apr 05 10:04:45 2019 +0200 @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later License-Filename: LICENSES/AGPL-3.0.txt - Copyright (C) 2018 by via donau + Copyright (C) 2018, 2019 by via donau – Österreichische Wasserstraßen-Gesellschaft mbH Software engineering by Intevation GmbH --> diff -r b92a8d088d8a -r 149a8f81f99e client/src/assets/application.scss --- a/client/src/assets/application.scss Tue Apr 02 10:07:48 2019 +0200 +++ b/client/src/assets/application.scss Fri Apr 05 10:04:45 2019 +0200 @@ -107,7 +107,6 @@ .box-control { display: inline-block; - margin-left: 3px; color: #888; padding: 3px 7px; border-radius: 0.25rem; @@ -205,10 +204,6 @@ font-size: 0.75rem; } -.empty { - margin-right: 1.25rem; -} - .truncate { white-space: nowrap; overflow: hidden; diff -r b92a8d088d8a -r 149a8f81f99e client/src/assets/tooltip.scss --- a/client/src/assets/tooltip.scss Tue Apr 02 10:07:48 2019 +0200 +++ b/client/src/assets/tooltip.scss Fri Apr 05 10:04:45 2019 +0200 @@ -17,10 +17,12 @@ } .tooltip .tooltip-inner { - background: black; - color: white; - border-radius: 16px; + background: white; + box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2); + color: #666; + border-radius: 0.25rem; padding: 5px 10px 4px; + font-size: 0.8rem; } .tooltip .tooltip-arrow { @@ -29,7 +31,7 @@ border-style: solid; position: absolute; margin: 5px; - border-color: black; + border-color: white; z-index: 1; } @@ -95,7 +97,7 @@ .tooltip.popover .popover-inner { background: #f9f9f9; - color: black; + color: white; padding: 24px; border-radius: 5px; box-shadow: 0 5px 30px rgba(black, 0.1); diff -r b92a8d088d8a -r 149a8f81f99e client/src/components/Bottlenecks.vue --- a/client/src/components/Bottlenecks.vue Tue Apr 02 10:07:48 2019 +0200 +++ b/client/src/components/Bottlenecks.vue Fri Apr 05 10:04:45 2019 +0200 @@ -47,31 +47,12 @@ }}
- - - - - + />