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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user