mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
• Tooltip integration • Sensor Tab: rework • Help & Documentation Tab: basic styling • Logging Tab: basic styling • PID Tab: some fixes • Added the word „configurator (+ version)“ under the logo • Removed not yet used „help icons“
33 lines
No EOL
546 B
CSS
Executable file
33 lines
No EOL
546 B
CSS
Executable file
|
|
/* Container */
|
|
|
|
.jBox-TooltipBorder .jBox-container {
|
|
border-radius: 5px;
|
|
border: 2px solid #52a2cb;
|
|
}
|
|
|
|
/* Pointer */
|
|
|
|
.jBox-TooltipBorder .jBox-pointer:after {
|
|
border: 2px solid #52a2cb;
|
|
}
|
|
|
|
.jBox-TooltipBorder .jBox-pointer-top,
|
|
.jBox-TooltipBorder .jBox-pointer-bottom {
|
|
width: 34px;
|
|
height: 12px;
|
|
}
|
|
|
|
.jBox-TooltipBorder .jBox-pointer-left,
|
|
.jBox-TooltipBorder .jBox-pointer-right {
|
|
width: 12px;
|
|
height: 34px;
|
|
}
|
|
|
|
/* Close button */
|
|
|
|
.jBox-TooltipBorder.jBox-closeButton-box:before {
|
|
width: 28px;
|
|
height: 28px;
|
|
background: #52a2cb;
|
|
} |