summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-10 03:19:47 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-10 03:19:47 +0200
commitb928656088ef14e7d004de726df0d1cd70d1cdba (patch)
tree8d3a1a7c7db8a40277c99445eea2a608e31ad843 /public/stylesheets/admin.css
parentc2b2648d327e1c1749c37fe2e58cd051ed871547 (diff)
Move link to full revision list out of summary
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 1bb6cf4..e4bdac4 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -65,6 +65,14 @@ select {
65 border: 1px solid #989898; 65 border: 1px solid #989898;
66} 66}
67 67
68summary {
69 cursor: pointer;
70}
71
72summary:hover {
73 background-color: #f7f7f7;
74}
75
68input[type=password] { 76input[type=password] {
69 border: 1px solid #989898; 77 border: 1px solid #989898;
70} 78}
@@ -665,9 +673,9 @@ form.button_to button[type="submit"] {
665 margin-top: 0; 673 margin-top: 0;
666} 674}
667 675
668/* Identical declaration block to #search_results p span.result_path / 676.revisions_full_history_link {
669 #menu_search_results p span.result_path below -- three independent 677 margin-bottom: 0;
670 copies of the same "small gray helper text" style. */ 678}
671 679
672/* Layout only -- the at-rest visibility (wavy underline) for these 680/* Layout only -- the at-rest visibility (wavy underline) for these
673 links comes from the scoped rule in Base elements above. */ 681 links comes from the scoped rule in Base elements above. */