pulsar/static/panes.less
2013-09-10 12:01:14 -07:00

11 lines
304 B
Plaintext

@import "ui-variables";
// Pane-items are things that go inside a pane. Like the UI-Demo, the
// settings-view, the archive-view, the image-view. Etc. Basically a non-
// editor resource with a tab.
.pane-item {
overflow: auto;
color: @text-color;
background-color: @pane-item-background-color;
}