Just some tabs and tree view style tweaks

This commit is contained in:
Jon Rohan
2012-12-26 23:10:20 -08:00
parent 20eba7438b
commit 2f7776d971
2 changed files with 10 additions and 1 deletions

View File

@@ -21,6 +21,15 @@
height: 24px;
}
.tab:first-child {
box-shadow: inset 0 0 5px #383838, 0 1px 0 #585858, inset -1px 0 0 #4a4a4a;
}
.tab.active:first-child,
.tab.active:first-child:hover {
box-shadow: inset -1px 0 0 #595959;
}
.tab.active,
.tab.active:hover {
color: #dae6e6;

View File

@@ -5,7 +5,7 @@
overflow: auto;
cursor: default;
-webkit-user-select: none;
border-right: 1px solid #191919;
border-right: 2px solid #191919;
min-width: 100px;
z-index: 2;
padding-left: 12px;