From 3bb45bd47a353d5f2ce92cc367cd9b0ac16c238b Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Wed, 25 Mar 2015 13:17:20 -0400 Subject: [PATCH] css firefox fixes --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 70110c0d..646c0e06 100644 --- a/css/main.css +++ b/css/main.css @@ -309,4 +309,8 @@ label { } .btn-selected:hover { background-color: #8E8E8E; +} + +.btn-group > .btn { + background-color: #ccc; } \ No newline at end of file -- GitLab