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

39 lines
1.0 KiB
CSS
Raw Normal View History

2023-04-23 09:41:12 +08:00
/* packages/widgets/Source/NavigationHelpButton/lighter.css */
2023-04-16 22:33:44 +08:00
.cesium-lighter .cesium-navigation-help-instructions {
2023-04-23 09:41:12 +08:00
border: 1px solid #759dc0;
background-color: rgba(255, 255, 255, 0.9);
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-help-pan {
2023-04-23 09:41:12 +08:00
color: #66ccee;
font-weight: bold;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-help-zoom {
2023-04-23 09:41:12 +08:00
color: #65ec00;
font-weight: bold;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-help-rotate {
2023-04-23 09:41:12 +08:00
color: #eec722;
font-weight: bold;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-help-tilt {
2023-04-23 09:41:12 +08:00
color: #d800d8;
font-weight: bold;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-help-details {
2023-04-23 09:41:12 +08:00
color: #222222;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-button {
2023-04-23 09:41:12 +08:00
color: #222222;
border-top: 1px solid #759dc0;
border-right: 1px solid #759dc0;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-button-selected {
2023-04-23 09:41:12 +08:00
background-color: rgba(196, 225, 255, 0.9);
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-button-unselected {
2023-04-23 09:41:12 +08:00
background-color: rgba(226, 240, 255, 0.9);
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-navigation-button-unselected:hover {
2023-04-23 09:41:12 +08:00
background-color: rgba(166, 210, 255, 0.9);
2023-04-16 22:33:44 +08:00
}