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

@@ -34,6 +34,11 @@
text-align: center;
color: black;
}
.control-btn:hover {
background-color: #555555;
color: white;
border-radius: 5px;
}
.control-btn .icon:before {
margin: .5em;