From 74986d1ac6e5d0433bff460aa2b0d1757c75f4b4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Feb 2021 15:49:32 +0300 Subject: shorten pref tab names; make log-alert clickable --- themes/compact.css | 1 + themes/compact_night.css | 1 + themes/light.css | 1 + themes/light/tt-rss.less | 1 + themes/night.css | 1 + themes/night_blue.css | 1 + 6 files changed, 6 insertions(+) (limited to 'themes') diff --git a/themes/compact.css b/themes/compact.css index 8dc12d92f..c3c953b0e 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -707,6 +707,7 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error { } body.ttrss_main #toolbar-frame #toolbar i.log-alert { color: #ddba1c; + cursor: pointer; } body.ttrss_main #toolbar-frame #toolbar i { margin: 0 4px; diff --git a/themes/compact_night.css b/themes/compact_night.css index 0777e0550..17d390895 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -707,6 +707,7 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error { } body.ttrss_main #toolbar-frame #toolbar i.log-alert { color: #ddba1c; + cursor: pointer; } body.ttrss_main #toolbar-frame #toolbar i { margin: 0 4px; diff --git a/themes/light.css b/themes/light.css index eba96e405..7d34794e4 100644 --- a/themes/light.css +++ b/themes/light.css @@ -707,6 +707,7 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error { } body.ttrss_main #toolbar-frame #toolbar i.log-alert { color: #ddba1c; + cursor: pointer; } body.ttrss_main #toolbar-frame #toolbar i { margin: 0 4px; diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index 835585fe6..65ec33bc3 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -826,6 +826,7 @@ body.ttrss_main { i.log-alert { color : #ddba1c; + cursor : pointer; } i { diff --git a/themes/night.css b/themes/night.css index f15b73d85..880cfe001 100644 --- a/themes/night.css +++ b/themes/night.css @@ -708,6 +708,7 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error { } body.ttrss_main #toolbar-frame #toolbar i.log-alert { color: #ddba1c; + cursor: pointer; } body.ttrss_main #toolbar-frame #toolbar i { margin: 0 4px; diff --git a/themes/night_blue.css b/themes/night_blue.css index f7e81386d..49c9b15c4 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -708,6 +708,7 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error { } body.ttrss_main #toolbar-frame #toolbar i.log-alert { color: #ddba1c; + cursor: pointer; } body.ttrss_main #toolbar-frame #toolbar i { margin: 0 4px; -- cgit v1.2.3