1/** 2 * This file provides styles for config manager 3 */ 4 5 6/* + + + + + config__manager + + + + + */ 7 8#dokuwiki__content { 9 #config__manager { 10 .selectiondefault { 11 background-color: transparent; 12 } 13 14 tr { 15 .input { 16 background-color: transparent; 17 color: inherit; 18 } 19 } 20 21 tr.default { 22 .input { 23 background-color: transparent; 24 } 25 } 26 } 27} 28