diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-02-09 23:19:26 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-02-09 23:19:26 +0300 |
| commit | 70c0a8c2e020f30e1b9f5cd8de18e01c80e0a1c6 (patch) | |
| tree | 3a02272d5ae45ec6221b7c34096a832f5605c382 /css/utility.css | |
| parent | 3188e863b399446563c4952309f818c61bcfc079 (diff) | |
pass several image files used in notify messages to frontend as base64 to prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor.
Diffstat (limited to 'css/utility.css')
| -rw-r--r-- | css/utility.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/utility.css b/css/utility.css index 37d96e0c1..01aff091f 100644 --- a/css/utility.css +++ b/css/utility.css @@ -85,6 +85,7 @@ a:hover { top: -2px; right: -21px; line-height: 20px; + cursor : pointer; } .alert-success { |