loctranp

userContent.css

Aug 13th, 2022
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.94 KB | None | 0 0
  1.  
  2. * {  
  3.     --color1: #131a1c;
  4.     --color3: #22292b;
  5.     --color5: #67b0e8;
  6.     --color6: #bab3e5;
  7.  
  8.   scrollbar-width: thin !important;
  9.     scrollbar-color: var(--color3) var(--color1) !important;
  10. }
  11.  
  12. @-moz-document url("about:privatebrowsing"){
  13.     html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
  14.         background-color: var(--color1) !important;
  15.     }
  16.     #search-handoff-button {
  17.         background-color: #181f21 !important;
  18.         border: none !important
  19.         box-shadow: none !important;
  20.         border-bottom: 1px solid var(--color5) !important;
  21.         border-radius: 10px 10px 10px 10px !important;
  22.     }
  23.    
  24.     .fake-caret {background: rgb(255, 255, 255) !important;}
  25.     .logo-and-wordmark .wordmark {
  26.         fill: var(--color5) !important;
  27.    
  28.     }
  29. }
  30.  
  31.   @-moz-document url("about:home"),url("about:blank"),url("about:newtab"){
  32.     html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
  33.         background-color: var(--color1) !important;
  34.     }
  35.    
  36.     .search-wrapper .search-handoff-button {
  37.         background-color: #181f21 !important;
  38.         color: var(--color6) !important;
  39.         border: none !important;
  40.         box-shadow: none !important;
  41.         border-bottom: 1px solid var(--color1) !important;
  42.         border-radius: 10px 10px 10px 10px !important;
  43.       }
  44.     .search-wrapper .logo-and-wordmark {
  45.         opacity: 0.8 !important;
  46.     }
  47.      
  48.     .search-wrapper input:focus {
  49.         background-color: #232a2d !important;
  50.     color: white !important;
  51.     }
  52.     .search-wrapper .search-button {
  53.         fill: #8ccf7e !important;
  54.     }
  55.     .search-wrapper .search-button:focus,
  56.     .search-wrapper .search-button:hover {
  57.         background-color: #232a2d !important;
  58.         fill: white !important;
  59.     }
  60.     .outer-wrapper.newtab-experience .search-wrapper .search-handoff-button .fake-caret {
  61.         top: 12px !important;
  62.     }
  63.    
  64.     .outer-wrapper.newtab-experience .search-wrapper .search-inner-wrapper {
  65.         min-height: 42px !important;
  66.     }
  67. }
  68.  
Advertisement
Add Comment
Please, Sign In to add comment