Skip to content
Snippets Groups Projects
Commit 16e3012a authored by gloas's avatar gloas
Browse files

Maj accessibilité: les balises a et article garde leur background-image

parent 6793efa3
Branches
Tags
No related merge requests found
body {
background-image: none !important;
background-color: #000 !important;
color: #EEE;
background-image: none !important;
background-color: #000 !important;
color: #EEE;
}
body *:not(article):not(a):not(header):not(.evenement_toggle_content){
background-image: none !important;
background-color: #000 !important;
}
body * {
background-image: none !important;
background-color: #000 !important;
color: #EEE !important;
color: #EEE !important;
}
ul.ui-selectable li.ui-widget-content {
background: none;
background-color: #000;
color: #EEE;
background: none;
background-color: #000;
color: #EEE;
}
div#open_accessibility {
background-image: url(../images/accessibilite.png) !important;
background:#EEE url(../images/accessibilite.png) !important;
}
......@@ -25,5 +28,5 @@ input[type='text'],
input[type='password'],
input[type='submit'],
input[type='url'] {
border: 1px solid white !important;
border: 1px solid white !important;
}
\ No newline at end of file
body {
background-image: none !important;
background-color: #FCF175 !important;
color: navy;
background-image: none !important;
background-color: #FCF175 !important;
color: navy;
}
body *:not(article):not(a):not(header):not(.evenement_toggle_content){
background-image: none !important;
background-color: #FCF175 !important;
}
body * {
color: navy !important;
background-image: none !important;
background-color: #FCF175 !important;
color: navy !important;
}
div#open_accessibility {
background-image: url(../images/accessibilite.png) !important;
background-image: url(../images/accessibilite.png) !important;
}
......@@ -19,7 +22,7 @@ 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;
border: 1px solid navy !important;
background-image: inherit !important;
background-color: inherit !important;
}
\ No newline at end of file
body {
background-image: none !important;
background-color: #FFF !important;
color: #000;
background-image: none !important;
background-color: #FFF !important;
color: #000;
}
body *:not(article):not(a):not(header):not(.evenement_toggle_content) {
background-image: none !important;
background-color: #FFF !important;
color: #000 !important;
}
body * {
background-image: none !important;
background-color: #FFF !important;
color: #000 !important;
color: #000 !important;
}
div#open_accessibility {
background-image: url(../images/accessibilite.png) !important;
background-image: url(../images/accessibilite.png) !important;
}
......@@ -20,5 +25,5 @@ input[type='text'],
input[type='password'],
input[type='submit'],
input[type='url'] {
border: 1px solid black !important;
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