mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
consolidate margins
This commit is contained in:
@@ -7,16 +7,14 @@
|
||||
}
|
||||
|
||||
.tab {
|
||||
margin-bottom: 1px;
|
||||
margin: 0 0 1px 1px;
|
||||
background-image: -webkit-linear-gradient(#292c2f, #1d1f21);
|
||||
margin-left: 1px;
|
||||
box-shadow:
|
||||
inset 0 2px 0 rgba(255, 255, 255, 0.1),
|
||||
inset 0 1px 0 rgba(0, 0, 0, 1),
|
||||
inset 1px 0 0 rgba(255, 255, 255, 0.05),
|
||||
inset -1px 0 0 rgba(255, 255, 255, 0.05);
|
||||
color: #b9bdc1;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.tab:hover {
|
||||
|
||||
Reference in New Issue
Block a user