Agriculture-front-end/dist/Cesium/Widgets/lighterShared.css

53 lines
1.3 KiB
CSS
Raw Normal View History

2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-button {
2023-09-11 21:56:39 +08:00
color: #111; /* For text buttons */
fill: #111; /* For SVG buttons */
background: #e2f0ff;
border: 1px solid #759dc0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-button:focus {
2023-09-11 21:56:39 +08:00
color: #000; /* For text buttons */
fill: #000; /* For SVG buttons */
border-color: #ea4;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-button:hover {
2023-09-11 21:56:39 +08:00
color: #000; /* For text buttons */
fill: #000; /* For SVG buttons */
background: #a6d2ff;
border-color: #aef;
box-shadow: 0 0 8px #777;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-button:active {
2023-09-11 21:56:39 +08:00
color: #fff; /* For text buttons */
fill: #fff; /* For SVG buttons */
background: #48b;
border-color: #ea0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-button:disabled,
.cesium-lighter .cesium-button-disabled,
.cesium-lighter .cesium-button-disabled:focus,
.cesium-lighter .cesium-button-disabled:hover,
.cesium-lighter .cesium-button-disabled:active {
2023-09-11 21:56:39 +08:00
background: #ccc;
border-color: #999;
color: #999; /* For text buttons */
fill: #999; /* For SVG buttons */
box-shadow: none;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-performanceDisplay {
2023-09-11 21:56:39 +08:00
background-color: #e2f0ff;
border-color: #759dc0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-performanceDisplay-fps {
2023-09-11 21:56:39 +08:00
color: #e52;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-performanceDisplay-ms {
2023-09-11 21:56:39 +08:00
color: #ea4;
2023-04-23 09:41:12 +08:00
}