diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-05 10:40:52 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-05 10:40:55 +0300 |
| commit | e5539f20f77ec20979835271a72bd4fce6ed21cb (patch) | |
| tree | 31856bbf160f50c101fdf5364c3822b4510d5f31 /res/client/css/partials | |
| parent | 1726f89f4a8f5af68995f9598a120501e83f6645 (diff) | |
Quick fix of new and open file icons
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/buttons.scss | 2 |
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; } |
