delphicAssassin

Fallout Terminal Upgrade

May 11th, 2021 (edited)
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /**
  4.  * (5/11/2021, 10:05 PM)
  5.  *<https://addons.mozilla.org/en-US/firefox/addon/fallout-terminal/>
  6.   * <3 delphicAssassin.
  7.  **/
  8.  
  9. #sidebarMenu-popup toolbarbutton:hover,
  10.  
  11. panel treechildren::-moz-tree-row(selected),
  12. panel button:hover, menu:hover, menu[_moz-menuactive],
  13. menu[open], menuitem:hover,
  14.  
  15. menuitem[_moz-menuactive] {
  16.     background-color: #00C796 !important;
  17.     color: #233523 !important;
  18. }
  19.  
  20.  
  21. menupopup, popup, popup > menu > menupopup, menupopup > menu > menupopup {
  22.     -moz-appearance: none !important;
  23.     background: #233523 !important;
  24.     border: 1px solid #19F0BC !important;
  25.     border-radius: 1px !important;
  26.     padding: 2px 0px 2px 0px !important;
  27. }
  28.  
  29. menupopup menuseparator {
  30.     -moz-appearance: none !important;
  31.     background-color: #19F0BC !important;
  32.     margin: 2px 0px 2px 0px !important;
  33.     padding: 0 !important;
  34.     border-top: none !important;
  35.     border-color: transparent !important;
  36. }
  37.  
  38. menupopup menu, menuitem {
  39.     -moz-appearance: none !important;
  40.     color: #19F0BC !important;
  41. }
  42.  
  43. #context-navigation {
  44.     color: #C3C3C3 !important;
  45.     background-color: #233523 !important;
  46. }
  47.  
  48.  
  49. #context-navigation menuitem {
  50.     color: #33C6A5 !important;
  51.     background: transparent !important;
  52.     transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  53.  
  54. }
  55.  
  56. #context-navigation menuitem:hover {
  57.     color: #19F0BC !important;
  58. }
  59.  
  60. .menu-right {
  61.     -moz-appearance: none !important;
  62.     list-style-image: url("chrome://global/skin/icons/arrow-dropdown-16.svg") !important;
  63.     transform: rotate(-90deg) !important;
  64.     -moz-context-properties: fill !important;
  65.     fill: #3C8B5A !important; color: #3C8B5A !important;
  66. }
Add Comment
Please, Sign In to add comment