new var @fix_border-radius for no custom border-radius

This commit is contained in:
Silke Pisulla 2017-01-11 15:20:15 +01:00
commit acc4acbcf1
4 changed files with 8 additions and 4 deletions

View file

@ -22,7 +22,7 @@
height: 100%;
background-color: @button_background;
border: solid 1px @button_background;
border-radius: 2px 0 0 2px;
border-radius: @fix_border-radius 0 0 @fix_border-radius;
color: @button_color;
text-decoration: none;
text-align: center;
@ -51,6 +51,7 @@
a {
background-color: @button_background;
border-color: @button_background;
border-radius: 0 @fix_border-radius @fix_border-radius 0;
&:hover,
&:focus,