From 305f1436e3ca2907e5234ed77f62348cf4303b79 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 21 Nov 2013 22:23:23 +0100 Subject: Accessibilité : Quelques alternative Unicode aux icônes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FreshRSS est maintenant utilisable en bonne partie sans CSS. Ce patch inclut un caractère Unicode approprié en plus de certaines icônes définies en tant qu'image en CSS. Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284 Il manque encore certaines icônes, et les alternatives Unicode ne sont pour l'instant pas montrées si la CSS est chargée mais que les images ne le sont pas. --- public/themes/default/global.css | 3 ++- public/themes/flat-design/global.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'public/themes') diff --git a/public/themes/default/global.css b/public/themes/default/global.css index 94c11b957..d4de7df50 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -477,8 +477,9 @@ input, select, textarea { color: #844; } -/* ICONES */ +/* ICÔNES */ .icon { + font-size: 0; display: inline-block; width: 16px; height: 16px; diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css index 1952cc097..87c4ace6f 100644 --- a/public/themes/flat-design/global.css +++ b/public/themes/flat-design/global.css @@ -469,8 +469,9 @@ input, select, textarea { color: #844; } -/* ICONES */ +/* ICÔNES */ .icon { + font-size: 0; display: inline-block; width: 16px; height: 16px; -- cgit v1.2.3