SPR-910: var rename - border-radius

This commit is contained in:
Silke Pisulla 2017-03-22 15:02:45 +01:00
commit ef4640f4d7
9 changed files with 14 additions and 16 deletions

View file

@ -56,7 +56,7 @@
width: auto;
box-sizing: border-box;
border: solid 1px transparent;
border-radius: @border-radius;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
vertical-align: middle;
text-decoration: none;
margin-top: -.2em;
@ -106,7 +106,7 @@
width: auto;
min-height: @toggle-size;
border: 1px solid @color-border;
border-radius: @border-radius;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @color-nav;
text-align: center;
margin: 0;