Skip to content

Commit

Permalink
removed background from uft specifc settings fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Anda Laakso committed Sep 10, 2019
1 parent 7eaca48 commit 7bc33a3
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -26,6 +26,12 @@

<script type="text/javascript" src="${rootURL}/plugin/hp-application-automation-tools-plugin/js/fileSystemUtils.js"/>

<style>
table tr[nameref^="rowSetStart"] {
background: none !important;
}
</style>

<f:entry>
<f:entry>
<f:checkbox id="checkBox1" title="On failure" field="onCheckFailedTest" name="onCheckFailedTest" class="checbox-align" checked="${instance.onCheckFailedTest}" onclick="enableCombobox(this)"/>
Expand Down

0 comments on commit 7bc33a3

Please sign in to comment.