Skip to content
Extraits de code Groupes Projets
Valider dd8f4f65 rédigé par Matthieu Aubry's avatar Matthieu Aubry
Parcourir les fichiers

Merge pull request #9600 from nstallinger/9578

Add border to outline currently focused element, when using app with keyboard
parents cf5456a9 76af8f96
Branches
Étiquettes
Aucune requête de fusion associée trouvée
body {
:focus {
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;
}
}
#header { #header {
padding: 0 15px; padding: 0 15px;
background-color: @theme-color-background-base; background-color: @theme-color-background-base;
...@@ -167,7 +179,7 @@ ...@@ -167,7 +179,7 @@
float: none; float: none;
display: inline-block; display: inline-block;
} }
.isPiwikDemo { .isPiwikDemo {
margin-top: 8px; margin-top: 8px;
} }
......
<span id="logo"> <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 %} {% 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]> <!--[if lt IE 9]>
{% endif %} {% endif %}
<img src='{{ logoHeader }}' alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik" /> <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.
Veuillez vous inscrire ou vous pour commenter