Darker file manager menu

Was same colour as file manager and didn't stand out
Now slightly darker to help visual appearance
This commit is contained in:
Matt Pass
2012-06-17 16:15:02 +01:00
parent 655fef4baa
commit 7c8c728ad4

View File

@@ -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}