From a0f26bbdd342d01d80b362b30d63ccdd844785ad Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 30 Aug 2018 10:06:00 +0200 Subject: [PATCH] villeurbanne-2018: mark readonly fields with no border and shadow (#25957) --- static/villeurbanne-2018/_custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/villeurbanne-2018/_custom.scss b/static/villeurbanne-2018/_custom.scss index 3b138ba7..1e6067a7 100644 --- a/static/villeurbanne-2018/_custom.scss +++ b/static/villeurbanne-2018/_custom.scss @@ -414,4 +414,8 @@ ul#evolutions { } } - +input[readonly], select[readonly], textarea[readonly] { + background: transparent; + cursor: default; + box-shadow: none; +} -- 2.19.0.rc1