shift
This commit is contained in:
parent
820f2ce923
commit
840d45cede
1 changed files with 2 additions and 2 deletions
|
@ -37,14 +37,14 @@ font-size: 1.1em;
|
||||||
}
|
}
|
||||||
.tab_content {
|
.tab_content {
|
||||||
display: none;
|
display: none;
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
}
|
}
|
||||||
input:checked ~ label {
|
input:checked ~ label {
|
||||||
background: linear-gradient(rgba(128,128,128,1), rgba(128,128,128,0));
|
background: linear-gradient(rgba(128,128,128,1), rgba(128,128,128,0));
|
||||||
}
|
}
|
||||||
input:checked ~ label ~ .tab_content {
|
input:checked ~ label ~ .tab_content {
|
||||||
display: block;
|
display: block;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue