mobile-config-firefox/chrome/textual_context_navigation.css

9 lines
600 B
CSS
Raw Normal View History

2020-05-22 07:13:58 +02:00
/* 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. */
2020-03-18 14:57:53 +01:00
/* 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) }