Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. border-radius: 6px;
  2.  
  3. /* hide the Back button when there's nothing to go back to */
  4. #back-button[disabled="true"] {
  5.   display: none !important;
  6. }
  7. /* hide the Forward button when there's nothing to go forward to */
  8. #forward-button[disabled="true"] {
  9. display:none !important;
  10. }
  11. /*Change bookmark font*/
  12. #PersonalToolbar .toolbarbutton-text {
  13. font-size: 12.5px !important; }
  14.  
  15. /*Remove dropdown marker*/
  16. .toolbarbutton-menu-dropmarker
  17. {
  18.    display: none !important;
  19. }
  20.  
  21. /*Remove tabbar border*/
  22. .tabbrowser-tabs{
  23. border:none !important;
  24. padding-top: 10px !important;
  25. }
  26.  
  27. /*transparent url bar*/
  28. #urlbar{
  29. background-position: right !important;
  30. -moz-appearance: none !important;
  31. border: 0 !important;
  32. margin: 0 !important;
  33. padding-top: 5 !important;
  34. height: 22px !important;
  35. }
  36.  
  37.  
  38. #urlbar-icons > #star-button
  39. {
  40. display:   none !important;
  41. }
  42.  
  43. #urlbar-icons > #go-button
  44. {
  45.    display:   none !important;
  46. }
  47.  
  48. #feed-button
  49. {
  50. display: none !important
  51. }
  52.  
  53. .autocomplete-history-dropmarker { display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement