summaryrefslogtreecommitdiffstats
path: root/ice/ice.css
diff options
context:
space:
mode:
Diffstat (limited to 'ice/ice.css')
-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
*----------------------------------------------------------------------------------