Commit c97ad0fe authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Use border-radius mixin in extjs welcome CSS.

parent 8515e900
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -126,12 +126,7 @@ $link-color: #126499;
    padding: 6px 8px 9px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    @include border-radius(3px);
    display: inline-block;
    &:active {
      position: relative;