浏览代码

some changes

Evgeny Polivanov 2 年之前
父节点
当前提交
7e8c89c014
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. 13 1
      css/_diff.css

+ 13 - 1
css/_diff.css

@@ -29,7 +29,19 @@
     --ini-phone-width: 480px;
     --ini-theme-color: #008800;
 }
-
+.edit, .input {
+    background-color: transparent !important; 
+    color: #000;
+}
+label {
+    background-color: transparent !important;
+}
+.selection, .selectiondefault {
+    background-color: transparent !important;
+}
+.selection:hover, .selectiondefault:hover {
+    background-color: #eee !important;
+}
 
 .dokuwiki table.diff {
     width: 100%;