From 75efa5a2d3aa65d0c7f314056b7b8de45d3c16a4 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 26 Sep 2014 23:35:37 -0500 Subject: [PATCH] Fix PS on dark themes This fixes button readability when browser defaults change the button text color from black. --- style/client.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/client.css b/style/client.css index a99597bbe..2f09ff7e3 100644 --- a/style/client.css +++ b/style/client.css @@ -48,6 +48,7 @@ body { box-shadow: inset 0px 1px 2px #CCCCCC, 1px 1px 0 rgba(255,255,255,.6); background: #F8FBFD; + color: black; } .textbox:hover { border-color: #474747; @@ -431,6 +432,7 @@ p.or:after { border: 0; border-radius: 2px; background: transparent; + color: black; width: 204px; height: 19px; text-align: left; @@ -1750,6 +1752,7 @@ div[class^='tournament-message-'], div[class*=' tournament-message-'] { .teambar button { display: block; background: #F3F3F3; + color: black; border: 1px solid #AAAAAA; padding: 0; margin: -1px 2px 0 0; @@ -1934,6 +1937,7 @@ div[class^='tournament-message-'], div[class*=' tournament-message-'] { box-shadow: inset 0px 1px 2px #CCCCCC, 1px 1px 0 rgba(255,255,255,.6); background: #F8FBFD; + color: black; } .setdetails label, .setstats label { cursor: pointer;