Evgeny Polivanov il y a 2 ans
Parent
commit
7e8c89c014
1 fichiers modifiés avec 13 ajouts et 1 suppressions
  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%;