phpMyAdmin monospace tables
phpMyAdmin monospace tables by saidbakr
Details
Authorsaidbakr
LicenseNo License
Categoryphpmyadmin, localhost
Created
Updated
Size322 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 phpMyAdmin monospace tables
@namespace github.com/openstyles/stylus
@version 1.0.0
@description phpMyAdmin monospace tables
@author Said Bakr
==/UserStyle== */
@-moz-document domain("localhost") {
td.data.grid_edit span{
font-family: monospace;
}
}