# HG changeset patch # User Markus Kottlaender # Date 1554392057 -7200 # Node ID 988cfa4c5aac39877982150c21ba33673b6bc16d # Parent ecb1e34157a3b33dc4073217ae80e812b349b216 client: changed tooltip style diff -r ecb1e34157a3 -r 988cfa4c5aac client/src/assets/tooltip.scss --- a/client/src/assets/tooltip.scss Thu Apr 04 16:25:02 2019 +0200 +++ b/client/src/assets/tooltip.scss Thu Apr 04 17:34:17 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);