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:
parent
baa0ae5f85
commit
01e0e0d95f
19
stylesheets/dropdowns.less
Normal file
19
stylesheets/dropdowns.less
Normal 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
16
stylesheets/panes.less
Normal 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; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user