mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
More descriptive Reset Settings warning (#3147)
More descriptive Reset warning + Red button
This commit is contained in:
parent
d70a7b3269
commit
96aeab67f4
3 changed files with 31 additions and 2 deletions
|
@ -1567,6 +1567,35 @@ dialog {
|
|||
color: var(--pushedButton-fontColor);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.danger-button {
|
||||
-webkit-user-drag: none;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-right: 10px;
|
||||
background-color: #e60000;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #fe0000;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0.25);
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
transition: all ease 0.2s;
|
||||
padding: 0 9px;
|
||||
line-height: 28px;
|
||||
user-select: none;
|
||||
&:hover {
|
||||
background-color: #f21212;
|
||||
}
|
||||
}
|
||||
.danger-button.pushed {
|
||||
background-color: #ff1b1b;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.small {
|
||||
width: auto;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue