-
+
+
+
-
+ {
+ errores===true?
+
{errorestit}
+ :""
+ }
+
diff --git a/public/react/src/modules/question/questioncss/questioncom.css b/public/react/src/modules/question/questioncss/questioncom.css
index 7f164535b..3fee3fc1e 100644
--- a/public/react/src/modules/question/questioncss/questioncom.css
+++ b/public/react/src/modules/question/questioncss/questioncom.css
@@ -996,8 +996,28 @@
}
.inpustred .ant-input{
- border: 1px solid #f30707;
- border-radius: 5px;
+ border: 1px solid #f30707 !important;
+ border-right: 0px solid #FFFFff !important;
+}
+.inpustredysl .ant-input:hover{
+ border: 1px solid #f30707 !important;
+ border-right: 0px solid #FFFFff !important;
+}
+.inpustredysl .ant-input:active{
+ border: 1px solid #f30707 !important;
+ border-right: 0px solid #FFFFff !important;
+}
+.inpustredysl .ant-input-group-addon{
+ border: 1px solid #f30707 !important;
+ border-left: 0px solid #FFFFff !important;
+}
+.inpustredysl .ant-input-group-addon:hover{
+ border: 1px solid #f30707 !important;
+ border-left: 0px solid #FFFFff !important;
+}
+.inpustredysl .ant-input-group-addon:active{
+ border: 1px solid #f30707 !important;
+ border-left: 0px solid #FFFFff !important;
}
.mt15{
diff --git a/public/react/src/modules/testpaper/component/Contentpart.js b/public/react/src/modules/testpaper/component/Contentpart.js
index e0151a2ff..7f9b4643f 100644
--- a/public/react/src/modules/testpaper/component/Contentpart.js
+++ b/public/react/src/modules/testpaper/component/Contentpart.js
@@ -57,7 +57,7 @@ class Contentpart extends Component {
render() {
let {page}=this.state;
let {defaultActiveKey}=this.props;
-
+ const defaultActiveKeys=defaultActiveKey+'';
const isysladmins=this.props&&this.props.current_user&&this.props.current_user.admin?this.props.current_user.admin:false;
const is_teacher=this.props&&this.props.current_user&&this.props.current_user.is_teacher?this.props.current_user.is_teacher:false;
@@ -108,14 +108,14 @@ class Contentpart extends Component {
{
isysladmins===true||(is_teacher===true&&professional_certification===true)?
-
this.props.callback(e)}>
+ this.props.callback(e)}>
:
- this.props.callback(e)}>
+ this.props.callback(e)}>