diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 7031f77..1a29eff 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -116,6 +116,28 @@ input[type=submit], | |||
| 116 | text-transform: lowercase; | 116 | text-transform: lowercase; |
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | /* button_to forms: render submit inputs as plain links */ | ||
| 120 | form.button_to { | ||
| 121 | display: inline; | ||
| 122 | margin: 0; | ||
| 123 | padding: 0; | ||
| 124 | } | ||
| 125 | |||
| 126 | form.button_to input[type="submit"] { | ||
| 127 | background: none; | ||
| 128 | border: none; | ||
| 129 | padding: 0; | ||
| 130 | margin: 0; | ||
| 131 | font: inherit; | ||
| 132 | color: inherit; | ||
| 133 | cursor: pointer; | ||
| 134 | text-decoration: underline; | ||
| 135 | } | ||
| 136 | |||
| 137 | form.button_to input[type="submit"]:hover { | ||
| 138 | color: inherit; | ||
| 139 | } | ||
| 140 | |||
| 119 | #admin_wizard { | 141 | #admin_wizard { |
| 120 | margin-bottom: 2rem; | 142 | margin-bottom: 2rem; |
| 121 | } | 143 | } |
