summaryrefslogtreecommitdiffstats
path: root/ice
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-12 20:34:27 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-12 20:34:27 +0000
commitd30c65eaca673ae7a23c4792d7b243460c89a8b1 (patch)
tree509f13f95f4d7a2bfc8b3aff1a8d00282e043fd2 /ice
parent2a6a0ec4c66aa1defa4ecd3b9a9d76f13d22f966 (diff)
downloadacf-skins-d30c65eaca673ae7a23c4792d7b243460c89a8b1.tar.bz2
acf-skins-d30c65eaca673ae7a23c4792d7b243460c89a8b1.tar.xz
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
Diffstat (limited to 'ice')
-rw-r--r--ice/ice.css5
1 files changed, 5 insertions, 0 deletions
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
*----------------------------------------------------------------------------------