diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-06 10:04:02 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-06 10:04:02 -0800 |
commit | 61d64c12a26e7a68969c2e03c902ba753f259e00 (patch) | |
tree | 9b5090a410da3655db0007e7daab5d621ee76abb /lib | |
parent | dfc082ad5f972593998ad08c7c98cadf40bcfebd (diff) | |
parent | c603a446cd6e8aa54254178b4d19e920376aab9f (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib')
-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], |