mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add a border and subtle inset shadow when panes are split.
This commit is contained in:
@@ -34,5 +34,14 @@ body {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.row > * + * {
|
||||
border-left: 5px solid #515151;
|
||||
}
|
||||
|
||||
.column > * + * {
|
||||
border-top: 5px solid #515151;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user