Use same color for tab and root-view background

This commit is contained in:
Kevin Sawicki
2013-01-02 11:38:49 -08:00
parent 8a10c48ad2
commit 109770805d

View File

@@ -9,7 +9,7 @@ html, body {
height: 100%;
overflow: hidden;
position: relative;
background-color: #F4F4F4;
background-color: #333333;
}
#root-view #horizontal {