2025-05-22 14:14:26 +02:00

47 lines
1.3 KiB
CSS

/*
Redmine plugin for Document Management System "Features"
Anton Argirov, Karel Pičman <karel.picman@kontron.com>
This file is part of Redmine OAuth plugin.
Redmine Custom Workflows plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
Redmine Custom Workflows plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along with Redmine Custom Workflows plugin. If not,
see <https://www.gnu.org/licenses/>.
*/
#tab-content-custom_workflows .disabled {
color: silver;
}
table.list.custom-workflows tr.disabled {
color: silver;
}
#custom_workflow_enabled_projects ul.root {
max-height: 400px;
overflow-y: auto;
}
.custom-workflow-hidden {
display: none;
}
.custom-workflow-info {
text-align: justify;
margin-bottom: 1em;
}
div#custom_workflow_scripts label {
font-weight: normal;
text-align: left;
margin-left: 0;
width: auto;
}