diff options
| -rw-r--r-- | app/views/revisions/show.html.erb | 2 | ||||
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app/views/revisions/show.html.erb b/app/views/revisions/show.html.erb index 3e7ce09..63a75ec 100644 --- a/app/views/revisions/show.html.erb +++ b/app/views/revisions/show.html.erb | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | <td class="date"><%= page.updated_at %></td> | 24 | <td class="date"><%= page.updated_at %></td> |
| 25 | </tr> | 25 | </tr> |
| 26 | <% end %> | 26 | <% end %> |
| 27 | <tr> | 27 | <tr class="no_hover"> |
| 28 | <td colspan="6" class="right"><%= submit_tag 'Diff revisions' %></td> | 28 | <td colspan="6" class="right"><%= submit_tag 'Diff revisions' %></td> |
| 29 | </tr> | 29 | </tr> |
| 30 | </table> | 30 | </table> |
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 | } |
