mirror of
https://github.com/vastxie/99AI.git
synced 2024-11-16 03:32:42 +08:00
2 lines
267 B
CSS
2 lines
267 B
CSS
.btn{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:4px 12px;background-color:#fff;opacity:.65;color:#f7a200;cursor:pointer;border-radius:3px}.btn:hover{opacity:.9}.disabled{cursor:not-allowed!important}.disabled:hover{opacity:.65!important}
|