ui improvements

- update dot style
- hide dot and tooltip for quote item
- hide scrollbar on firefox
- add hover effect for control btns
- fix url regex
This commit is contained in:
xmcp
2019-04-26 21:50:18 +08:00
parent 4da20b61e4
commit 7a25357315
4 changed files with 22 additions and 5 deletions

View File

@@ -7,9 +7,12 @@ body {
background-color: #124;
}
body::-webkit-scrollbar {
html::-webkit-scrollbar {
display: none;
}
html {
scrollbar-width: none;
}
body, textarea, pre {
font-family: 'Segoe UI', '微软雅黑', 'Microsoft YaHei', sans-serif;