mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 00:23:39 -07:00
Include a style file for tooltips.
This commit is contained in:
@@ -43,3 +43,16 @@ button:hover, input[type=submit]:hover{
|
||||
color: #34768a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/** Tooltip styles */
|
||||
[data-tooltop]{
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
[data-tooltip]:before, [data-tooltip]:after{
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user