togglelink für content
This commit is contained in:
parent
ca5760c2ba
commit
5584fcd5ad
1 changed files with 22 additions and 17 deletions
|
@ -15,25 +15,30 @@
|
||||||
left: -2rem;
|
left: -2rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
width: 2rem;
|
a {
|
||||||
height: 3.1rem;
|
display: block;
|
||||||
background-color: #F6F6F6;
|
width: 2rem;
|
||||||
border: solid 1px @color-border;
|
height: 3.1rem;
|
||||||
border-radius: 2px 0 0 2px;
|
background-color: #F6F6F6;
|
||||||
text-align: center;
|
border: solid 1px @color-border;
|
||||||
padding-top: .9em;
|
border-radius: 2px 0 0 2px;
|
||||||
transition: @transition color, @transition background-color, @transition border-color;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus,
|
|
||||||
&:active {
|
|
||||||
background-color: @button_background;
|
|
||||||
border-color: @button_background;
|
|
||||||
color: @button_color;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: .9em;
|
||||||
|
transition: @transition color, @transition background-color, @transition border-color;
|
||||||
|
|
||||||
* {
|
&:hover,
|
||||||
color: inherit;
|
&:focus,
|
||||||
|
&:active {
|
||||||
|
background-color: @button_background;
|
||||||
|
border-color: @button_background;
|
||||||
|
color: @button_color;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue