diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-06 10:03:52 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-06 10:03:52 -0800 |
commit | 8d234cb4f5c1e67fdad3aa6c8d316de34337d832 (patch) | |
tree | a207cfd3bfd0e63ff909570062ba11a678fe01c3 | |
parent | fcbf824c05a7ba61391c0b5afc1589436490e7ba (diff) |
Add a slightly different background for input fields that have attribute 'readonly'
-rw-r--r-- | lib/gallery.common.css | 4 |
1 files changed, 4 insertions, 0 deletions
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], |