summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index b4372fe3..5fe0d08a 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -604,6 +604,12 @@ table.sub_menu tr td
.biginput:focus { border-color: black; }
.biginput:hover { border-color: black; }
+.biginput[readonly] /* NOTE: Ignored by IE */
+{
+ border-color: #D0D0D0;
+ background-color: #EEEEEE;
+}
+
.button
{
font-family: Verdana, Helvetica, Geneva;