diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-23 17:10:03 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-01 22:22:22 +0300 |
| commit | 35dd0ae11fce01180548952216cdd76de17d58b3 (patch) | |
| tree | 3a4cf570e83e4abb408aea9620f491b51a8034b4 | |
| parent | 52ae94fc97289980fb8c1eb9180503df17959dce (diff) | |
[style] btn_rzdoc__open, btn_rzdoc__new
| -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; +} |
