As per request #2898, changed the css for annotator tool to affect tinymc only when in annotator-wrapper.
Also removed the outline:none for accessibility requirements and removed two redundant css files from lms.
This commit is contained in:
8
common/static/css/vendor/ova/annotator.css
vendored
8
common/static/css/vendor/ova/annotator.css
vendored
@@ -259,7 +259,7 @@
|
||||
opacity: 0.2;
|
||||
text-indent: -900em;
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
.annotator-viewer .annotator-controls button:hover,
|
||||
@@ -355,7 +355,7 @@
|
||||
.annotator-editor .annotator-item input:focus,
|
||||
.annotator-editor .annotator-item textarea:focus{
|
||||
background-color: rgb(243, 243, 243);
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
.annotator-editor .annotator-item input[type=radio],
|
||||
@@ -510,7 +510,7 @@
|
||||
.annotator-editor a.annotator-focus,
|
||||
.annotator-filter .annotator-filter-active label,
|
||||
.annotator-filter .annotator-filter-navigation button:hover {
|
||||
outline: none;
|
||||
|
||||
border-color: rgb(67, 90, 160);
|
||||
background-color: rgb(56, 101, 249);
|
||||
background-image: -webkit-gradient(
|
||||
@@ -794,7 +794,7 @@
|
||||
}
|
||||
|
||||
.annotator-filter .annotator-filter-property input:focus {
|
||||
outline: none;
|
||||
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.mce-container {
|
||||
.annotator-wrapper .mce-container {
|
||||
z-index:3000000000!important; /*To fix full-screen problems*/
|
||||
}
|
||||
|
||||
|
||||
899
lms/static/css/vendor/annotator.css
vendored
899
lms/static/css/vendor/annotator.css
vendored
File diff suppressed because one or more lines are too long
1
lms/static/css/vendor/annotator.min.css
vendored
1
lms/static/css/vendor/annotator.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user