From 70c0a8c2e020f30e1b9f5cd8de18e01c80e0a1c6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Feb 2017 23:19:26 +0300 Subject: 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. --- css/tt-rss.css | 5 +++-- css/utility.css | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'css') 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 { 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 { -- cgit v1.2.3-54-g00ecf