1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/common-ui/modals/common/modals.css
Gunther Brunner 6b67d66a93 Added translate to everything.
Added new version update modal.
2014-05-28 15:58:18 +09:00

28 lines
528 B
CSS

.stf-modal {
}
.stf-modal .dialog-header-error {
background-color: #d2322d;
}
.stf-modal .dialog-header-wait {
background-color: #428bca;
}
.stf-modal .dialog-header-notify {
background-color: #eeeeee;
}
.stf-modal .dialog-header-confirm {
background-color: #333333;
}
.stf-modal .dialog-header-error span,
.stf-modal .dialog-header-error h4,
.stf-modal .dialog-header-wait span,
.stf-modal .dialog-header-wait h4,
.stf-modal .dialog-header-confirm span,
.stf-modal .dialog-header-confirm h4 {
color: #ffffff;
}