picEdit icon indicating copy to clipboard operation
picEdit copied to clipboard

Can not annotate beneath the editor bar

Open Pandahisham opened this issue 9 years ago • 3 comments

instead of fade in on hover make the editor toolbar persistent across the top border , and the accept / cancel option in the bottom border , that way the controls are always visible , right now white images are making the controls hard to find , also please add a refresh button , thanks for the great plugin :+1:

Pandahisham avatar Mar 02 '15 18:03 Pandahisham

Just Change the following selector in picedit.css:

Change opacity: to 1

.picedit_nav_box { position: absolute; top: 0; left: 0; width: 100%; padding: 1% 1% 1.5% 1%; z-index: 15; opacity: 0;

-webkit-transition: opacity 200ms ease-out;
-moz-transition: opacity 200ms ease-out;
-ms-transition: opacity 200ms ease-out;
-o-transition: opacity 200ms ease-out;
transition: opacity 200ms ease-out;

}

jaysudo avatar Mar 03 '15 01:03 jaysudo

Also, I made my own container div to control opening/closing the dialog. This can be easily done with jquery.

jaysudo avatar Mar 03 '15 01:03 jaysudo

thanks guys , really helpful

On Tue, Mar 3, 2015 at 7:18 AM, jaysudo [email protected] wrote:

Also, I made my own container div to control opening/closing the dialog. This can be easily done with jquery.

— Reply to this email directly or view it on GitHub https://github.com/andyvr/picEdit/issues/19#issuecomment-76867755.

Pandahisham avatar Mar 03 '15 08:03 Pandahisham