Guest User

Untitled

a guest
Jul 7th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. /* changing tab color to more blending. turned off due to not working light mode */
  3.  
  4. /* .tab-background[selected="true"] {
  5.     background-color: #2b2a33 !important;
  6.     background-image: none !important;
  7. } */
  8.  
  9. /* Hide star button (bookmark) */
  10.  
  11. #star-button {
  12.      display: none;
  13. }
  14.  
  15. .urlbarView-row[type=search] :is(.urlbarView-action, .urlbarView-title-separator) {
  16.      display: none !important;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment