Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 7d206a6

Browse files
committed
removing a zindex
1 parent 8894196 commit 7d206a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/serverConfigRow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<% print(ob.status === 'not-connected' ? polyglot.t('serverConnectModal.connect') : polyglot.t('Retry')) %>
1515
</a>
1616
<% if (!ob.default) { %>
17-
<a class="btn btn-txt btn-secondary custCol-secondary pull-right marginLeft5 positionWrapper js-edit-config tooltip tooltip-leftTop zIndex4" data-tooltip="Edit Configuration">
17+
<a class="btn btn-txt btn-secondary custCol-secondary pull-right marginLeft5 positionWrapper js-edit-config tooltip tooltip-leftTop" data-tooltip="Edit Configuration">
1818
<span class="ion-ios-gear textOpacity1 fullCentered"></span>
1919
</a>
2020
<a class="btn btn-txt btn-secondary custCol-secondary pull-right fontSize13 positionWrapper js-delete-config tooltip tooltip-leftTop" data-tooltip="Delete Configuration">

0 commit comments

Comments
 (0)