diff options
| author | 2013-11-21 22:23:23 +0100 | |
|---|---|---|
| committer | 2013-11-21 22:23:23 +0100 | |
| commit | 305f1436e3ca2907e5234ed77f62348cf4303b79 (patch) | |
| tree | 9bdc331f401b343e9a9a27949924588ce838365b /public/themes | |
| parent | 50f3b27eb9d15369c6e64ac5140db1b0a90e681d (diff) | |
Accessibilité : Quelques alternative Unicode aux icônes
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.
Diffstat (limited to 'public/themes')
| -rw-r--r-- | public/themes/default/global.css | 3 | ||||
| -rw-r--r-- | public/themes/flat-design/global.css | 3 |
2 files changed, 4 insertions, 2 deletions
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; |
