mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Slightly nicer tooltip CSS
This commit is contained in:
+5
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user