Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. /* ::::: active tabs coloring ::::: */
  2. .tabbrowser-tab,
  3. .tabbrowser-tab[first-tab="true"],
  4. .tabbrowser-tab[selected="false"],
  5. .tabbrowser-tab[beforeselected="true"],
  6. .tabbrowser-tab[afterselected="true"] {
  7. background-color: #E0ECEF !important;
  8. color: #404040 !important;
  9. }
  10.  
  11. .tabbrowser-tab:hover,
  12. .tabbrowser-tab[selected="false"]:hover {
  13. background-image: none !important;
  14. background-color: #FFE4C4 !important; /* color = bisque */
  15. color: #000000 !important;
  16. }
  17.  
  18. .tabbrowser-tab[selected="true"] {
  19. background-image: none !important;
  20. background-color: #FFD700 !important; /* color = gold */
  21. color: #000000 !important;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement