Skip to content

Instantly share code, notes, and snippets.

View PaulSebalu's full-sized avatar
🎯

Paul Sebalu PaulSebalu

🎯
  • Kampala
  • 23:54 (UTC +03:00)
View GitHub Profile
[data-view="newMatterForm"] .intake-form-template-2 .matter-type-icon,
[data-view="newMatterForm"] .intake-form-template-3 .matter-type-icon {
width: 100px !important;
height: 100px !important;
}
.matter-type-icon .circle-matter-type {
width: 100%;
height: 100%
window.onload = function() {
console.log('window.onload event fired');
// Find the button by data-pp-command attribute
var button = document.querySelector('[data-pp-command="instructForm"]');
// Check if the button is found
if (button) {
// Modify the button label
button.innerText = 'Instruct'; // Replace 'New Button Label' with your desired label