summaryrefslogtreecommitdiff
path: root/paper/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-06-02 21:26:49 -0400
committerThomas Park <thomas@thomaspark.co>2016-06-02 21:26:49 -0400
commita78dc3aed640a35914361b837ce24573a0515e19 (patch)
tree1dc773cc1aa66f8974b15fbf6db0ffe93385c4f8 /paper/bootswatch.less
parenta284443bbe74d878cd9c5565bd357b315318c265 (diff)
paper: fix button transition for chrome, closes #570
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r--paper/bootswatch.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less
index 6648c767..ad52083e 100644
--- a/paper/bootswatch.less
+++ b/paper/bootswatch.less
@@ -40,7 +40,7 @@
#btn(@class,@bg) {
.btn-@{class} {
- background-size: 200%;
+ background-size: 200% 200%;
background-position: 50%;
&:focus {
@@ -55,7 +55,7 @@
&:active {
background-color: darken(@bg, 12%);
#gradient > .radial(darken(@bg, 12%) 10%, @bg 11%);
- background-size: 1000%;
+ background-size: 1000% 1000%;
.box-shadow(2px 2px 4px rgba(0,0,0,.4));
}
}