diff options
| -rw-r--r-- | res/client/css/partials/buttons.scss | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/res/client/css/partials/buttons.scss b/res/client/css/partials/buttons.scss index 19a52a0d..d3bd5e67 100644 --- a/res/client/css/partials/buttons.scss +++ b/res/client/css/partials/buttons.scss @@ -38,4 +38,20 @@ #btn-logout:hover { opacity: 0.7; cursor: pointer; -}
\ No newline at end of file +} + +#btn_rzdoc__new { + background: url('../img/rzdoc-new.png'); + background-position: center; + background-repeat: no-repeat; + background-size: $icon-height; + width: 32px; +} + +#btn_rzdoc__open { + background: url('../img/rzdoc-open.png'); + background-position: center; + background-repeat: no-repeat; + background-size: $icon-height; + width: 32px; +} |
