From 9295d1d9410989ef551aaacc4ff7e8f42b4d5180 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Wed, 27 Mar 2013 23:35:56 +0100 Subject: [PATCH] remove event titles text shadow: looks ugly if the text is black --- src/common/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/common.css b/src/common/common.css index 687acf1..3195b99 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -143,7 +143,6 @@ border: 1px solid #3a87ad; /* default BORDER color */ background-color: #3a87ad; /* default BACKGROUND color */ color: #fff; /* default TEXT color */ - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); font-size: .85em; cursor: default; }