From 0471d4bbdbdb40f06dd52726819cbccba98b32b8 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Wed, 19 Aug 2015 11:47:13 -0400 Subject: [PATCH] Tweaked text shadow on usability hints --- airtime_mvc/public/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index efc999591..cf3c31655 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -3589,7 +3589,7 @@ button.btn-icon-text > i.icon-white { background-color: #ff611f; color: white; font-size: 14px; - text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2); + text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); z-index: 99; /* Need to be above elements like the shows in the calendar! */ /*margin: 5px 10px;*/