mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
11 lines
304 B
Plaintext
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;
|
|
}
|