Miscellaneous keyboard functionality tweaks for now, to be upstreamed eventually, probably
akkomaTweaks by banaanihillo
Details
Authorbanaanihillo
LicenseGPL-3.0-or-later
Category*
Created
Updated
Size339 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name displayCheckbox
@version 2025-01-18
@namespace userstyles.world
@description Re-enable input type checkbox display
@author banaanihillo
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("nbh.ax") {
.checkbox input[type="checkbox"] {
display: initial;
}
}