Commit e39ec0c6 authored by Sven Franck's avatar Sven Franck

css: updated background colors

parent af2ef0e9
...@@ -572,7 +572,7 @@ html body div.ui-content div.ui-controlbar a.light:active, ...@@ -572,7 +572,7 @@ html body div.ui-content div.ui-controlbar a.light:active,
html body div.ui-content div.ui-controlbar a.light.ui-btn-active { html body div.ui-content div.ui-controlbar a.light.ui-btn-active {
color: #000; color: #000;
} }
html body .ui-listview li.vert { html body div.ui-content .vert {
background-color: #79AC21; background-color: #79AC21;
} }
html body div.ui-content div.ui-controlbar a.vert.light, html body div.ui-content div.ui-controlbar a.vert.light,
...@@ -584,7 +584,7 @@ html body div.ui-content div.ui-controlbar a.vert.light.ui-btn-active { ...@@ -584,7 +584,7 @@ html body div.ui-content div.ui-controlbar a.vert.light.ui-btn-active {
.rose.background { .rose.background {
background: url("../img/bg-offre02.png") no-repeat scroll center 40px / 70px auto #B01B99; background: url("../img/bg-offre02.png") no-repeat scroll center 40px / 70px auto #B01B99;
} }
html body .ui-listview li.rose { html body div.ui-content .rose {
background-color: #B01B99; background-color: #B01B99;
} }
html body div.ui-content div.ui-controlbar a.rose.light, html body div.ui-content div.ui-controlbar a.rose.light,
...@@ -597,7 +597,7 @@ html body div.ui-content div.ui-controlbar a.rose.light.ui-btn-active ...@@ -597,7 +597,7 @@ html body div.ui-content div.ui-controlbar a.rose.light.ui-btn-active
.bleu.background { .bleu.background {
background: url("../img/bg-offre03.png") no-repeat scroll center 40px / 80px auto #2296C9; background: url("../img/bg-offre03.png") no-repeat scroll center 40px / 80px auto #2296C9;
} }
html body .ui-listview li.bleu { html body div.ui-content .bleu {
background-color: #2296C9; background-color: #2296C9;
} }
html body div.ui-content div.ui-controlbar a.bleu.light, html body div.ui-content div.ui-controlbar a.bleu.light,
...@@ -609,7 +609,7 @@ html body div.ui-content div.ui-controlbar a.bleu.light.ui-btn-active { ...@@ -609,7 +609,7 @@ html body div.ui-content div.ui-controlbar a.bleu.light.ui-btn-active {
.violet.background { .violet.background {
background: url("../img/bg-offre01.png") no-repeat scroll center 35px / 50px auto #7B40B8; background: url("../img/bg-offre01.png") no-repeat scroll center 35px / 50px auto #7B40B8;
} }
html body .ui-listview li.violet { html body div.ui-content .violet {
background-color: #7B40B8; background-color: #7B40B8;
color: #fff; color: #fff;
} }
...@@ -629,7 +629,7 @@ html body div.ui-content div.ui-controlbar a.violet.light.ui-btn-active { ...@@ -629,7 +629,7 @@ html body div.ui-content div.ui-controlbar a.violet.light.ui-btn-active {
.rouge.background { .rouge.background {
background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 30px / 70px auto #EB5757; background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 30px / 70px auto #EB5757;
} }
html body .ui-listview li.rouge { html body div.ui-content .rouge {
background-color: #EB5757; background-color: #EB5757;
} }
html body div.ui-content div.ui-controlbar a.rouge.light, html body div.ui-content div.ui-controlbar a.rouge.light,
......
Markdown is supported
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