Bug #8307
Style des liens désactivés ne plait pas à Pierre
Start date:
22 September 2015
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
Description
De #7773:
- L'effet d'ombre derrière les liens grisés (Supprimer, Modifier la
description, Gestionnaires) : même si j'apprécie l'effort, ça nuit à la
lisibilité un peu et à l'esthétique surtout (parce que c'est vraiment
différent du reste du thème qui est très "à plat" pour le reste).
History
Updated by Frédéric Péters over 7 years ago
- Assignee set to Frédéric Péters
Il y a une URL où je peux voir ça ?
Updated by Benjamin Dauvergne over 7 years ago
Oeuf corse, https://cresson.entrouvert.org/manage/roles/19/
Updated by Frédéric Péters over 7 years ago
- Project changed from Gadjo to Authentic 2
This is actually in a css file from authentic.
a.disabled { color: grey; text-decoration: none; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
Updated by Frédéric Péters over 7 years ago
I would simply remove the whole a.disabled set from that file and use the native gadjo style (similar but no shadow).
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Solution déployée
- Assignee changed from Frédéric Péters to Benjamin Dauvergne
- Target version set to 2.2.0
commit 1ea33f6b1352eeb401678550fed4fbf749af408e Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Tue Sep 22 10:17:25 2015 +0200 manager: do not override disabled link styling from gadjo (#8280)