From 8e304b83c685dde17a00d402877a21303b7c11f2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Jan 2021 12:12:55 -0500 Subject: 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 --- ext/mixed/css/material.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/mixed/css') 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 */ -- cgit v1.2.3