Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
5f0e073cfa
@ -2321,20 +2321,20 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
||||
.onoffswitch-inner:before {
|
||||
content: attr(data-on);
|
||||
padding-right: 21px;
|
||||
background-color: #EEEEEE;
|
||||
background-color: $item_colour;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.onoffswitch-inner:after {
|
||||
content: attr(data-off);
|
||||
padding-left: 21px;
|
||||
background-color: #EEEEEE; color: #999999;
|
||||
background-color: $item_colour; color: #ccc;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.onoffswitch-switch {
|
||||
display: block; width: 15px; margin:4px;
|
||||
background: #A1A1A1;
|
||||
background: #ccc;
|
||||
border-radius: 10px;
|
||||
position: absolute; top: 0; bottom: 0; right: 36px;
|
||||
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
|
||||
|
Reference in New Issue
Block a user