SCBBusinessNet.com
- YAY enlarge the input boxes.
Authoriannnnn
LicenseNo License
Categorypantip
Created
Updated
Size679 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
SCBBusinessNet.com
/* ==UserStyle==
@name SCB Busuness Net Larger Input Box
@version 20211010.14.04
@namespace userstyles.world/user/iannnnn
@description SCBBusinessNet Larger Input Box
YAY enlarge the input boxes.
@author iannnnn
@license No License
==/UserStyle== */
@-moz-document domain("scbbusinessnet.com") {
td.datagrey,
td.data {
font-size: 1.5em !important;
padding: 15px !important;
}
td.datagrey input,
td.data input,
td.datactr input,
td.datactrgrey input {
width: 50px;
height: 50px;
font-size: 1.5em !important;
}
input[size*="12"] {
min-width: 200px !important;
min-height: 50px !important;
}
}