diff --git a/code/game/machinery/computer/store.dm b/code/game/machinery/computer/store.dm index aa7118c49b8..bfa2820d9b3 100644 --- a/code/game/machinery/computer/store.dm +++ b/code/game/machinery/computer/store.dm @@ -42,7 +42,7 @@ html { color:#999; } -table {background:#303030;} +table {background:#303030;border:1px solid #262626;} caption {text-align:left;} @@ -73,9 +73,9 @@ tr.dark {background:#303030;} tr.light {background:#3f3f3f;} -td,th {padding:15px;} +td,th {padding:15px;border-bottom:1px solid #262626;} -th.cost {padding:0px;} +th.cost {padding:0px;border-left:1px solid #262626;} th.cost.affordable {background:green;} diff --git a/code/modules/arcade/prize_counter.dm b/code/modules/arcade/prize_counter.dm index 8f49885f0d3..4e2e4e9a0d7 100644 --- a/code/modules/arcade/prize_counter.dm +++ b/code/modules/arcade/prize_counter.dm @@ -80,7 +80,7 @@ html { color:#999; } -table {background:#303030;} +table {background:#303030;border:1px solid #262626;} caption {text-align:left;} @@ -96,7 +96,6 @@ caption {text-align:left;} border:none; display: inline-block; } - .button:hover {color:#ffffff;} a { @@ -104,7 +103,6 @@ a { text-decoration:none; font-weight:bold; } - a:hover {color:#ffffff;} p {margin:0;} @@ -113,9 +111,9 @@ tr.dark {background:#303030;} tr.light {background:#3f3f3f;} -td,th {padding:15px;} +td,th {padding:15px;border-bottom:1px solid #262626;} -th.cost{padding:0px} +th.cost{padding:0px;border-left:1px solid #262626;} th.cost.affordable {background:green;}