mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Merged r24161 from trunk to 6.1-stable (#43512).
git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24168 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1643,13 +1643,14 @@ div.wiki *:not(pre)>code, div.wiki>code {
|
||||
div.pre-wrapper a.copy-pre-content-link {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: calc(1em + 3px);
|
||||
inset-inline-end: calc(1em + 3px);
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0px 3px 3px 3px;
|
||||
padding-block: 0 3px;
|
||||
padding-inline: 3px;
|
||||
}
|
||||
|
||||
div.pre-wrapper:hover a.copy-pre-content-link {
|
||||
|
||||
Reference in New Issue
Block a user