diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-08-05 02:07:23 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-08-05 02:07:23 -0400 |
commit | 8b05c0bd8be75b8aacd77a44aa09ed22611ce785 (patch) | |
tree | 87e8377aa2d5b10268f91f6b6de255f8589f573b /spacelab/bootstrap.css | |
parent | 651130d78ddef70a0fd39251444da7c6c0c02c39 (diff) |
spacelab: remove text-shadow on btn-link
Diffstat (limited to 'spacelab/bootstrap.css')
-rw-r--r-- | spacelab/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |