AppBar styling is more restrictive
For consistency between apps, Splunk 6.0 now constrains AppBar customization to color and logo.
To set color, use the color option to the nav element in default.xml. For example:
To set a logo, package appLogo.png within $SPLUNK_HOME/etc/apps/ /static
Here are the specifications to use for appLogo.png:
Specification Description
Background Transparent
Width variable
Height 40px (80px @2x)
Margins ~10px top and bottom (20px @2x)
The 40px width should a 10px space at the top and bottom, so the logo should be 20px tall.
However, there is some leeway to go into the margin area, particularly if the logo has any bits that project up or down or it is particularly complex, square or round.
and Search page restyling no longer supported
Splunk 6.0 new search page cannot be customized as it does not load any custom javaScript or CSS.
Copied from : http://docs.splunk.com/Documentation/Splunk/6.0.1/AdvancedDev/Migration
... View more