diff options
-rw-r--r-- | lib/gallery.common.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index be41cab6..39124d6e 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -217,6 +217,15 @@ input[type="reset"] { font-weight: normal; } +.g-editable { + padding: .2em .3em; +} + +.g-editable:hover { + background-color: #ffc; + cursor: text; +} + .g-error, .g-info, .g-success, |