[Rt-commit] rt branch, 5.0/update-theme-editor, repushed
Craig Kaiser
craig at bestpractical.com
Mon Jul 6 14:49:51 EDT 2020
The branch 5.0/update-theme-editor was deleted and repushed:
was af7ad2c0041c48f8b5034942763bc1cdb1cfdf57
now b88a9e442484acabc160a2a23a7eb61bb3b741cb
1: 0254af0f95 = 1: 0254af0f95 Use padding in place of margin for spacing between page header
2: e94746ec15 ! 2: 87ad13bd90 Add class for theme editor to use when setting 'Page content' CSS
@@ -13,7 +13,7 @@
['Title bar' => ['div#header']],
['Page title' => ['div#header h1']],
- ['Page content' => ['div#body']],
-+ ['Page content' => ['.body-content-class, .body-content-class div p h']],
++ ['Page content' => ['div#body', '.body-content-class']],
['Buttons' => ['input[type="reset"], input[type="submit"], input[class="button"]']],
['Button hover' => ['input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover']],
['Search results' => ['table.collection-as-table th.collection-as-table a']],
3: 8eabe88ba4 ! 3: 74678d61f6 Add default value for theme section select input
@@ -11,7 +11,7 @@
});
+ // Refresh selectpicker so we have a default value
+ $('select#section').val(section_css_mapping[0][0]);
-+ $('.selectpicker').selectpicker('refresh')
++ $('.selectpicker').selectpicker('refresh');
function update_sitecss(text) {
if (!text)
4: 1a3cfa5ee9 = 4: 2407870914 Use Bootstrap4 styles for Theme.html
5: 588e89197a = 5: 5aafe458eb Add Expand/Preview button to Theme.html logo image
6: af7ad2c004 = 6: b88a9e4424 Do not remove farbtastic background in darkmode
More information about the rt-commit
mailing list