pulsar/themes/atom-dark-ui/image-view.less
Kevin Sawicki 6ce3f87448 Add initial image viewer
An image session will be opened by project.buildEditSession()
for known image extensions.

Closes #203
2013-04-08 15:36:35 -07:00

8 lines
87 B
Plaintext

.image-view {
background-color: #1d1f21;
img {
border-color: #c5c8c6;
}
}