mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Display bold parts of error (bug #565)
This commit is contained in:
@@ -73,9 +73,12 @@ input[type="button"] {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.error {
|
.error, .error b {
|
||||||
background: #ae1010;
|
background: #ae1010;
|
||||||
}
|
}
|
||||||
|
.error b {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.message {
|
.message {
|
||||||
background: #379f17;
|
background: #379f17;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user