PGC
PGC by noahkrpg
Details
Authornoahkrpg
LicenseNo License
Categorypgc.planejamento.gov.br
Created
Updated
Size579 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
PGC
Source code
/* ==UserStyle==
@name PGC
@version 20231026.23.55
@namespace pgc.planejamento.gov.br
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pgc.planejamento.gov.br") {
.form-control[enabled] {
cursor:auto;
}
.force-select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
input[type="text"]:disabled {
/* background: red; */
pointer-events: none;
}
.input-xlarge:disabled {
/* background: blue;*/
pointer-events: none;
}
}