add innershadow to selected tab

This commit is contained in:
Justin Palmer
2013-02-05 17:29:42 -08:00
parent 62981b27f5
commit dded43c992
2 changed files with 7 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
max-width: 175px;
min-width: 40px;
box-sizing: border-box;
text-shadow: 0 -1px 1px black;
}
.tab.active {
@@ -45,7 +46,6 @@
.tab .file-name {
font-size: 11px;
text-shadow: 0 -1px 1px black;
display: block;
overflow: hidden;
white-space: nowrap;
@@ -74,10 +74,12 @@
}
.tab.file-modified .close-icon {
top: 6px;
top: 11px;
width: 5px;
height: 5px;
right: 5px;
border: 2px solid #fff;
border-radius: 12px;
}
.tab.file-modified .close-icon:before {

View File

@@ -29,9 +29,11 @@
inset 0 1px 0 rgba(0, 0, 0, 0.5),
inset 0 2px 0 rgba(255, 255, 255, 0.1),
inset 1px 0 0 rgba(255, 255, 255, 0.1),
inset -1px 0 0 rgba(255, 255, 255, 0.1);
inset -1px 0 0 rgba(255, 255, 255, 0.1),
inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/*
.tab:first-child {
box-shadow: inset 0 0 5px #383838, inset -1px 0 0 #4a4a4a;