Private GIT

Skip to content
Snippets Groups Projects
Commit 879b02ac authored by root's avatar root
Browse files

Add modale windows to be o with dark style

parent 9d8cfd62
No related branches found
No related tags found
No related merge requests found
Pipeline #29 canceled
...@@ -464,6 +464,22 @@ hr { ...@@ -464,6 +464,22 @@ hr {
color: #ccc; color: #ccc;
} }
/* MODALE*/
.modal-header {
border-bottom: 1px solid #2d2626;
}
.modal-content {
background-color: #333;
border: 1px solid #333;
border: 1px solid rgba(0,0,0,.2);
}
/* FOOTER */ /* FOOTER */
.panel-footer { .panel-footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment