Changes

Jump to navigation Jump to search
no edit summary
Line 880: Line 880:
     box-shadow: inset 0 -3px 0 0 #565656 !important;
     box-shadow: inset 0 -3px 0 0 #565656 !important;
     border: 1px solid #565656 !important;
     border: 1px solid #565656 !important;
}
.btn.btn-neutral {
    color: #ffffff;
    background-color: #565656 !important;
    border-color: #697060;
    -webkit-transition: background-color 170ms ease-out, box-shadow 170ms ease-out;
    transition: background-color 170ms ease-out, box-shadow 170ms ease-out;
    box-shadow: inset 0 1px 0 0 #7e8673;
    text-shadow: 0 1px 0 #697060;
    position: relative;
}
}

Navigation menu