1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 04:11:27 +02:00

Display warnings in messages

This commit is contained in:
Jakub Vrana
2018-02-01 09:21:50 +01:00
parent ae2ea56681
commit e3346fb0bc
3 changed files with 16 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ input.wayoff { left: -1000px; position: absolute; }
.error { color: red; background: #fee; }
.error b { background: #fff; font-weight: normal; }
.message { color: green; background: #efe; }
.message table { color: #000; background: #fff; }
.error, .message { padding: .5em .8em; margin: 1em 20px 0 0; }
.char { color: #007F00; }
.date { color: #7F007F; }