progress.css 1.36 KB
.app_progress li {
    padding: 0 30px;
    line-height: 40px;  
    background: #eee;  
    display: inline-block;   
    color: #fff;  
    position: relative;  
    color: black;
    cursor: pointer;
}
.app_progress li:hover {
    background-color: #1E9FFF;
    color: #fff;
} 

.app_progress li:hover:after {
    border-left-color: #1E9FFF;  
}
.app_progress li:after{  
    content: '';  
    display: block;  
    border-top: 20px solid #fff;  
    border-bottom: 20px solid #fff;
    border-left: 12px solid #eee;  
    position: absolute;   
    right:0;   
    top: 0;  
}
.active {
    background-color: #1E9FFF!important;
    color: #fff!important;
}
.app_progress li.active:after {  
    border-left-color: #1E9FFF;  
}
.selected {
    background-color: #009688!important;
    color: #fff!important;
}
.selected:hover {
    background-color: #009688!important;
}
.app_progress li.selected:after {  
    border-left-color: #009688;
}
.line {
    width: 25px;
    height: 0;
    display: inline-block;
    border-bottom: 2px dotted#dddddd;
    margin-bottom: 4px;
}

.next_button button {
    width: 140px;
    height: 42px;
    position: relative;
}
.next_button a {
    color: #ffffff;
    display: block;
    position: absolute;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    left: 0;
    top: 0;
}
.next_button a:hover {
    color: #ffffff;
}