Add pane styles to dark theme

This commit is contained in:
Ben Ogle
2013-09-11 15:50:41 -07:00
parent 6400365a27
commit 81a19ea3db
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
'loading'
'buttons'
'panels'
'panes'
'lists'
'editor'
'tabs'

View File

@@ -0,0 +1,9 @@
@import "ui-mixins";
@import "ui-variables";
@import "buttons";
.pane-item {
.panel {
border-color: fadeout(@inset-panel-border-color, 30%);
}
}