Move base background colour CSS.

The main panel is the only place it can be seen anyway.
This commit is contained in:
Oliver Hamlet
2014-12-28 18:17:37 +00:00
parent 17f7059a29
commit fa842828ad
+1 -3
View File
@@ -26,9 +26,6 @@
::-webkit-scrollbar-corner {
background: inherit;
}
body {
background:#FAFAFA;
}
paper-button[autofocus] {
color: #64B5F6;
}
@@ -106,6 +103,7 @@ paper-item > a:hover {
/* Panel */
#main {
background:#FAFAFA;
overflow: auto;
position: relative;
z-index: 0;