Skip to content

Commit

Permalink
Make trade information selectable
Browse files Browse the repository at this point in the history
Fixes #133
  • Loading branch information
xPaw committed Jul 22, 2024
1 parent c2a4d30 commit 8cf17fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3893,7 +3893,7 @@
injectCss(
'.ui-selected { outline: 2px dashed #FFFFFF; } ' +
'#logger { color: #767676; font-size: 12px;margin-top:16px; max-height: 200px; overflow-y: auto; }' +
'.trade_offer_sum { color: #767676; font-size: 12px;margin-top:8px; }' +
'.trade_offer_sum { color: #767676; font-size: 12px; margin-top:8px; user-select: text; }' +
'.trade_offer_buttons { margin-top: 12px; }' +
'.market_commodity_orders_table { font-size:12px; font-family: "Motiva Sans", Sans-serif; font-weight: 300; }' +
'.market_commodity_orders_table th { padding-left: 10px; }' +
Expand Down

0 comments on commit 8cf17fc

Please sign in to comment.