fenix-fox/chrome/textual_context_navigation.css
2020-05-22 08:13:58 +03:00

9 lines
No EOL
600 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/textual_context_navigation.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Makes constext navigation buttons appears as normal textual menuitems */
#context-navigation{ -moz-box-orient: vertical }
#context-navigation > menuitem > .menu-iconic-left{ display: none }
#context-navigation > menuitem{ padding-inline-start: 30px !important; -moz-box-pack: start !important }
#context-navigation > menuitem::before{ content: attr(aria-label) }