Slightly nicer tooltip CSS

This commit is contained in:
William Toohey
2017-09-30 15:24:57 +10:00
parent cb646681d4
commit d6e555f6c6
+5 -1
View File
@@ -79,10 +79,14 @@
content: ' ? ';
font-size: 20px;
margin-right: 10px;
background: #ddd;
background: #eee;
border-radius: 10px;
}
.tooltip:hover:before, .tooltip:focus:before, .tooltip:active:before{
background: inherit;
}
body {
margin: 40px auto;
max-width: 650px;