diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index d4984a59..876e4581 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -531,6 +531,14 @@ input.pending { color: rgba(255,255,255,.8); } - .refreshIcon:hover { - color: #fff; - } \ No newline at end of file + .refreshIcon:hover { + color: #fff; + } + +.alert-info { + border-left: solid 4px #53d0e4; +} + +.alert-danger { + border-left: solid 4px #f78792; +}