Skip to content
Snippets Groups Projects
Commit 56e96522 authored by llaffont's avatar llaffont
Browse files

Accessibilité: cadre des boutons reste visible

git-svn-id: http://afi-forge.afi-sa.fr/svn/opacce/trunk@2766 e3cc70dd-a52f-4065-8a26-0e09943c8c5c
parent 009ffafe
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ Sauf indiqué, cette procédure prends en compte par défaut les distributions G
Désactivez le module negotiation qui pose problème avec Zend Framework sur les urls index/index:
a2dismod negotition
a2dismod negotiation
Dans /etc/php5/apache2/php.ini (ArchLinux: /etc/php/php.ini), configurer les variables suivantes:
......
......@@ -23,6 +23,7 @@ div#open_accessibility {
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='url'] {
border: 1px solid white !important;
}
\ No newline at end of file
......@@ -5,9 +5,9 @@ body {
}
body * {
color: navy !important;
background-image: none !important;
background-color: #FCF175 !important;
color: navy !important;
}
div#open_accessibility {
......@@ -16,7 +16,10 @@ div#open_accessibility {
input[type='text'],
input[type='submit'],
input[type='password'],
input[type='url'] {
border: 1px solid navy !important;
background-image: inherit !important;
background-color: inherit !important;
}
\ No newline at end of file
......@@ -18,6 +18,7 @@ div#open_accessibility {
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='url'] {
border: 1px solid black !important;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment