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/tt-rss.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/tt-rss.css')
| -rw-r--r-- | css/tt-rss.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css index ccfedd607..6476d705e 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -180,8 +180,8 @@ a:hover { width : 100%; } -#notify span.close { - text-align : right; +#notify img.close { + cursor : pointer; } #notify span { @@ -312,6 +312,7 @@ div.filterTestHolder { top: -2px; right: -21px; line-height: 20px; + cursor : pointer; } .alert-success { |