c9-core/plugins/c9.ide.layout.classic/less/splitbutton.less

16 wiersze
451 B
Plaintext
Czysty Zwykły widok Historia

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);
background-position: @dropdown-black-background-position;
2015-08-23 17:20:28 +00:00
width: 18px;
min-width: 10px !important;
}
2015-08-23 17:20:28 +00:00
2015-08-25 00:49:38 +00:00
.splitbutton>div:first-child:after {
content: "";
display: block;
2015-08-23 17:20:28 +00:00
border-left: 1px solid @border-highlight-dark;
position: absolute;
2015-08-25 00:49:38 +00:00
right: 0;
2015-08-23 17:20:28 +00:00
top: 4px;
bottom: 4px;
}