Skip to content
Snippets Groups Projects
Commit c0997c78 authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] ws doc: copy button in columned version

parent b21b32ed
No related branches found
No related tags found
No related merge requests found
......@@ -7243,6 +7243,19 @@ td.field-body > ul {
.stripe .highlight pre {
white-space: pre-wrap;
}
.stripe .btn-clipboard {
background-color: transparent;
color: #eeeeee;
border-color: #777777;
border-top: none;
border-top-right-radius: 0;
}
.stripe .btn-clipboard.active {
background-color: #555555;
-webkit-transition: background-color 0.5s linear;
-o-transition: background-color 0.5s linear;
transition: background-color 0.5s linear;
}
}
.stripe .switcher {
color: white;
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment