etched style for atom-light-ui

This commit is contained in:
Justin Palmer
2013-02-01 13:45:17 -08:00
parent 5a96f3f8cd
commit edc982484b

View File

@@ -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 {