Added tooltips to roundend traitor purchase logs
This commit is contained in:
committed by
CitadelStationBot
parent
f9b7d872e6
commit
ef200d44c5
@@ -64,4 +64,29 @@ li {
|
||||
body {
|
||||
background-color: #272727;
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
.tooltip_container {
|
||||
position: relative;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.tooltip_hover {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
background-color: black;
|
||||
z-index: 1;
|
||||
width: 220px;
|
||||
font-size: 14px;
|
||||
border-width: 4px;
|
||||
border-style: solid;
|
||||
border-color: #272727;
|
||||
background: #363636;
|
||||
color: white;
|
||||
top: 100%;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.tooltip_container:hover .tooltip_hover {
|
||||
visibility: visible;
|
||||
}
|
||||
Reference in New Issue
Block a user