summaryrefslogtreecommitdiff
path: root/ext/mixed/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-03 12:12:55 -0500
committerGitHub <noreply@github.com>2021-01-03 12:12:55 -0500
commit8e304b83c685dde17a00d402877a21303b7c11f2 (patch)
tree0b2123575502c3e3cb5127582b03e9c196c9891d /ext/mixed/css
parenteda8534e195d653ee0dea36f70caed0d8d49acf1 (diff)
Translator regex replacements (#1199)
* Add support for regex replacements during the translation process * Allow assignment of textReplacements * Rename * Set up test data * Write expected data * Set up options * Prevent infinite loop if regex matches empty string * Implement setting controller * Add support for testing pattern replacements
Diffstat (limited to 'ext/mixed/css')
-rw-r--r--ext/mixed/css/material.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css
index ae3541a8..82c61a41 100644
--- a/ext/mixed/css/material.css
+++ b/ext/mixed/css/material.css
@@ -617,6 +617,10 @@ input[type=number].input-with-suffix-button {
border-right-style: none;
z-index: 1;
}
+input[type=text].code,
+input[type=number].code {
+ font-family: 'Courier New', Courier, monospace;
+}
/* Material design button */