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:
lduarte1991
2014-03-12 17:09:20 -04:00
parent 6d2cd987dc
commit e52e544fb6
4 changed files with 5 additions and 905 deletions

View File

@@ -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;
}

View File

@@ -16,7 +16,7 @@
font-style: italic;
}
.mce-container {
.annotator-wrapper .mce-container {
z-index:3000000000!important; /*To fix full-screen problems*/
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long