From b37bc6b1a519633cd320eae8ce0d9d7525367395 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Fri, 21 Nov 2014 16:58:22 -0600 Subject: [PATCH] Fix obnoxious link colors in tables on cyborg theme --- www/css/themes/cyborg.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/css/themes/cyborg.css b/www/css/themes/cyborg.css index 0a8dbea2..185ce301 100644 --- a/www/css/themes/cyborg.css +++ b/www/css/themes/cyborg.css @@ -6350,11 +6350,6 @@ table, .table { color: #fff; } -table a:not(.btn), -.table a:not(.btn) { - color: #fff; - text-decoration: underline; -} table .dropdown-menu a, .table .dropdown-menu a { text-decoration: none;