[DE PE SSE] Change styles of buttons in toolbar
This commit is contained in:
parent
c4c0af3e28
commit
bb6e189217
|
@ -1,4 +1,4 @@
|
||||||
@x-huge-btn-height: 48px;
|
@x-huge-btn-height: 52px;
|
||||||
@x-huge-btn-icon-size: 28px;
|
@x-huge-btn-icon-size: 28px;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
@ -236,14 +236,15 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
//align-items: center;
|
//align-items: center;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
height: 24px;
|
||||||
|
|
||||||
.caption {
|
.caption {
|
||||||
max-width: 85px;
|
max-width: 85px;
|
||||||
max-height: 22px;
|
max-height: 24px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
line-height: 10px;
|
line-height: 12px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
.box-controls {
|
.box-controls {
|
||||||
//height: @height-controls; // button has strange offset in IE when odd height
|
//height: @height-controls; // button has strange offset in IE when odd height
|
||||||
padding: 9px 0;
|
padding: 7px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
//background-color: #F2CBBF;
|
//background-color: #F2CBBF;
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
margin-top: 8px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.font-normal {
|
&.font-normal {
|
||||||
|
|
Loading…
Reference in a new issue