From d30c65eaca673ae7a23c4792d7b243460c89a8b1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 12 Jan 2009 20:34:27 +0000 Subject: Modified several pages to replace contenteditable with readonly. Added readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed --- ice/ice.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ice') diff --git a/ice/ice.css b/ice/ice.css index 5a3b803..1a6d7c7 100644 --- a/ice/ice.css +++ b/ice/ice.css @@ -68,6 +68,11 @@ input[type=text][disabled] { color: #755; background: #eee; } +input.text[readonly],textarea[readonly] { + border: none; + font-weight: bold; + background: transparent; +} /*---------------------------------------------------------------------------------- * BODY & PAGE *---------------------------------------------------------------------------------- -- cgit v1.2.3