Created
May 13, 2021 16:43
-
-
Save camilamoreiradev/5a993c7ead2b3f5fd66b77eb2e65d2a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?> | |
<style> | |
.scFormToolbar { | |
display: none !important; | |
} | |
.scFormBorder { | |
border-style: none !important; | |
} | |
td.scFormLabelOddMult.btnNovoCM { | |
padding: 0 10px !important; | |
} | |
a#sc_b_new_t { | |
background-color: #6f9bd2 !important; | |
border: 1px solid #5288cc !important; | |
color: #FFF !important; | |
padding: 14px 11px !important; | |
line-height: 0 !important; | |
height: 0 !important; | |
} | |
</style> | |
<script> | |
$(document).ready(function() { | |
$(".scFormLabelOddMult").eq(1).addClass("btnNovoCM").append('<a id="sc_b_new_t" onclick="scBtnFn_sys_format_inc(); return false;" class="sc-unique-btn-1 scButton_default" title="Abrir um novo registro" style="vertical-align: middle; display:inline-block;">Novo</a>'); | |
}); | |
</script> | |
<?php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment