mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
add innershadow to selected tab
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user