Merge pull request #161 from elibroftw/master
fix #156 improve copy code button
This commit is contained in:
commit
769fbb55e3
1 changed files with 23 additions and 22 deletions
|
@ -667,8 +667,8 @@ ul.language-select > li, ul.footer-menu > li {
|
|||
.highlight-copy-btn {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 7px;
|
||||
top: 18px;
|
||||
right: 2px;
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
|
@ -684,6 +684,7 @@ ul.language-select > li, ul.footer-menu > li {
|
|||
transition-duration: .1s;
|
||||
background-color: #666;
|
||||
border: 1px solid var(--bq-color) !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.highlight-copy-btn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue