Split button line adjustment

The download button used a dashed black line to separate options.
It has been changed to a dark green line to better fit the style.

Change-Id: I3224027b69c4c1e5cf2568aed8f4f50ee351c369
This commit is contained in:
Pau Giner 2014-04-03 14:21:32 +02:00 committed by Gilles Dubuc
parent 642eb25e3b
commit bb70c70431

View file

@ -22,7 +22,7 @@
border:0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 1px dotted black;
border-left: 1px solid mix(#000, @mw-ui-constructive-button-color, 20%);
background-image: /* @embed */ url(../img/down.svg);
}