diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 21:35:40 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 21:35:40 -0800 |
| commit | 6984737a542d759cbde967341ff3eca9ce20a3ba (patch) | |
| tree | 1a4239eddfea2a62bd596abdebe1c56a4833ebaf /themes/night_wind/css | |
| parent | 8ac7a5c0d32320c74f5f0c84cf43165265786c93 (diff) | |
Clean up problem with cancelling the inplace edit left a whole bunch of css artifacts.
Diffstat (limited to 'themes/night_wind/css')
| -rw-r--r-- | themes/night_wind/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/night_wind/css/screen.css b/themes/night_wind/css/screen.css index b95cfc72..2286b26e 100644 --- a/themes/night_wind/css/screen.css +++ b/themes/night_wind/css/screen.css @@ -455,6 +455,11 @@ li.g-error select { padding-top: 1em; } +/* In-line editting ~~~~~~~~~~~~~~~~~~~~~ */ +#g-inplace-edit-message { + background-color: #FFF; +} + /** ******************************************************************* * 5) Navigation and menus *********************************************************************/ |
