index.css 209 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 .zui-button { background-color: #FCD404; color: #FFF; padding: 5px 15px; font-size: 14px; cursor: pointer; transition: background-color 300ms; } .zui-button:active { background-color: #d6ab00; }