Add the first option to the list of hidden elements for the "Enable Media Replac…
…e" plugin. refs #1552
Showing
1 changed file
with
6 additions
and
3 deletions
| ... | @@ -812,6 +812,9 @@ a.remove-option-group, a.remove-option { | ... | @@ -812,6 +812,9 @@ a.remove-option-group, a.remove-option { |
| 812 | .diff-reject { background-color: #ed1f24; } | 812 | .diff-reject { background-color: #ed1f24; } |
| 813 | td.diff-left:hover, td.diff-right:hover { cursor: pointer; } | 813 | td.diff-left:hover, td.diff-right:hover { cursor: pointer; } |
| 814 | 814 | ||
| 815 | /* Hide the second option for the "Enable Media Replace" plugin ("Replace the file, | ||
| 816 | use new file name and update all links"), since it mostly just breaks links */ | ||
| 817 | label[for="replace_type_2"], label[for="replace_type_2"] ~ p.howto { display: none; } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 815 | /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly | ||
| 816 | just breaks hard-coded links to files */ | ||
| 817 | label[for="replace_type_1"], | ||
| 818 | label[for="replace_type_2"], label[for="replace_type_2"] ~ p.howto { | ||
| 819 | display: none; | ||
| 820 | } | ... | ... |
-
Please register or sign in to post a comment