forgot
This commit is contained in:
+112
-7
@@ -947,15 +947,86 @@ body {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.limb-cancel-btn {
|
||||
background: #1e1e30;
|
||||
color: #6b7280;
|
||||
border: 1px solid #2e303a;
|
||||
border-radius: 3px;
|
||||
padding: 14px 40px;
|
||||
cursor: pointer;
|
||||
.limb-select-panel {
|
||||
width: 600px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.limb-select-title {
|
||||
margin-bottom: 16px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.limb-select-skills {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.limb-select-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.limb-target-btn {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
border: 1px solid #5F71C5;
|
||||
border-radius: 1px;
|
||||
padding: 8px 14px;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
background: none;
|
||||
color: #5F71C5;
|
||||
transition: background 0.15s, color 0.15s, border-color 0.15s;
|
||||
}
|
||||
|
||||
.limb-target-btn:hover {
|
||||
background: #1e2642;
|
||||
color: #5F71C5;
|
||||
}
|
||||
|
||||
.limb-target-selected {
|
||||
background: #1e2642;
|
||||
border-color: #fbbf24;
|
||||
color: #fbbf24;
|
||||
}
|
||||
|
||||
.limb-target-selected:hover {
|
||||
background: #1e2642;
|
||||
border-color: #fcd34d;
|
||||
color: #fcd34d;
|
||||
}
|
||||
|
||||
.limb-confirm-btn {
|
||||
border: 1px solid #22c55e;
|
||||
border-radius: 1px;
|
||||
padding: 10px 24px;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
background: #22c55e;
|
||||
color: #000;
|
||||
transition: background 0.15s;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.limb-confirm-btn:hover {
|
||||
background: #16a34a;
|
||||
}
|
||||
|
||||
.limb-cancel-btn {
|
||||
text-align: center;
|
||||
border: 1px solid #2e303a;
|
||||
border-radius: 1px;
|
||||
padding: 10px 0;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
background: #1e1e30;
|
||||
color: #6b7280;
|
||||
transition: color 0.15s, border-color 0.15s;
|
||||
}
|
||||
|
||||
.limb-cancel-btn:hover {
|
||||
@@ -1318,6 +1389,40 @@ body {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.world-info-panel {
|
||||
background: rgba(15, 15, 26, 0.75);
|
||||
border: 2px solid #5F71C5;
|
||||
border-radius: 3px;
|
||||
padding: 24px 32px 32px;
|
||||
min-width: 280px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.world-info-grid {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.info-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 6px 0;
|
||||
border-bottom: 1px solid #2e303a;
|
||||
}
|
||||
|
||||
.info-label {
|
||||
color: #6b7280;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.info-value {
|
||||
color: #e0e0e0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.inventory-panel {
|
||||
background: rgba(15, 15, 26, 0.75);
|
||||
border: 2px solid #5F71C5;
|
||||
|
||||
Reference in New Issue
Block a user