From b9312aa323785a8a99d523c505ef7e1b5452ac29 Mon Sep 17 00:00:00 2001 From: Tails2091 <40816748+Tails2091@users.noreply.github.com> Date: Wed, 1 Aug 2018 19:01:21 -0400 Subject: [PATCH] Changed buying to button instead of link text Makes it easier to click. --- code/modules/arcade/prize_counter.dm | 31 +++++++++++++++++++--------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/code/modules/arcade/prize_counter.dm b/code/modules/arcade/prize_counter.dm index aba97d724d0..8f49885f0d3 100644 --- a/code/modules/arcade/prize_counter.dm +++ b/code/modules/arcade/prize_counter.dm @@ -84,6 +84,21 @@ table {background:#303030;} caption {text-align:left;} +.button { + color:#cfcfcf; + text-decoration:none; + font-weight:bold; + text-align:center; + width:75px; + padding:21px; + box-sizing:border-box; + background:none; + border:none; + display: inline-block; +} + +.button:hover {color:#ffffff;} + a { color:#cfcfcf; text-decoration:none; @@ -100,15 +115,11 @@ tr.light {background:#3f3f3f;} td,th {padding:15px;} -td.cost { - font-size:20pt; - font-weight:bold; - text-align:center; -} +th.cost{padding:0px} -td.cost.affordable {background:green;} +th.cost.affordable {background:green;} -td.cost.toomuch {background:maroon;} +th.cost.toomuch {background:maroon;} @@ -148,9 +159,9 @@ td.cost.toomuch {background:maroon;} "} dat += {" -