fenix-fox/chrome/toggle_bookmarksbar_with_alt.css
MrOtherGuy c9f12e9633 Update
2018-11-26 01:13:23 +02:00

13 lines
No EOL
523 B
CSS

/* Pretty much requires either menubar_in-toolbar or the oneliner compatible one */
/* Otherwise the changing vertical position causes bookmarks to be unclickable */
/* NOT COMPATIBLE with Fx65+ */
#main-window[sizemode="normal"]:not([customizing]) #PersonalToolbar{
transition: margin 0.15s ease-in-out 50ms, z-index 16ms linear 100ms!important;
height: 28px;
position: relative;
z-index: 1;
}
:root:not([customizing]) #toolbar-menubar[inactive] ~ #PersonalToolbar:not(:hover){
margin-top:-28px;
z-index: -1;
}