diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 14 |
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 | ||
| 68 | summary { | ||
| 69 | cursor: pointer; | ||
| 70 | } | ||
| 71 | |||
| 72 | summary:hover { | ||
| 73 | background-color: #f7f7f7; | ||
| 74 | } | ||
| 75 | |||
| 68 | input[type=password] { | 76 | input[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. */ |
