Advertisement
Guest User

Untitled

a guest
May 2nd, 2012
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. .tabbrowser-tabs {
  2.     background: #cfdbec!important;
  3. }
  4.  
  5. .tabbrowser-tab {
  6.     padding: 5px 4px!important;
  7.     border-radius: 0!important;
  8.     border: none!important;
  9.     min-height: 0!important;
  10.     max-height: auto!important;
  11.     margin-bottom: 1px!important;
  12. }
  13.  
  14. .tabbrowser-tab:hover {
  15.     background: #eaeff6!important;
  16. }
  17.  
  18. .tab-close-button {
  19.     display: none!important;
  20. }
  21.  
  22. #verticaltabs-splitter {
  23.     border: none!important;
  24.     background: #c4d6e7!important;
  25.     width: 8px!important;
  26.     margin-bottom: 0!important;
  27. }
  28.  
  29. .tabbrowser-tab,
  30. .tab-text {
  31.     cursor: default!important;
  32. }
  33.  
  34. .tabbrowser-tab[selected="true"],
  35. .tabbrowser-tab[multiselect="true"] {
  36.     background: #f8f8f8!important;
  37. }
  38.  
  39. #TabsToolbar {
  40.     display: none!important;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement