Agriculture-front-end/public/Cesium/Widgets/Animation/lighter.css

71 lines
1.9 KiB
CSS
Raw Normal View History

2023-04-23 09:41:12 +08:00
/* packages/widgets/Source/Animation/lighter.css */
2023-04-16 22:33:44 +08:00
.cesium-lighter .cesium-animation-themeNormal {
2023-04-23 09:41:12 +08:00
color: #e5f2fe;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themeHover {
2023-04-23 09:41:12 +08:00
color: #abd6ff;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themeSelect {
2023-04-23 09:41:12 +08:00
color: #e5f2fe;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themeDisabled {
2023-04-23 09:41:12 +08:00
color: #efefef;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themeKnob {
2023-04-23 09:41:12 +08:00
color: #e1e2e3;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themePointer {
2023-04-23 09:41:12 +08:00
color: #fa5;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themeSwoosh {
2023-04-23 09:41:12 +08:00
color: #ace;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-themeSwooshHover {
2023-04-23 09:41:12 +08:00
color: #bdf;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-svgText {
2023-04-23 09:41:12 +08:00
fill: #111;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
2023-04-23 09:41:12 +08:00
fill: #111;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
2023-04-23 09:41:12 +08:00
stroke: #759dc0;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
2023-04-23 09:41:12 +08:00
fill: #ffaa2a;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
2023-04-23 09:41:12 +08:00
stroke: #ea0;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
2023-04-23 09:41:12 +08:00
stroke: #759dc0;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
2023-04-23 09:41:12 +08:00
fill: #fff;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
2023-04-23 09:41:12 +08:00
stroke: #ea0;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
2023-04-23 09:41:12 +08:00
fill: #abd6ff;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
2023-04-23 09:41:12 +08:00
stroke: #d3d3d3;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
2023-04-23 09:41:12 +08:00
fill: #818181;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-shuttleRingBack {
2023-04-23 09:41:12 +08:00
fill: #fafafa;
fill-opacity: 1;
stroke: #aeaeae;
stroke-width: 1.2;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-shuttleRingSwoosh line {
2023-04-23 09:41:12 +08:00
stroke: #8ac;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-animation-knobOuter {
2023-04-23 09:41:12 +08:00
stroke: #a5a5a5;
2023-04-16 22:33:44 +08:00
}