2020-12-08 05:23:14 -06:00
|
|
|
.loleaflet-annotation-edit #annotation-cancel,
|
2020-12-10 04:28:33 -06:00
|
|
|
.ui-button-box #cancel,
|
2020-12-09 00:57:25 -06:00
|
|
|
.cell.jsdialog > button:not(#ok),
|
|
|
|
.ui-button-box.jsdialog button:not(#ok) {
|
2020-12-08 05:23:14 -06:00
|
|
|
height: 32px;
|
|
|
|
line-height: 0em;
|
|
|
|
color: #222;
|
|
|
|
min-width: 62px;
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 3px;
|
2020-12-09 00:57:25 -06:00
|
|
|
margin: 5px;
|
2020-12-08 05:23:14 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-edit #annotation-save,
|
|
|
|
#annotation-reply,
|
2020-12-10 04:28:33 -06:00
|
|
|
.ui-button-box #ok,
|
2020-12-09 00:57:25 -06:00
|
|
|
.cell.jsdialog > button,
|
|
|
|
.ui-button-box.jsdialog button {
|
2020-12-08 05:23:14 -06:00
|
|
|
height: 32px;
|
|
|
|
line-height: 0em;
|
|
|
|
color: #111;
|
|
|
|
min-width: 62px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
border: 1px solid #777;
|
|
|
|
border-radius: 3px;
|
2020-12-09 08:30:10 -06:00
|
|
|
margin: 5px;
|
2020-12-08 05:23:14 -06:00
|
|
|
}
|