1/* =Admin (Backend) 2----------------------------------------------- */ 3 4.dokuwiki fieldset { 5 width: auto; 6} 7 8.dokuwiki #edit__summary { 9 width: auto; 10} 11 12#config__manager { 13 fieldset { 14 margin: 0 0 20px; 15 } 16 fieldset td.value, 17 .selectiondefault { 18 width: auto; 19 } 20 .selectiondefault input { 21 margin: 0 3px; 22 } 23 fieldset td.value div.input { 24 // Fix overflowing width of some input types 25 width: 100%; 26 // Fix a background color would sometimes applied to the div.input 27 background-color: transparent; 28 } 29 fieldset td.value div.selectiondefault { 30 // Fix a background color would sometimes applied to the div.input 31 background-color: transparent; 32 } 33 // Fix Dokuwiki's backlink showing on top of dropdowns 34 td.label span.outkey { 35 z-index: auto; 36 } 37} 38 39div.toolbar button, 40#media__popup_content button { 41 background-color: @ini_background_neu; 42 padding: 5px 10px; 43} 44div.toolbar button:hover, 45div.toolbar button:focus, 46#media__popup_content button:hover, 47#media__popup_content button:focus { 48 background-color: @ini_background_alt; 49} 50#media__popup_content label { 51 display: block; 52} 53 54/* undo "clever" styling from fileuploader.js */ 55.qq-upload-button { 56 cursor: inherit !important; 57 direction: inherit !important; 58} 59.qq-upload-button input { 60 font-family: inherit !important; 61 font-size: 1em !important; 62 margin: inherit !important; 63 opacity: 1 !important; 64 padding: inherit !important; 65 position: static !important; 66} 67 68#plugin__styling.ispopup { 69 margin-top: -40px; 70 padding: 10px; 71 background-color: @ini_background; 72} 73