Commit e52e544f by lduarte1991

As per request #2898, changed the css for annotator tool to affect tinymc only…

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.
parent 6d2cd987
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
opacity: 0.2; opacity: 0.2;
text-indent: -900em; text-indent: -900em;
background-color: transparent; background-color: transparent;
outline: none;
} }
.annotator-viewer .annotator-controls button:hover, .annotator-viewer .annotator-controls button:hover,
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
.annotator-editor .annotator-item input:focus, .annotator-editor .annotator-item input:focus,
.annotator-editor .annotator-item textarea:focus{ .annotator-editor .annotator-item textarea:focus{
background-color: rgb(243, 243, 243); background-color: rgb(243, 243, 243);
outline: none;
} }
.annotator-editor .annotator-item input[type=radio], .annotator-editor .annotator-item input[type=radio],
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
.annotator-editor a.annotator-focus, .annotator-editor a.annotator-focus,
.annotator-filter .annotator-filter-active label, .annotator-filter .annotator-filter-active label,
.annotator-filter .annotator-filter-navigation button:hover { .annotator-filter .annotator-filter-navigation button:hover {
outline: none;
border-color: rgb(67, 90, 160); border-color: rgb(67, 90, 160);
background-color: rgb(56, 101, 249); background-color: rgb(56, 101, 249);
background-image: -webkit-gradient( background-image: -webkit-gradient(
...@@ -794,7 +794,7 @@ ...@@ -794,7 +794,7 @@
} }
.annotator-filter .annotator-filter-property input:focus { .annotator-filter .annotator-filter-property input:focus {
outline: none;
background-color: #fff; background-color: #fff;
} }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
font-style: italic; font-style: italic;
} }
.mce-container { .annotator-wrapper .mce-container {
z-index:3000000000!important; /*To fix full-screen problems*/ z-index:3000000000!important; /*To fix full-screen problems*/
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment