1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00

Add new files

This commit is contained in:
Matt Colyer 2013-09-12 14:53:25 -07:00
parent baa0ae5f85
commit 01e0e0d95f
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,19 @@
@import "ui-variables";
@import "ui-mixins";
@import "octicon-mixins";
.dropdown-menu {
background-color: @overlay-background-color;
border-radius: @component-border-radius;
border: 1px solid @base-border-color;
padding: 0;
> li > a {
.text(normal);
}
> li > a:hover {
.text(highlight);
background-color: @background-color-highlight;
}
}

16
stylesheets/panes.less Normal file
View File

@ -0,0 +1,16 @@
@import "ui-mixins";
@import "ui-variables";
@import "buttons";
.pane-item {
.panel {
border-color: fadeout(@inset-panel-border-color, 30%);
}
}
#panes {
.row .pane {
border-right: 1px solid @pane-item-border-color;
&:last-child { border-right: none; }
}
}