lighter.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* packages/widgets/Source/Animation/lighter.css */
  2. .cesium-lighter .cesium-animation-themeNormal {
  3. color: #e5f2fe;
  4. }
  5. .cesium-lighter .cesium-animation-themeHover {
  6. color: #abd6ff;
  7. }
  8. .cesium-lighter .cesium-animation-themeSelect {
  9. color: #e5f2fe;
  10. }
  11. .cesium-lighter .cesium-animation-themeDisabled {
  12. color: #efefef;
  13. }
  14. .cesium-lighter .cesium-animation-themeKnob {
  15. color: #e1e2e3;
  16. }
  17. .cesium-lighter .cesium-animation-themePointer {
  18. color: #fa5;
  19. }
  20. .cesium-lighter .cesium-animation-themeSwoosh {
  21. color: #ace;
  22. }
  23. .cesium-lighter .cesium-animation-themeSwooshHover {
  24. color: #bdf;
  25. }
  26. .cesium-lighter .cesium-animation-svgText {
  27. fill: #111;
  28. }
  29. .cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
  30. fill: #111;
  31. }
  32. .cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
  33. stroke: #759dc0;
  34. }
  35. .cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
  36. fill: #ffaa2a;
  37. }
  38. .cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
  39. stroke: #ea0;
  40. }
  41. .cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
  42. stroke: #759dc0;
  43. }
  44. .cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
  45. fill: #fff;
  46. }
  47. .cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
  48. stroke: #ea0;
  49. }
  50. .cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
  51. fill: #abd6ff;
  52. }
  53. .cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
  54. stroke: #d3d3d3;
  55. }
  56. .cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
  57. fill: #818181;
  58. }
  59. .cesium-lighter .cesium-animation-shuttleRingBack {
  60. fill: #fafafa;
  61. fill-opacity: 1;
  62. stroke: #aeaeae;
  63. stroke-width: 1.2;
  64. }
  65. .cesium-lighter .cesium-animation-shuttleRingSwoosh line {
  66. stroke: #8ac;
  67. }
  68. .cesium-lighter .cesium-animation-knobOuter {
  69. stroke: #a5a5a5;
  70. }