From 2f1c76ecbd6fbedab7f49b4e3542ff0566bbd548 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 2 Jul 2020 23:10:06 +0100 Subject: [PATCH] Remove red default color for tool link BG --- assets/css/icecoder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/icecoder.css b/assets/css/icecoder.css index 64213e6..b8d66ce 100644 --- a/assets/css/icecoder.css +++ b/assets/css/icecoder.css @@ -73,7 +73,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .files .tools {position: absolute; display: inline-block; width: 250px; height: 30px; left: 0; bottom: 0} .files .tools div {display: inline-block; margin: 8px 0 8px 15px; color: #666; cursor: pointer} .files .tools div:hover {color: #fff; cursor: pointer} -.files .tools .highlight {background: #800; color: #eee; padding: 1px 3px; margin: 7px -3px 7px 12px; border-radius: 3px} +.files .tools .highlight {color: #eee; padding: 1px 3px; margin: 7px -3px 7px 12px; border-radius: 3px} .files .tools .error {background: #800} .files .tools .info {background: #080}