[FIX] ws doc: copy button in columned version
[odoo/odoo.git] / doc / _themes / odoodoc / static / style.less
index 2589900..994351a 100644 (file)
@@ -760,6 +760,19 @@ td.field-body {
       // but allow additional line-breaks between "words" to avoid overflow
       white-space: pre-wrap;
     }
+
+    .btn-clipboard {
+      background-color: transparent;
+      color: @color-right;
+      border-color: @separator-right;
+      border-top: none;
+      border-top-right-radius: 0;
+
+      &.active {
+        background-color: @gray;
+        .transition(background-color .5s linear);
+      }
+    }
   }
 
   .switcher {