From e06f88cd493131b0a670ac80d30327901c92efc9 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Mon, 31 Aug 2015 13:30:00 -0400 Subject: [PATCH] CC-6116 - Library new buttons keep colour when disabled --- airtime_mvc/public/css/styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index d3fe57c6f..a7f66f9e2 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -3295,12 +3295,13 @@ dd .stream-status { } .btn-new { - background: none; - background-color: #237686; + background: #237686; +} +.btn-new[disabled] { + background-color: #1c606e; } .btn-new:hover { - background: none; - background-color: #1c606e; + background: #1c606e; } .btn-new[disabled]:hover { background: inherit;