From ec1ab1285f5827c3c2a2f5ae14ba5e15173bc2b6 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sat, 22 Nov 2014 16:30:15 +0200 Subject: [PATCH] Remove text-shadow from CSS. This is a no-longer needed leftover and seems to cause some problems. https://bugzilla.gnome.org/show_bug.cgi?id=740527 --- TODO | 1 + data/ui/gaupol.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index bf2859e8..1227eccb 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ Gaupol 0.27.1 [X] Center tab labels [X] Fix bookmarks not being cleared when a file with bookmarks is closed (#740481) + [X] Remove buggy text-shadow use from CSS (#740527) Gaupol 1.0 ========== diff --git a/data/ui/gaupol.css b/data/ui/gaupol.css index 6bebe030..c9021cb9 100644 --- a/data/ui/gaupol.css +++ b/data/ui/gaupol.css @@ -4,7 +4,6 @@ border-top-right-radius: 5px; color: #ffffff; padding: 4px 9px 4px 4px; - text-shadow: 1px 1px black; } #gaupol-tab-close-button {