From 8d234cb4f5c1e67fdad3aa6c8d316de34337d832 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 6 Dec 2009 10:03:52 -0800 Subject: Add a slightly different background for input fields that have attribute 'readonly' --- lib/gallery.common.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index e586f29a..5119bf79 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -145,6 +145,10 @@ input[type="reset"] { display: none; } +input[readonly] { + background-color: #F4F4FC; +} + #g-dialog input.textbox, #g-dialog input[type=text], #g-dialog input[type=password], -- cgit v1.2.3