2015-08-23 17:20:28 +00:00
|
|
|
body .splitbutton .arrow {
|
|
|
|
.image-2x("@{image-path}/@{dropdown-black-image}", @dropdown-black-image-width, @dropdown-black-image-height);
|
2015-08-23 06:42:17 +00:00
|
|
|
background-position: @dropdown-black-background-position;
|
2015-08-23 17:20:28 +00:00
|
|
|
width: 18px;
|
|
|
|
min-width: 10px !important;
|
2015-08-23 06:42:17 +00:00
|
|
|
}
|
2015-08-23 17:20:28 +00:00
|
|
|
|
2015-08-25 00:49:38 +00:00
|
|
|
.splitbutton>div:first-child:after {
|
2015-08-23 06:42:17 +00:00
|
|
|
content: "";
|
|
|
|
display: block;
|
2015-08-23 17:20:28 +00:00
|
|
|
border-left: 1px solid @border-highlight-dark;
|
2015-08-23 06:42:17 +00:00
|
|
|
position: absolute;
|
2015-08-25 00:49:38 +00:00
|
|
|
right: 0;
|
2015-08-23 17:20:28 +00:00
|
|
|
top: 4px;
|
|
|
|
bottom: 4px;
|
2015-08-23 06:42:17 +00:00
|
|
|
}
|