diff options
author | Joas Schilling <coding@schilljs.com> | 2017-02-24 09:58:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 09:58:05 +0100 |
commit | 5e9a2c29b38b6dd3cdb2f95ed20f7e7eb2d2fb5d (patch) | |
tree | 602a52755cad76eda3eb8391454f8ccd0d6a4564 | |
parent | b26568133f00771ed92f22fd5d6d45c6e595e8bb (diff) | |
parent | 1d0710ce3f8e6c109013650bb264b90d9589550a (diff) | |
download | nextcloud-server-5e9a2c29b38b6dd3cdb2f95ed20f7e7eb2d2fb5d.tar.gz nextcloud-server-5e9a2c29b38b6dd3cdb2f95ed20f7e7eb2d2fb5d.zip |
Merge pull request #3603 from nextcloud/update-icon
Bring back checkmark icon on successful update
-rw-r--r-- | core/css/guest.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 7549eb265be..5a5935b4dcb 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -434,7 +434,7 @@ form #selectDbType label.ui-state-active { border-radius: 3px; cursor: default; } -.warning, { +.warning { padding: 5px; background: #fdd; margin: 0 7px 5px 4px; @@ -541,6 +541,9 @@ p.info { .icon-confirm-white { background-image: url('../img/actions/confirm-white.svg?v=2'); } +.icon-checkmark-white { + background-image: url('../img/actions/checkmark-white.svg?v=1'); +} /* Loading */ |