From 4a89d1e08f19c86aaafdc42a92afde3f13a1c692 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 21 Nov 2013 22:50:01 +0100 Subject: Corrections CSS suite aux alternatives Unicode des icônes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284 Corrections de https://github.com/marienfressinaud/FreshRSS/commit/305f1436e3ca2907e5234ed77f62348cf4303b79 --- public/themes/default/freshrss.css | 6 +++--- public/themes/flat-design/freshrss.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'public') diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 5b9575c6a..7f57cd51b 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -330,11 +330,11 @@ color: #666; cursor: pointer; } - .item.link { + .link { width: 40px; text-align: center; } - .item.link a { + .link a { display: inline-block; width: 40px; height: 40px; @@ -342,7 +342,7 @@ background: url("../icons/link.svg") center center no-repeat; vertical-align: middle; } - .item.link a:hover { + .link a:hover { text-decoration: none; } diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index bf7565647..fd0cf5b00 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -309,11 +309,11 @@ body { color: #666; cursor: pointer; } - .item.link { + .link { width: 40px; text-align: center; } - .item.link a { + .link a { display: inline-block; width: 40px; height: 40px; @@ -321,7 +321,7 @@ body { background: url("../icons/link.svg") center center no-repeat; vertical-align: middle; } - .item.link a:hover { + .link a:hover { text-decoration: none; } -- cgit v1.2.3