summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gallery.common.css4
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],