From 7918768cfeb6629f29b0df33372cb1b07342fba1 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/villeurbanne-2018/_custom.scss b/static/villeurbanne-2018/_custom.scss index 3b138ba7..81d1d19a 100644 --- a/static/villeurbanne-2018/_custom.scss +++ b/static/villeurbanne-2018/_custom.scss @@ -414,4 +414,9 @@ ul#evolutions { } } - +input[readonly], select[readonly], textarea[readonly] { + background: transparent; + cursor: default; + box-shadow: none; + border: 0; +} -- 2.19.0.rc1