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 --- alps/alps.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'alps/alps.css') diff --git a/alps/alps.css b/alps/alps.css index 11c3d15..857247b 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -78,6 +78,11 @@ color:#755; background:#eee; } +input.text[readonly],textarea[readonly] { +border:none; +font-weight:bold; +} + /*---------------------------------------------------------------------------------- * BODY & PAGE *---------------------------------------------------------------------------------- -- cgit v1.2.3