diff options
author | Giovane Liberato <giovaneliberato@gmail.com> | 2015-11-13 16:07:39 -0200 |
---|---|---|
committer | Giovane Liberato <giovaneliberato@gmail.com> | 2015-11-13 16:07:39 -0200 |
commit | c915f6b744769cd87cc284fb0d7d89bc51ae62df (patch) | |
tree | def0ffb3c12e61412da9eff8063f83ef2c002def /web-ui/app/scss | |
parent | b7ff48dca546c97f78fb98ca83afd6c9684f2612 (diff) | |
parent | de1e3408cc7d8a4beff703944c3659aeb9032fd2 (diff) |
Merge pull request #521 from rdoh/remove_save_draft_button
merge "remove save draft button, related css and js"
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 7b1a2ec3..ce9f2300 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -509,7 +509,7 @@ button { i { margin-left: 5px; } - &#trash-button, &#draft-button { + &#trash-button { background: #FFF; border: 1px solid #999; color: #999; |