1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

Display bold parts of error (bug #565)

This commit is contained in:
Jakub Vrana
2018-01-23 11:16:28 +01:00
parent e30e5dd059
commit 81be5edb97

View File

@@ -73,9 +73,12 @@ input[type="button"] {
margin-right: 0;
color: #fff;
}
.error {
.error, .error b {
background: #ae1010;
}
.error b {
font-weight: bold;
}
.message {
background: #379f17;
}