Skip to content

Commit d1eb123

Browse files
author
Hayder Sharhan
committed
MAGETWO-44071: No insecured integration icon displayed.
- Imported css to local css file for error icon to appear.
1 parent 80c5e2b commit d1eb123

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app/code/Magento/Integration/view/adminhtml/web/integration.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,26 @@
4949
opacity: 0.6;
5050
}
5151

52+
#integrationGrid_table .icon-error {
53+
margin-left: 15px;
54+
color: #c00815;
55+
font-size: 11px;
56+
}
57+
#integrationGrid_table .icon-error:before {
58+
font-family: 'MUI-Icons';
59+
content: "\e086";
60+
font-size: 13px;
61+
line-height: 13px;
62+
overflow: hidden;
63+
speak: none;
64+
font-weight: normal;
65+
-webkit-font-smoothing: antialiased;
66+
display: inline-block;
67+
vertical-align: middle;
68+
text-align: center;
69+
margin: -1px 5px 0 0;
70+
}
71+
5272
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
5373
float: none;
5474
}

0 commit comments

Comments
 (0)