theme tweaks

This commit is contained in:
Eugene Pankov
2018-09-20 12:12:38 +02:00
parent f8bc94fe78
commit 947e0f8b66
3 changed files with 8 additions and 4 deletions

View File

@@ -4,8 +4,12 @@ body {
background: #1D272D;
}
.modal-dialog, .modal-backdrop {
-webkit-app-region: no-drag;
.modal-dialog, .modal-backdrop, .no-drag {
-webkit-app-region: no-drag;
}
.selectable {
user-select: text;
}
[ngbradiogroup] input[type="radio"] {