@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; }