1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 02:14:52 +12:00

slight colored bg for tooltips

This commit is contained in:
gorhill 2014-10-28 18:37:08 -04:00
parent 448a56cc70
commit 20ba3157eb

View file

@ -49,7 +49,7 @@
cursor: pointer;
}
*[data-tip]:hover:after {
background-color: white;
background-color: #fffffa;
border: 1px solid gray;
border-radius: 3px;
box-shadow: 1px 1px 3px gray;