From 82c80a24b229fabf0ddd86e26a7f6762f45ee190 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 27 Jul 2014 12:38:20 +0100 Subject: [PATCH] Tooltips now blue to stand out more Were going a little unnoticed by users previously --- lib/settings-screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings-screen.css b/lib/settings-screen.css index ad66e58..435e353 100644 --- a/lib/settings-screen.css +++ b/lib/settings-screen.css @@ -42,5 +42,5 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} -moz-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); } -.settings .info {font-size: 10px; color: #bbb; cursor: help} +.settings .info {font-size: 10px; color: rgba(0,198,255,0.7); cursor: help} .settings .update {position: absolute; bottom: 0; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); opacity: 0.1; cursor: pointer} \ No newline at end of file