diff --git a/admin/assets/css/um-admin-global.css b/admin/assets/css/um-admin-global.css
index 5ede186a..f8d2ea64 100644
--- a/admin/assets/css/um-admin-global.css
+++ b/admin/assets/css/um-admin-global.css
@@ -86,4 +86,5 @@
opacity: 0.8;
}
.um-admin-tip.n {margin-left: 5px}
-.um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #3ba1da !important;}
\ No newline at end of file
+.um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #3ba1da !important;}
+a.um-delete{ color: #a00; }
\ No newline at end of file
diff --git a/index.php b/index.php
index ecf0fe71..c4ec94d3 100644
--- a/index.php
+++ b/index.php
@@ -55,7 +55,7 @@ Domain Path: /languages
$links = $more_links + $links;
- $links[] = '' . __( 'Uninstall','ultimatemember' ) . '';
+ $links[] = '' . __( 'Uninstall','ultimatemember' ) . '';
return $links;