Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DUSK FOX
- ::-moz-selection {background-color: rgba(255, 99, 71, 0.8) !important;}
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /* menu */
- menupopup, popup,
- popup > menu > menupopup,
- menupopup > menu > menupopup,
- #context-navigation {
- -moz-appearance: none !important;
- background: #282828 !important;
- border: none !important;
- padding: 2px 0px 2px 0px !important;
- }
- menupopup menuseparator {
- -moz-appearance: none !important;
- background: #323232 !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: #eeeef2 !important;
- font-family: Calibri !important;
- }
- menupopup menu:hover, menuitem:hover, context-navigation > menuitem:hover {
- -moz-appearance: none !important;
- color: #eeeef2 !important;
- background-color: rgba(255, 99, 71, 0.8) !important;
- }
- /* selected option colour */
- .autocomplete-richlistitem[selected],
- .View-row[selected] {
- background-color: #333333 !important;
- }
- /* find bar (ctrl + f) */
- .findbar-container {
- background: #282828 !important;
- color: #eeeef2 !important;
- border-color: 0 !important;
- }
- .findbar-closebutton {
- background-color: #282828 !important;
- color: #eeeef2 !important;
- }
- .findbar-find-previous,
- .findbar-find-next{
- background-color: #282828 !important;
- border-color: #1c1c1c !important;
- }
- .findbar-find-previous:hover,
- .findbar-find-next:hover {
- cursor: pointer;
- }
- .findbar-textbox {
- background-color: #282828 !important;
- border-color: #1c1c1c !important;
- }
- #PopupAutoCompleteRichResult {
- margin-left: 0px !important;
- }
- /** bookmarks **/
- /* Color of bookmarks text */
- .bookmark-item[container] {
- color: #eeeef2 !important;
- }
- /* Color of bookmarks icon */
- .bookmark-item {
- fill: #eeeef2 !important;
- }
- /* Global (default) */
- .bookmark-item:not([container]){
- fill: #eeeef2 !important;
- }
- /* Icon */
- .menu-iconic-text {
- color: white !important;
- }
- /* Hover on children color */
- .bookmark-item:not([container]):hover {
- background-color: rgba(255, 99, 71, 0.8) !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement