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

Removes a few borders

This commit is contained in:
Rob Cameron 2014-02-26 18:10:05 -08:00
parent 3ca20732dc
commit 72e78c874b
3 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
.dropdown-menu {
background-color: @overlay-background-color;
border-radius: @component-border-radius;
border: 1px solid @base-border-color;
padding: 0;
> li > a {

View File

@ -4,7 +4,6 @@
color: @text-color;
background-color: @overlay-background-color;
padding: @component-padding;
border: 1px solid @overlay-border-color;
border-radius: @component-border-radius;
.editor.mini {
@ -18,7 +17,6 @@
li {
padding: @component-padding;
border-bottom: 1px solid @overlay-background-color;
&.two-lines { padding: @component-padding/2 @component-padding; }

View File

@ -4,7 +4,6 @@
.panel {
&.bordered {
border: 1px solid @base-border-color;
border-radius: @component-border-radius;
}
}