Skip to content
Extraits de code Groupes Projets
Valider 2008bfa2 rédigé par Nicole Stallinger's avatar Nicole Stallinger
Parcourir les fichiers

Solid focus line- improved accessibility :D

parent 2da1d5d0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
body, img {
body {
:focus {
outline: #444 solid 2px;
outline: 0;
-moz-box-shadow: inset 0 0 0 2px @theme-color-background-highContrast;
-webkit-box-shadow: inset 0 0 0 2px @theme-color-background-highContrast;
box-shadow: inset 0 0 0 2px @theme-color-background-highContrast;
border-radius: 2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
}
#logo {
width: auto;
}
#header {
padding: 0 15px;
background-color: @theme-color-background-base;
......@@ -274,7 +277,6 @@
&.sfActive {
.item {
color: @theme-color-menu-contrast-textSelected;
background-color: @theme-color-background-base;
decoration: none;
}
......
<span id="logo">
<a href="index.php" title="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik # {{ 'General_OpenSourceWebAnalytics'|translate }}" tabindex="3">
<a href="index.php" tabindex="-1" title="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik # {{ 'General_OpenSourceWebAnalytics'|translate }}">
{% if hasSVGLogo %}
<img src='{{ logoSVG }}' alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik" class="ie-hide {% if not isCustomLogo %}default-piwik-logo{% endif %}" />
<img src='{{ logoSVG }}' tabindex="3" alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik" class="ie-hide {% if not isCustomLogo %}default-piwik-logo{% endif %}" />
<!--[if lt IE 9]>
{% endif %}
<img src='{{ logoHeader }}' alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik" />
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter