2016-04-07 3 views

Antwort

0

verwenden diese Regel, um benutzerdefinierte der Bar:

md-switch ._md-bar { 
    left: 1px; 
    width: 66px; 
    top: 5px; 
    height: 14px; 
    border-radius: 8px; 
    position: absolute; 
} 

und diese Regeln um den Kreis costum:

md-switch ._md-thumb { 
    position: absolute; 
    margin: 0; 
    left: 0; 
    top: 0; 
    outline: none; 
    height: 20px; 
    width: 20px; 
    border-radius: 50%; 
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 
} 

LIVE DEMO