mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Former-commit-id: 3e619a917c
Former-commit-id: 69e4e61cccff04b9f8ef2aadc6f2a05778bcbe63
Former-commit-id: 567798d52bc5cc3a0155bd7bfaa21ff7b7b88098
Former-commit-id: 95c814ad834fb3145eef88a68bde9af04f98bec9
43 lines
814 B
CSS
43 lines
814 B
CSS
/* List context items from https://redd.it/8j9t5n */
|
|
|
|
#context-back image,
|
|
#context-forward image,
|
|
#context-reload image,
|
|
#context-stop image,
|
|
#context-bookmarkpage image {
|
|
display: none !important;
|
|
}
|
|
|
|
#context-navigation .menu-iconic-left {
|
|
-moz-margin-start: 15px !important;
|
|
/*adjust this for your OS/theme*/
|
|
}
|
|
|
|
#context-back:after,
|
|
#context-forward:after,
|
|
#context-reload:after,
|
|
#context-stop:after,
|
|
#context-bookmarkpage:after {
|
|
content: attr(aria-label) !important;
|
|
}
|
|
|
|
#context-navigation {
|
|
-moz-box-orient: vertical !important;
|
|
}
|
|
|
|
#context-navigation>.menuitem-iconic {
|
|
-moz-box-pack: start !important;
|
|
}
|
|
|
|
/* End list context items */
|
|
|
|
|
|
|
|
menupopup {
|
|
-moz-appearance: none !important;;
|
|
background-color: var(--menu-bg) !important;
|
|
}
|
|
|
|
#context-navigation{
|
|
background-color: var(--menu-bg) !important;
|
|
}
|