mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Just some tabs and tree view style tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user