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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-11 11:47:00 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-11 11:47:00 +0300
commit5ca4028a0a98db11773f1bebf852b77c63a0ce81 (patch)
tree617933cf06af79ce85513de61f022df8eca0e638 /css
parent68c5a1c5e76db0ca5cf755c5099ac568318a13d4 (diff)
style fixes: remove borders, separators, adjust line number bar color
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
+}