A new userstyle
pfsense by noahkrpg
Details
Authornoahkrpg
LicenseNo License
Categorypfsense
Created
Updated
Size541 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
pfsense
Source code
/* ==UserStyle==
@name 10.21.8.24 - 11/28/2022, 10:36:32 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://10.21.5.1:8888/") {
/* Insert code here... */
body {
font-size: 12px !important;
}
.container {
width: inherit !important;
max-width: 1280px !important;
}
table[data-sortable].sortable-theme-bootstrap {
font-size: 12px !important;
}
}