From 40a2db446a5eb5edb13258ed09159306aa96b53e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 31 Oct 2014 14:44:46 +0000 Subject: [PATCH] BG colour should be slightly darker --- lib/ice-coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index d72b08a..8b9c040 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -73,7 +73,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .files .options { transition: opacity 0.15s ease-in-out; } -.files .options .optionsList {position: absolute; display: inline-block; visibility: hidden; background: #444; height: 100%; padding: 23px 15px 15px 15px} +.files .options .optionsList {position: absolute; display: inline-block; visibility: hidden; background: #383838; height: 100%; padding: 23px 15px 15px 15px} .files .options .optionsList ul {list-style-type: none; line-height: 24px} .files .options .optionsList a {color: #666; text-decoration: none} .files .options .optionsList a:hover {color: #fff; cursor: pointer}