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:
authorTom Needham <needham.thomas@gmail.com>2015-08-28 13:32:29 +0300
committerTom Needham <needham.thomas@gmail.com>2015-08-28 13:32:29 +0300
commit62cb25a1ff5b6300c7585ba78372c2b538e2e02e (patch)
tree7493b0652c2e25e9ac95a4496f8227c347dd8dbd /css
parent8286a1b8bb145a11447d236b9f814b2c3e0ff197 (diff)
Adjust the line number colours
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index be9afb4..dbafdfd 100644
--- a/css/style.css
+++ b/css/style.css
@@ -16,9 +16,10 @@
margin-top: 46px;
}
-.ace-clouds .ace_gutter {
- background: #fff;
- color: #aaa;
+#editor div.ace_gutter {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
+ opacity: .2;
+ background-color: transparent;
}
#editor {