Skip to content
Snippets Groups Projects
Commit ddc1d460 authored by Rachel TORCHET's avatar Rachel TORCHET
Browse files

update css file

Former-commit-id: 3133f0a423436d03b5c8cb840c08426595177fd0
parent b393c6f9
No related branches found
No related tags found
No related merge requests found
...@@ -890,6 +890,49 @@ body { ...@@ -890,6 +890,49 @@ body {
flex-wrap: wrap; flex-wrap: wrap;
} }
.imageBack_Stab_Hetero2-merAB input {
display:none;
}
.imageBack_Stab_Hetero2-merAB label span{
display: inline-block;
width: 180px;
text-align: center;
border: 1px solid #8D8888;
background-color: #FFFFFF;
background-image: url('/static/images/PPITypes/Stabilized/Hetero2-merAB_Apo.png');
background-position: center;
background-repeat: no-repeat;
height: 180px;
font-size: 12px;
}
.imageBack_Stab_Hetero2-merAB input:hover+label span{
cursor: pointer;
background-color: #FFFFFF;
background-image: url('/static/images/PPITypes/Stabilized/Hetero2-merAB_Holo.png');
background-position: center;
background-repeat: no-repeat;
color: #000000;
border-bottom: 1px solid #2D96FA;
border-top: 1px solid #E3E9EB;
border-left: 1px solid #E3E9EB;
border-right: 1px solid #E3E9EB;
}
.imageBack_Stab_Hetero2-merAB input[type="radio"]:checked+label span{
background-color: #FFFFFF;
background-image: url('/static/images/PPITypes/Stabilized/Hetero2-merAB_Holo.png');
background-position: center;
background-repeat: no-repeat;
color: #000000;
border-bottom: 1px solid #2D96FA;
border-top: 1px solid #E3E9EB;
border-left: 1px solid #E3E9EB;
border-right: 1px solid #E3E9EB;
}
.imageBack_Stab_Customyourown input { .imageBack_Stab_Customyourown input {
display:none; display:none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment