Skip to content

Instantly share code, notes, and snippets.

@kwmiebach
Created December 18, 2024 12:42
Show Gist options
  • Save kwmiebach/4b9ea7efe2398a14717a5ee0bb41a777 to your computer and use it in GitHub Desktop.
Save kwmiebach/4b9ea7efe2398a14717a5ee0bb41a777 to your computer and use it in GitHub Desktop.
Styles V17
/* chrome n3 */
a.fw-bold.text-truncate {
font-size: 30px
}
span.min-w-0.text-truncate {
font-size: 30px
}
i.fa.fa-cog {
font-size: 30px
}
button.o_form_button_save.btn.btn-light.border-0.px-1.py-0.lh-sm {
font-size: 30px
}
button.o_form_button_cancel.btn.btn-light.border-0.px-1.py-0.lh-sm {
font-size: 30px
}
button.o_icon_button.me-2.pt-0 {
font-size: 40px
}
div.o_tour_pointer_tip
{
display: none;
}
div.o_tour_pointer_content {
display: none;
}
div.o_tour_pointer {
display: none;
}
div.w-100.py-3.ps-3.pe-5.border.border-start-0.rounded-end.text-break {
background-color: #6b3e66;
position: fixed;
bottom: 0;
right: 0;
margin: 10px; /* optional for spacing */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment