From 0d07d874212712e9c2ab33aa8e0d82b6e5d707a3 Mon Sep 17 00:00:00 2001 From: Tails2091 <40816748+Tails2091@users.noreply.github.com> Date: Sun, 5 Aug 2018 22:45:55 -0400 Subject: [PATCH] Borders Have Been Reestablished --- code/game/machinery/computer/store.dm | 6 +++--- code/modules/arcade/prize_counter.dm | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) 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;}