mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Modal style
This commit is contained in:
parent
2d740dcdc4
commit
413b490bf8
2 changed files with 3 additions and 5 deletions
|
@ -188,16 +188,14 @@ body {
|
||||||
.modal;
|
.modal;
|
||||||
.fade;
|
.fade;
|
||||||
.modal-dialog;
|
.modal-dialog;
|
||||||
|
.modal-content;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
#popup-title {
|
#popup-title {
|
||||||
.modal-dialog;
|
|
||||||
.modal-content;
|
|
||||||
.modal-header;
|
.modal-header;
|
||||||
.modal-title;
|
.modal-title;
|
||||||
}
|
}
|
||||||
#popup-body {
|
#popup-body {
|
||||||
.modal-dialog;
|
|
||||||
.modal-content;
|
|
||||||
.modal-body;
|
.modal-body;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
css/style.min.css
vendored
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue