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-09-01 14:41:42 +0300
committerTom Needham <needham.thomas@gmail.com>2015-09-01 14:41:42 +0300
commit64fabf9ebef7c68fb9dbeb3c63186b3ae1caff0a (patch)
treedb669b61ae3c564fc601bef17dbaecfc5add624a /css
parentfff4ebc438d9b133a125f53bdbe17077e4a380e6 (diff)
change line highlight colour to grey
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index dc8f1b4..d9ca5d4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -12,6 +12,10 @@
z-index: 1000;
}
+.ace-clouds .ace_marker-layer .ace_active-line {
+ background-color: #f8f8f8 !important;
+}
+
#editor div.ace_gutter {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
opacity: .2;