[common] fix icon in 'options' button
This commit is contained in:
parent
9042abf790
commit
5582176247
|
@ -728,6 +728,12 @@
|
||||||
background-color: @highlight-button-pressed-ie;
|
background-color: @highlight-button-pressed-ie;
|
||||||
background-color: @highlight-button-pressed;
|
background-color: @highlight-button-pressed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.large {
|
||||||
|
min-width: 28px;
|
||||||
|
width: 28px;
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-text-default {
|
.btn-text-default {
|
||||||
|
|
Loading…
Reference in a new issue