Advertisement
iama_alpaca

Compact_userChrome

Sep 2nd, 2017
940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. :root{
  2.     --toolbarbutton-border-radius: 0px !important;
  3. }
  4. #appMenu-fxa-container, #appMenu-fxa-container + toolbarseparator {
  5.     display: none !important;
  6. }
  7.  
  8. #pageActionButton{
  9.     display: none !important;
  10. }
  11.  
  12. #page-action-buttons{
  13.     display: none !important;
  14. }
  15.  
  16. .urlbar-history-dropmarker{
  17.     display: none !important;
  18. }
  19.  
  20. .tabs-newtab-button{
  21.     margin: -8px 0 0px -3px !important;
  22. }
  23.  
  24. #urlbar{
  25.     text-align: center !important;
  26.     font-size: 14px !important;
  27.     box-shadow: none !important;
  28.     background-color: #454545 !important;
  29.     border: none !important;
  30.     min-height: 18px !important;
  31.     margin-top: -3px !important;
  32.     margin-bottom: -3px !important;
  33. }
  34.  
  35. .customization-target{
  36.     max-height: 22px !important;
  37. }
  38.  
  39. #nav-bar{
  40.     max-height: 27px !important;
  41.     padding: none !important;
  42. }
  43.  
  44. #TabsToolbar{
  45.     min-height: 10px !important;
  46. }
  47.  
  48. .tab-content{
  49.     max-height: 22px !important;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement