This commit is contained in:
Justin Palmer
2013-02-05 20:49:11 -08:00
parent 6c0b40d5c0
commit f13ea7086e
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
.is-blurred .tree-view {
background-color: #212121;
background-color: #202123;
}
.is-blurred .tab {

View File

@@ -3,9 +3,7 @@
border: none;
box-shadow: none;
border-bottom: 4px solid rgba(41, 44, 47, 1);
box-shadow:
inset 0 -1px 0 rgba(255, 255, 255, 0.2),
0 -20px 0 rgba(0, 0, 0, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}
.tab {