:fire::fire::skull::fire:🔥

This commit is contained in:
Justin Palmer
2013-02-05 17:45:22 -08:00
parent dded43c992
commit d4e4cd00ea

View File

@@ -17,7 +17,7 @@
inset 1px 0 0 rgba(255, 255, 255, 0.05),
inset -1px 0 0 rgba(255, 255, 255, 0.05);
color: #b9bdc1;
padding: 5px 20px;
padding: 5px 10px;
}
.tab.active {
@@ -31,54 +31,4 @@
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;
}
.tab.active,
.tab.active:hover {
background-image: -webkit-linear-gradient(#222426, #1d1f21);
}
.tab,
.tab .close-icon {
color: #aaa;
}
.tab.file-modified .close-icon {
border-color: #aaa;
}
.tab.active,
.tab.active:hover,
.tab.active .close-icon {
color: #e6e6e6;
}
.tab.file-modified.active .close-icon {
border-color: #e6e6e6;
}
.tab:hover .close-icon {
color: #c8c8c8;
border-color: #c8c8c8;
}
.tab.file-modified .close-icon {
border: 3px solid #777;
}
.tab.active:before,
.tab.active:after {
content: "";
bottom: 0;
}
.tab:hover {
color: #c8c8c8;
background-image: -webkit-linear-gradient(#474747, #444444);
}*/
}