Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
4936beb259
@ -2297,15 +2297,22 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.field.checkbox > div label {
|
||||||
|
display: block; overflow: hidden; cursor: pointer;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin:0px;
|
||||||
|
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
||||||
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||||
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||||
|
}
|
||||||
|
|
||||||
.field.checkbox:hover label {
|
.field.checkbox:hover label {
|
||||||
color: $link_colour;
|
color: $link_colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field.checkbox > div label {
|
.field.checkbox:hover > div label {
|
||||||
display: block; overflow: hidden; cursor: pointer;
|
border-color: $link_colour;
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin:0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.onoffswitch-inner {
|
.onoffswitch-inner {
|
||||||
|
Reference in New Issue
Block a user