Style error states

This commit is contained in:
Jonas Schwabe 2017-01-30 21:19:05 +01:00
parent 8db1973c9a
commit b94303bfc5
3 changed files with 11 additions and 1 deletions

View file

@ -135,7 +135,7 @@ class NewTeamModal extends React.Component {
<Modal.Footer> <Modal.Footer>
<div <div
className='pull-left' className='pull-left modal-error'
> >
{this.getError()} {this.getError()}
</div> </div>

View file

@ -29,3 +29,12 @@
background-color: #e6e6e6; background-color: #e6e6e6;
border-color: #adadad; border-color: #adadad;
} }
.has-error .control-label,
.has-error .help-block {
color: #333;
}
.modal-error {
color: #a94442;
}

View file

@ -5,6 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Settings</title> <title>Settings</title>
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
</head> </head>
<body> <body>