diff options
| author | hukl <contact@smyck.org> | 2009-04-27 11:19:35 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-27 11:19:35 +0200 |
| commit | 704d002850d995e677bd550c774d9c950f8e7e9c (patch) | |
| tree | ea0b836774ef16dd23868c66e7d5002181f8eef8 /public/stylesheets/admin.css | |
| parent | 7563dd7ef8b9bc6ba61e90976c5b5a1714230fb2 (diff) | |
tiny style fix
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index cd95c04..513a443 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -163,6 +163,10 @@ table#revisions tr.header:hover { | |||
| 163 | background-color: #ffffff; | 163 | background-color: #ffffff; |
| 164 | } | 164 | } |
| 165 | 165 | ||
| 166 | table#revisions tr.no_hover:hover { | ||
| 167 | background-color: #ffffff; | ||
| 168 | } | ||
| 169 | |||
| 166 | table#revisions tr:hover { | 170 | table#revisions tr:hover { |
| 167 | background-color: #f1f1f1; | 171 | background-color: #f1f1f1; |
| 168 | } | 172 | } |
