Index: skins/colibri/src/main/resources/colibri/colibri.css =================================================================== --- skins/colibri/src/main/resources/colibri/colibri.css (revision 23221) +++ skins/colibri/src/main/resources/colibri/colibri.css (working copy) @@ -4068,23 +4068,7 @@ color: $theme.textPrimaryColor; } -/* Input border + bg-color */ -#panellistaccordion input[type="text"], #panellistaccordion textarea, #body .panel input[type="text"], #body .panel textarea { - background-color:$theme.pageContentBackgroundColor ; - border:1px solid $theme.borderColor; -} - -.panel input, .panel select, #editPanels dl dd input { - background-color:$theme.pageContentBackgroundColor ; - border:1px solid $theme.borderColor; -} - -.bottombuttons input[type="text"] { - background-color:$theme.pageContentBackgroundColor ; - border:1px solid $theme.borderColor; -} - -input[type="text"], input[type="password"] { +input[type="text"], input[type="password"], textarea , select { background-color: $theme.pageContentBackgroundColor ; border: 1px solid $theme.borderColor; color: $theme.textColor;