Fix signature styles
This commit is contained in:
parent
eaff5a4b7c
commit
6cb895f376
|
@ -94,13 +94,14 @@
|
||||||
right: 14px;
|
right: 14px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: solid 1px @icon-normal-pressed-ie;
|
border: solid 1px @icon-normal-ie;
|
||||||
border: solid 1px @icon-normal-pressed;
|
border: solid 1px @icon-normal;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
transform: rotate(-135deg);
|
transform: rotate(-135deg);
|
||||||
|
filter: none;
|
||||||
|
|
||||||
&.nomargin {
|
&.nomargin {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|
|
@ -87,13 +87,14 @@
|
||||||
right: 14px;
|
right: 14px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: solid 1px @icon-normal-pressed-ie;
|
border: solid 1px @icon-normal-ie;
|
||||||
border: solid 1px @icon-normal-pressed;
|
border: solid 1px @icon-normal;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
transform: rotate(-135deg);
|
transform: rotate(-135deg);
|
||||||
|
filter: none;
|
||||||
|
|
||||||
&.nomargin {
|
&.nomargin {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|
|
@ -159,13 +159,14 @@
|
||||||
right: 14px;
|
right: 14px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: solid 1px @icon-normal-pressed-ie;
|
border: solid 1px @icon-normal-ie;
|
||||||
border: solid 1px @icon-normal-pressed;
|
border: solid 1px @icon-normal;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
transform: rotate(-135deg);
|
transform: rotate(-135deg);
|
||||||
|
filter: none;
|
||||||
|
|
||||||
&.nomargin {
|
&.nomargin {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|
Loading…
Reference in a new issue