mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-11 15:07:12 +08:00
Legends
Text set by data-legend attribute
This commit is contained in:
+2
-2
@@ -581,7 +581,7 @@ body.noMask #description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#lootButtons:before {
|
#lootButtons:before {
|
||||||
content: "take:";
|
content: attr(data-legend);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -25px;
|
top: -25px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@@ -599,7 +599,7 @@ body.noMask #description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#dropMenu:before {
|
#dropMenu:before {
|
||||||
content: "drop:";
|
content: attr(data-legend);
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user