Skip to content

Commit

Permalink
bugfix #3163
Browse files Browse the repository at this point in the history
  • Loading branch information
outoftheline committed Jan 25, 2025
1 parent c700564 commit 83423e7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions js/web/outposts/css/outposts.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
color: var(--text-muted);
}

#outpostConsumables #outpostConsumablesBody td {
position: relative;
}

#outpostConsumables #outpostConsumablesBody .diplomacy-ask {
font-weight: 700;
display: inline-block;
Expand All @@ -58,7 +54,7 @@
border-radius: 50%;
width: 10px;
line-height: 1.3em;
z-index: 1;
position: relative;
}

#outpostConsumables #outpostConsumablesBody .diplomacy-tip {
Expand All @@ -68,8 +64,8 @@
background: rgba(0,0,0, 0.7);
padding: 5px;
right: 6px;
top: 25px;
z-index: 1;
bottom: 6px;
z-index: 1000;
display: none;
}

Expand Down

0 comments on commit 83423e7

Please sign in to comment.