From 3d748899cb120f3aa0b452f9914b59f29ce691b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ug=CC=A7is=20Ozols?= Date: Sat, 10 May 2014 10:09:11 +0300 Subject: [PATCH] Tooltip arrow also needs to be white. --- app/assets/stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 338e417..4b9bc0c 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -176,3 +176,7 @@ textarea:focus, input[type="text"]:focus, input[type="password"]:focus { color: #000000; background-color: #ffffff; } + +.tooltip.bottom .tooltip-arrow { + border-bottom-color: #ffffff; +}