diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-03 12:14:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-03 12:14:08 +0300 |
| commit | 8af1fbcd8e9b3b20afe1f6aee3f68add0262421a (patch) | |
| tree | 7be0de676a017730cfa2a14dfbbd4608e601eb30 /res/client/css/partials | |
| parent | bd2cc2edefd7c0b933cdac16e592952d7e987b4f (diff) | |
client: new doc: add error message. fixes #534
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/toolbar__cmd.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/client/css/partials/toolbar__cmd.scss b/res/client/css/partials/toolbar__cmd.scss index 2de103ff..b5f076bd 100644 --- a/res/client/css/partials/toolbar__cmd.scss +++ b/res/client/css/partials/toolbar__cmd.scss @@ -41,6 +41,11 @@ background-color: yellowgreen; } +#cmd_bar__rzdoc_new__submit_error { + color: red; + margin-left: 5px; +} + #cmd_bar__rzdoc_open { } |
