From 9fe60c27fba98abebff2aac14da01b146ad79bd5 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 11 Dec 2016 18:11:00 +0100 Subject: [PATCH] Traylayout: Make textarea monospace in web UI --- scripts/self.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/self.css b/scripts/self.css index 1f09e49..e890540 100644 --- a/scripts/self.css +++ b/scripts/self.css @@ -170,6 +170,10 @@ ul li:hover span { } +textarea { + font-family: monospace; +} + input[type=range] { -webkit-appearance: none; margin: 10px 0;