|
|
|
@ -1074,39 +1074,30 @@ input.search {
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
font-size: small; }
|
|
|
|
|
|
|
|
|
|
.confirmation-dialog {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
z-index: 10; }
|
|
|
|
|
.confirmation-dialog .modal {
|
|
|
|
|
max-width: 350px;
|
|
|
|
|
margin: 100px auto;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
|
|
|
|
|
.confirmation-dialog .modal .message {
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.confirmation-dialog .modal .buttons {
|
|
|
|
|
margin-top: 10px; }
|
|
|
|
|
.confirmation-dialog .modal .buttons button {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
outline: none;
|
|
|
|
|
padding: 5px 8px;
|
|
|
|
|
border: 1px solid #d9d9d9; }
|
|
|
|
|
.confirmation-dialog .modal .buttons button:focus {
|
|
|
|
|
border-color: #8d8d8d; }
|
|
|
|
|
.confirmation-dialog .modal .buttons button:hover {
|
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
|
border-color: silver; }
|
|
|
|
|
.confirmation-dialog .content {
|
|
|
|
|
max-width: 350px;
|
|
|
|
|
margin: 100px auto;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
|
|
|
|
|
.confirmation-dialog .content .message {
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.confirmation-dialog .content .buttons {
|
|
|
|
|
margin-top: 10px; }
|
|
|
|
|
.confirmation-dialog .content .buttons button {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
outline: none;
|
|
|
|
|
padding: 5px 8px;
|
|
|
|
|
border: 1px solid #d9d9d9; }
|
|
|
|
|
.confirmation-dialog .content .buttons button:focus {
|
|
|
|
|
border-color: #8d8d8d; }
|
|
|
|
|
.confirmation-dialog .content .buttons button:hover {
|
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
|
border-color: silver; }
|
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=manifest.css.map */
|
|
|
|
|