From 8b05c0bd8be75b8aacd77a44aa09ed22611ce785 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 5 Aug 2015 02:07:23 -0400 Subject: spacelab: remove text-shadow on btn-link --- spacelab/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spacelab/bootstrap.css') diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css index 8f263af0..abe53e1d 100644 --- a/spacelab/bootstrap.css +++ b/spacelab/bootstrap.css @@ -6987,6 +6987,9 @@ button.close { filter: none; border: 1px solid #860100; } +.btn-link { + text-shadow: none; +} .btn:active, .btn.active { background-image: none; -- cgit v1.2.3