dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

userChrome.css (224B)


      1 /* chrome://browser/content/browser.xhtml */
      2 #navigator-toolbox {
      3 	font-size: 12px;
      4 	max-height: 0;
      5 	overflow: hidden;
      6 }
      7 #navigator-toolbox:hover, 
      8 #navigator-toolbox:focus-within {
      9 	max-height: 100px;
     10 	overflow: visible;
     11 }