summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-04-05 10:40:52 +0300
committergarbash <dor.garbash@gmail.com>2015-04-05 10:40:55 +0300
commite5539f20f77ec20979835271a72bd4fce6ed21cb (patch)
tree31856bbf160f50c101fdf5364c3822b4510d5f31 /res/client/css/partials
parent1726f89f4a8f5af68995f9598a120501e83f6645 (diff)
Quick fix of new and open file icons
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/partials/buttons.scss b/res/client/css/partials/buttons.scss
index d3bd5e67..6ac0b834 100644
--- a/res/client/css/partials/buttons.scss
+++ b/res/client/css/partials/buttons.scss
@@ -52,6 +52,6 @@
background: url('../img/rzdoc-open.png');
background-position: center;
background-repeat: no-repeat;
- background-size: $icon-height;
+ background-size: $icon-width;
width: 32px;
}