1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Modal style

This commit is contained in:
Loic Blot 2018-09-08 11:40:24 +02:00 committed by Loïc Blot
parent ecdfafe612
commit 40aa908f2e

View File

@ -314,11 +314,6 @@ Modal
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
} }
.modal-header h3 {
margin-top: 0;
color: #42b983;
}
.modal-body { .modal-body {
margin: 20px 0; margin: 20px 0;
} }
@ -332,6 +327,10 @@ Modal
color: white; color: white;
} }
.modal-crit-button:active {
color: #822C19;
}
/* /*
* The following styles are auto-applied to elements with * The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled * transition="modal" when their visibility is toggled