From 7c8c728ad4ca543429fccfb88efdb6602dcfb341 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 17 Jun 2012 16:15:02 +0100 Subject: [PATCH] Darker file manager menu Was same colour as file manager and didn't stand out Now slightly darker to help visual appearance --- lib/coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coder.css b/lib/coder.css index e202f16..6401287 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -154,7 +154,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} } .fileMenu {position: absolute; display: none; left: 0; top: 0; background-color: #333; z-index: 10} -.fileMenu a {display: block; padding: 2px 5px; background-color: #444; color: #eee; text-decoration: none} +.fileMenu a {display: block; padding: 2px 5px; background-color: #333; color: #eee; text-decoration: none} .fileMenu a:hover {background-color: #666} .screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0; left: 0; text-align: center}