mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
etched style for atom-light-ui
This commit is contained in:
@@ -5,11 +5,15 @@ html, body,
|
||||
}
|
||||
|
||||
#root-view #panes .row > * + * {
|
||||
border-left: 1px solid #989898;
|
||||
-webkit-box-shadow:
|
||||
-2px 0 rgba(0, 0, 0, 0.3),
|
||||
-1px 0 rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
#root-view #panes .column > * + * {
|
||||
border-top: 1px solid #989898;
|
||||
-webkit-box-shadow:
|
||||
0 -2px rgba(0, 0, 0, 0.3),
|
||||
0 -1px rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.error {
|
||||
|
||||
Reference in New Issue
Block a user