Skip to content

Commit 982976b

Browse files
author
Cari Spruiell
committed
Merge remote-tracking branch 'remotes/api/MAGETWO-44071-No-insecured-integration-icon-displayed' into API-Bug-PR
2 parents 9abdcf5 + d1eb123 commit 982976b

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)