summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-07-02 02:28:48 -0400
committerThomas Park <thomas@thomaspark.me>2014-07-02 02:28:48 -0400
commit81d021b33027f571f4200ba7170e3111e919e2d3 (patch)
tree23a9f6c6fb9ea69d4acb1ae57a59a99e3f260a47 /flatly/bootstrap.css
parentfd47406db9a1af4e384770c2f1259089b1950876 (diff)
remove underline on buttons in tables, closes #267
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index b7a21e83..1d9b073e 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -6213,8 +6213,8 @@ button.close {
.text-info:hover {
color: #3498db;
}
-table a,
-.table a {
+table a:not(.btn),
+.table a:not(.btn) {
text-decoration: underline;
}
table .success,