From 7741c8c67b4b162db6b42f0e3a230bbb46a66218 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..4735dead 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: 0 0; +} -- 2.19.0.rc1