New UI tool: confirm button
This commit is contained in:
@@ -48,6 +48,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
div.cp-button-confirm {
|
||||
display: inline-block;
|
||||
button {
|
||||
margin: 0;
|
||||
}
|
||||
.cp-button-timer {
|
||||
height: 3px;
|
||||
& > div {
|
||||
height: 100%;
|
||||
background-color: @colortheme_alertify-primary;
|
||||
&.danger, &.btn-danger, &.danger-alt, &.btn-danger-alt {
|
||||
background-color: @colortheme_alertify-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button:not(.pure-button):not(.md-button):not(.mdl-button) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user