We have installed Fisheye 3.0.2.
The color customization that existed previously no longer works for the latest version.
Previously we performed customization as follows:
1) cd /Applications/FisheyeCrucible/Install/content/static/mnyj1r/2static/style
2) Changed the settings here:
vi concat.style.5170a8c4b1ad88af38662830d7669c45.cache.css
/light blue section at the bottom of the header/
#header-bottom
/dark blue section on the top of the header/
#header-top
But these changes no longer work for the latest version of Fisheye.
We color customize to distinguish between our test, dev and production environments.
That is still the correct file to edit (although the hex digit string and the mny... path component vary from release to release), but you will need to:
1. Add the CSS: .aui-header { background: #123456; }
2. Create a gziped version of your modified file, i.e in the unix shell, for example:
mv concat.style....cache.css.gz concat.style...cache.css.gz.old
gzip concat.style...cache.css
Then restart FishEye/Crucible
Thank you! Your answer is helpfull!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am glad to say there is new plugin for FishEye and Crucible that enables high-level theme customization.
Check out Atlassian Marketplace page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.