This commit is contained in:
friendica 2015-03-04 11:21:45 -08:00
commit 5f0e073cfa

View File

@ -2321,20 +2321,20 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
.onoffswitch-inner:before { .onoffswitch-inner:before {
content: attr(data-on); content: attr(data-on);
padding-right: 21px; padding-right: 21px;
background-color: #EEEEEE; background-color: $item_colour;
text-align: right; text-align: right;
} }
.onoffswitch-inner:after { .onoffswitch-inner:after {
content: attr(data-off); content: attr(data-off);
padding-left: 21px; padding-left: 21px;
background-color: #EEEEEE; color: #999999; background-color: $item_colour; color: #ccc;
text-align: left; text-align: left;
} }
.onoffswitch-switch { .onoffswitch-switch {
display: block; width: 15px; margin:4px; display: block; width: 15px; margin:4px;
background: #A1A1A1; background: #ccc;
border-radius: 10px; border-radius: 10px;
position: absolute; top: 0; bottom: 0; right: 36px; position: absolute; top: 0; bottom: 0; right: 36px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;