Pinboard App Improvements

Started by Mario, January 13, 2018, 01:50:25 PM

Previous topic - Next topic

Mario

Based on the feedback of users (e.g., ubacher or Arthur) in the 2017.13.2 thread I've made some improvements on the Pinboard app for the next release. For handling hidden elements, <tab> for moving the focus etc.

I'll keep the Release Notes up-to-date while I enhance the app. Keep the feedback coming in the appropriate feature request board.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

Menace

Can I change the background of the pinboard-App in a nonpinboard black or grey color?

Mario

Yes. You mean removing the "cork" background?
I have prepared the app for "theming" but not implemented any user interface for it.

The background is controlled via the CSS file

C:\ProgramData\photools.com\IMatch6\webroot\imatch\apps\pinboard\styles\themes\default\theme.css

Open this file in a proper text editor and then change this:


body {
    padding:0;
    margin:0;
    background: url(images/background-2.jpg);   
}

to

body {
    padding:0;
    margin:0;
    background: url(images/background-1.jpg);   
}


to get



or

body {
    padding:0;
    margin:0;
    background-color: #000
}

(solid black background color).


Note: These changes will be overwritten when you install a new version of IMatch.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

Menace