Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-12-19 13:10:44 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-19 13:10:44 +0300
commit37a9216769d14a488487e25b1ac4d9cace80e953 (patch)
tree110c637496ee649e0e77897c1f1fd849c35e6957 /css
parentd33cae71fab43e8fd5b1285c6a40f43f45d30a2f (diff)
Adjust element id to avoid conflicts
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss17
1 files changed, 6 insertions, 11 deletions
diff --git a/css/style.scss b/css/style.scss
index dbb1dae..e34811d 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -1,8 +1,3 @@
-#editor_container div{
- /* override core style.css font-size:100% that messes up the editor in IE8 */
- font-size: 13px !important;
-}
-
#editor_controls {
background-color: white;
height: 44px;
@@ -17,13 +12,13 @@
background-color: #f8f8f8 !important;
}
-#editor div.ace_gutter {
+#filestexteditor div.ace_gutter {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
opacity: .2;
background-color: transparent;
}
-#editor {
+#filestexteditor {
display: block;
height: 100%;
width: 100%;
@@ -55,7 +50,7 @@
box-sizing: border-box;
}
-#editor_container #editor,
+#editor_container #filestexteditor,
#editor_container #preview_wrap {
transition: width 0.5s;
}
@@ -75,10 +70,10 @@
width:50%;
}
-#editor_container.hasPreview #editor {
+#editor_container.hasPreview #filestexteditor {
width: 50%;
}
-#editor_container.hasPreview.onlyPreview #editor {
+#editor_container.hasPreview.onlyPreview #filestexteditor {
width: 0;
}
@@ -131,7 +126,7 @@
width: 0;
}
- #editor_container.hasPreview #editor {
+ #editor_container.hasPreview #filestexteditor {
width: 100%;
}