mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Add Cancel button to ADB Add Key Modal.
This commit is contained in:
@@ -1,7 +1,23 @@
|
||||
.stf-modal {
|
||||
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.stf-modal .modal-title {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.stf-modal .modal-body {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.stf-modal .modal-footer {
|
||||
background: #fff;
|
||||
padding: 20px;
|
||||
margin-top: 0;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
|
||||
.stf-modal .dialog-header-error {
|
||||
background-color: #d2322d;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user