diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-12-05 12:50:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-12-05 12:50:28 +0000 |
commit | 0b06c68b988410c49c9f4ffbf8c3160d4e9da2c7 (patch) | |
tree | f0dc6e87c58f3e0f7315e2808ab88a2f81ba1c52 /modules/system | |
parent | 4e9d1f7d1c97600113edc7bba3f49b59d0bdcb20 (diff) | |
download | brdo-0b06c68b988410c49c9f4ffbf8c3160d4e9da2c7.tar.gz brdo-0b06c68b988410c49c9f4ffbf8c3160d4e9da2c7.tar.bz2 |
- Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 72c0816ba..abd34d249 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -77,7 +77,7 @@ div.error, tr.error { div.warning { border: 1px solid #f0c020; } -div.warning, tr.warning { +div.warning, table tr.warning { background: #ffd; color: #220; padding: 2px; |