Guest User

Untitled

a guest
Jun 29th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.65 KB | None | 0 0
  1. /* uBlock Origin */
  2. @-moz-document url-prefix("moz-extension://eee4d0c1-7cac-4896-aa9f-1a5c4902d2b9/popup-fenix.html") {
  3.     body, #sticky {background-color: #2A2D3E !important; color: #00AABB !important; }
  4.     h2 {background-color: #2A2D3E !important; color: #999 !important; font-weight: bold !important;}
  5.     span {color: #999 !important;}
  6.     .toolRibbon span, .toolRibbon a, #moreOrLess span {background-color: #2A2D3E !important;}
  7.     .toolRibbon span:hover, .toolRibbon a:hover, #moreOrLess span:hover {background-color: #191925 !important;}
  8.     .toolRibbon span .fa-icon, .toolRibbon a .fa-icon, #moreOrLess span .fa-icon {fill: #999 !important;}
  9.     .toolRibbon span:hover .fa-icon, .toolRibbon a:hover .fa-icon, #moreOrLess span:hover span {background-color: #191925 !important;}
  10.    
  11.     #appinfo {display: none !important;}
  12.     #switch {fill: #00AABB !important; stroke: none !important; background-color: #2A2D3E !important;}
  13.     #switch:hover {fill: #191925 !important;}
  14.     body.off #switch {fill: #191925 !important;}
  15.     body.off #switch:hover {fill: #00AABB !important;}
  16.     .rulesetTools .fa-icon {background-color: #191925 !important; fill: #999 !important; border: none !important;}
  17.     .rulesetTools .fa-icon:hover {background-color: #2A2D3E !important; fill: #00AABB !important;}
  18.     #basicTools svg {fill: #999 !important;}
  19.     #basicTools span:hover {fill: #00AABB !important;}
  20.     #refresh {background-color: #191925 !important; fill: #999 !important; border: none !important;}
  21.     #refresh:hover, #refresh:active {background-color: #2A2D3E !important; fill: #00AABB !important;}
  22.     .nope {stroke: #e74c3c  !important;}
  23.     hr {border-color: #666 !important;}
  24.    
  25.     #firewall > div > span:nth-child(2), #firewall > div > span:nth-child(3) {background-color: #191925 !important;}
  26.     #firewall > div > span.allowRule.ownRule {background-color: #27ae60 !important;}
  27.     #firewall > div > span.blockRule.ownRule {background-color: #e74c3c !important;}
  28.     #firewall > div > span.noopRule.ownRule {background-color: #555 !important;}
  29.  
  30.     #firewall > div > span:first-child {background-color: #2A2D3E !important; color: #00AABB !important;}
  31.  
  32.     #firewall > div.blocked > span:first-of-type::before, #firewall > div.isDomain.totalBlocked > span:first-of-type::before {background-color: #e74c3c !important}
  33.     #firewall > div.allowed.blocked > span:first-of-type::before, #firewall > div.isDomain.totalAllowed.totalBlocked > span:first-of-type::before {background-color: #f39c12 !important;}
  34.     #firewall > div.allowed > span:first-of-type::before, #firewall > div.isDomain.totalAllowed > span:first-of-type::before {background-color: #27ae60 !important;}
  35. }
Add Comment
Please, Sign In to add comment