Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /* ################################################################################################# */
  2. /* STATUSPANEL INSIDE SEARCHBAR */
  3. /* ################################################################################################# */
  4.  
  5. #urlbar:not([focused]) .urlbar-input-box{display: -moz-stack}
  6. #urlbar:not([focused]) .urlbar-input-box::after{
  7. z-index: 2;
  8. content: "";
  9. width: 100%;
  10. height: 100%;
  11. display: -moz-box;
  12. pointer-events:none;
  13. background: -moz-element(#statuspanel) 0 -14px no-repeat !important;
  14. }
  15. .searchbar-textbox:not([focused]) > * {opacity: 0;}
  16. #statuspanel{z-index: -1;}
  17. /* Don't show common values to save space */
  18. #statuspanel-label[value^="http"]{margin-left:-39px !important;}
  19. #statuspanel-label[value^="https"]{margin-left:-44px !important;}
  20. #statuspanel-label[value^="www"]{margin-left:-33px !important;}
  21. #statuspanel-label[value^="http://www"]{margin-left:-67px !important;}
  22. #statuspanel-label[value^="https://www"]{margin-left:-72px !important;}
  23.  
  24. .searchbar-textbox{margin: 2px 0 !important;}
  25. #statuspanel-inner > #statuspanel-label{min-width: 500px;background-color: #686869 !important;border: none !important; color: white !important; margin-left: -3px}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement