Skip to content

Instantly share code, notes, and snippets.

@myrdd
Created November 15, 2017 14:32
Show Gist options
  • Save myrdd/839d2ad675399be8b0d2d704dab6ab70 to your computer and use it in GitHub Desktop.
Save myrdd/839d2ad675399be8b0d2d704dab6ab70 to your computer and use it in GitHub Desktop.
RequestPolicy "color theme" (UserChrome.css) template
#rpc-contents {
background-color: #ffffff;
}
#rpc-origins-destinations [selected-origin="true"] {
border-color: #ddd !important;
background-color: #eaeaea;
}
#rpc-origins-destinations [selected-origin="false"]:hover {
border-color: #eee !important;
background-color: #f1f1f1;
}
#rpc-blocked-destinations [selected-dest="true"] {
border-color: #edd !important;
background-color: #ffe1e1;
}
#rpc-blocked-destinations [selected-dest="false"]:hover {
border-color: #fee !important;
background-color: #fff1f1;
}
#rpc-mixed-destinations [selected-dest="true"] {
border-color: #F2E2C7 !important;
background-color: #FFF3DE;
}
#rpc-mixed-destinations [selected-dest="false"]:hover {
border-color: #FFF3DE !important;
background-color: #FFFAF2;
}
#rpc-allowed-destinations [selected-dest="true"] {
border-color: #ded !important;
background-color: #e1ffe1;
}
#rpc-allowed-destinations [selected-dest="false"]:hover {
border-color: #efe !important;
background-color: #f1fff1;
}
#rpc-details .rpc-od-item:hover {
border-color: #eee !important;
background-color: #f1f1f1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment