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: ' ? '; content: ' ? ';
font-size: 20px; font-size: 20px;
margin-right: 10px; margin-right: 10px;
background: #ddd; background: #eee;
border-radius: 10px; border-radius: 10px;
} }
.tooltip:hover:before, .tooltip:focus:before, .tooltip:active:before{
background: inherit;
}
body { body {
margin: 40px auto; margin: 40px auto;
max-width: 650px; max-width: 650px;