SPR-910: var rename - border-color

This commit is contained in:
Silke Pisulla 2017-03-22 15:20:49 +01:00
commit 38bfc8bb62
13 changed files with 35 additions and 30 deletions

View file

@ -31,7 +31,7 @@
width: auto;
min-height: @toggle-size;
overflow: hidden;
border: 1px solid @color-border;
border: 1px solid @ini_border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @color-nav;
text-align: center;
@ -49,7 +49,7 @@
&.user {
position: relative;
display: table-cell;
border: solid 1px @color-border;
border: solid 1px @ini_border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
padding-right: .3rem;