From b3059ab6d6824928445b2a44893fb85f06eb3360 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 25 Oct 2009 22:18:38 -0600 Subject: Move g-editable styles from admin_wind to gallery.common, they'll be useful in themes as well as admin themes. --- lib/gallery.common.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') 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, -- cgit v1.2.3