UI: replaced native confirm dialogs with nicer custom ones

This commit is contained in:
Torkel Ödegaard
2014-11-10 15:01:30 +01:00
parent 27ec0d532e
commit f9c3cdab67
5 changed files with 33 additions and 14 deletions
+4
View File
@@ -561,3 +561,7 @@ select.grafana-target-segment-input {
th:last-child { text-align: left; }
td:first-child { text-align: right; }
}
.confirm-modal {
max-width: 500px;
}