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:
Diffstat (limited to 'css')
-rw-r--r--css/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 7f6916f..1ac7b32 100644
--- a/css/style.css
+++ b/css/style.css
@@ -6,7 +6,6 @@
#editor_controls {
background-color: white;
height: 44px;
- border-bottom: 2px solid #eee;
position: absolute;
top: 0;
width: 100%;
@@ -17,6 +16,11 @@
margin-top: 46px;
}
+.ace-clouds .ace_gutter {
+ background: #fff;
+ color: #aaa;
+}
+
#editor {
display: block;
height: 100%;
@@ -40,8 +44,7 @@
height: 88%;
z-index:1002;
overflow: hidden;
- border: 2px solid #ccc;
- background-color: white;
+ background-color: #fff;
}
@media(max-width: 768px) {
@@ -146,4 +149,4 @@ div.editor_separator.save_separator {
-moz-opacity: 0.7;
opacity:.70;
filter: alpha(opacity=70);
-} \ No newline at end of file
+}