From 931832658c6054e8d23702cc13ce20af3c39cc6f Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Oct 16 2014 17:22:47 +0000 Subject: Fix unseleected toggle display --- diff --git a/progit/static/toggle.css b/progit/static/toggle.css index 8d600d5..5c5a97a 100644 --- a/progit/static/toggle.css +++ b/progit/static/toggle.css @@ -24,9 +24,8 @@ width: 58px; line-height: 26px; font-size: 11px; - color: rgba(255, 255, 255, 0.35); + color: rgba(0, 0, 0, 0.15); text-align: center; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45); cursor: pointer; font-weight: bold; }