not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
825 B

  1. .theme-fu .tabbar {
  2. /*
  3. background-color: #C3C3C3;
  4. */
  5. white-space: nowrap;
  6. position: relative;
  7. }
  8. .theme-fu .tab.focus, .theme-fu .tab:focus {
  9. outline: none;
  10. }
  11. .theme-fu .tab {
  12. cursor: pointer;
  13. display: inline-block;
  14. white-space: nowrap;
  15. /**/
  16. color: #606060;
  17. background-color: #C3C3C3;
  18. /**/
  19. margin: 0;
  20. padding: 0.5em 0.7em;
  21. border: 1px solid rgba(50, 50, 50, 0.2);
  22. border-top: none;
  23. border-left: none;
  24. border-radius: 0 0 5px 5px;
  25. /**/
  26. box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
  27. }
  28. .theme-fu .tab.hover, .tab:enabled:hover {
  29. background-color: #C0C0C0;
  30. }
  31. .theme-fu .tab.active, .theme-fu .active-tab-bg {
  32. background-color: #D7D7D7;
  33. }
  34. .theme-fu .tab.active {
  35. /*
  36. background-color: #D7D7D7;
  37. Xfont-weight: bold;
  38. */
  39. box-shadow: none;
  40. box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  41. color: Black;
  42. }