aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less11
1 files changed, 7 insertions, 4 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 204b1269e..e9ec87ec7 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -192,18 +192,21 @@ input[type="submit"].btn {
// --------------------------------------------------
// Make a button look and behave like a link
-.btn-link {
+.btn-link,
+.btn-link:active {
background-color: transparent;
background-image: none;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+.btn-link {
border-color: transparent;
cursor: pointer;
color: @linkColor;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
}
.btn-link:hover {
color: @linkColorHover;