Skip to content

Instantly share code, notes, and snippets.

@tetsuharuohzeki
Created July 3, 2010 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tetsuharuohzeki/462557 to your computer and use it in GitHub Desktop.
Save tetsuharuohzeki/462557 to your computer and use it in GitHub Desktop.
Apply the style of Navigation toolbar when "TabOnTop", for using Tree Style Tab
/* Apply the style of Navigation toolbar when "TabOnTop", for using TST */
#navigator-toolbox[tabsontop="false"] {
background-image: -moz-linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0)),
-moz-linear-gradient(left, rgb(207, 219, 236), rgb(207, 219, 236));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment