summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/admin.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 510e3cc..e04499d 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -544,6 +544,11 @@ table.revisions_table tr:hover {
544 flex: 1; 544 flex: 1;
545} 545}
546 546
547#diffview del.diff_structural,
548#diffview ins.diff_structural {
549 cursor: help;
550}
551
547table.user_table td.user_login { 552table.user_table td.user_login {
548 padding-right: 30px; 553 padding-right: 30px;
549} 554}