Shift modified icon up and to the left 1px

This commit is contained in:
Kevin Sawicki
2013-02-05 21:29:40 -08:00
parent 55e91f7860
commit 36477279a1

View File

@@ -52,14 +52,14 @@
}
.tab.file-modified .close-icon {
top: 11px;
top: 10px;
width: 5px;
height: 5px;
right: 5px;
right: 6px;
border: 2px solid #66a6ff;
border-radius: 12px;
}
.tab.file-modified .close-icon:before {
content: "";
}
}