Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /**
- * (5/11/2021, 10:05 PM)
- *<https://addons.mozilla.org/en-US/firefox/addon/fallout-terminal/>
- * <3 delphicAssassin.
- **/
- #sidebarMenu-popup toolbarbutton:hover,
- panel treechildren::-moz-tree-row(selected),
- panel button:hover, menu:hover, menu[_moz-menuactive],
- menu[open], menuitem:hover,
- menuitem[_moz-menuactive] {
- background-color: #00C796 !important;
- color: #233523 !important;
- }
- menupopup, popup, popup > menu > menupopup, menupopup > menu > menupopup {
- -moz-appearance: none !important;
- background: #233523 !important;
- border: 1px solid #19F0BC !important;
- border-radius: 1px !important;
- padding: 2px 0px 2px 0px !important;
- }
- menupopup menuseparator {
- -moz-appearance: none !important;
- background-color: #19F0BC !important;
- margin: 2px 0px 2px 0px !important;
- padding: 0 !important;
- border-top: none !important;
- border-color: transparent !important;
- }
- menupopup menu, menuitem {
- -moz-appearance: none !important;
- color: #19F0BC !important;
- }
- #context-navigation {
- color: #C3C3C3 !important;
- background-color: #233523 !important;
- }
- #context-navigation menuitem {
- color: #33C6A5 !important;
- background: transparent !important;
- transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
- }
- #context-navigation menuitem:hover {
- color: #19F0BC !important;
- }
- .menu-right {
- -moz-appearance: none !important;
- list-style-image: url("chrome://global/skin/icons/arrow-dropdown-16.svg") !important;
- transform: rotate(-90deg) !important;
- -moz-context-properties: fill !important;
- fill: #3C8B5A !important; color: #3C8B5A !important;
- }
Add Comment
Please, Sign In to add comment