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
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.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;