the tabs needed some is-blurred action for the active tab

This commit is contained in:
Jon Rohan
2013-02-05 08:59:21 -08:00
parent 5af967ac4b
commit 8347b14ab3

View File

@@ -8,6 +8,11 @@
color: #323232;
}
.is-blurred .tab.active {
border-bottom: 1px solid #e5e5e5;
box-shadow: inset 0 0 5px #eee, inset -1px 0 0 #e0e0e0, inset 1px 0 0 #e0e0e0;
}
.is-blurred .tree-view {
background: #f3f3f3;
border-right: 1px solid #c5c5c5;
@@ -20,6 +25,13 @@
background-color: #69717b;
}
.is-blurred .tree-view:focus .selected > .highlight {
border-top: 1px solid #3D4552;
border-bottom: 1px solid #3D4552;
background-image: none;
background-color: #69717b;
}
.is-blurred .tree-view .name:before {
color: #7e7e7e;
}