diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-06 19:17:02 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-06 19:17:02 -0800 |
commit | 8ed47ceaad15bc7ef7ee292f167c8dddf57593f2 (patch) | |
tree | 88d1c75baa86ecb22d115941e02a489d41c502f6 /lib | |
parent | 62693db037729f18db42d3959c73e470d1b106f1 (diff) | |
parent | c603a446cd6e8aa54254178b4d19e920376aab9f (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_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], |