mirror of
https://github.com/documize/community.git
synced 2025-08-08 23:15:29 +02:00
attachments zone tweaks
This commit is contained in:
parent
1212bdb5e7
commit
eaa2b31c77
2 changed files with 8 additions and 5 deletions
|
@ -50,18 +50,21 @@
|
|||
> .action {
|
||||
float: right;
|
||||
margin-top: -8px;
|
||||
margin-right: 5px;
|
||||
@extend .cursor-pointer;
|
||||
opacity: 0.3;
|
||||
@extend .transition-all;
|
||||
display: none;
|
||||
color: $color-stroke;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.file {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.action {
|
||||
display: inline-block;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<div class="button-gap"></div>
|
||||
{{/if}}
|
||||
|
||||
<div class="square-button-white" id="print-document-button" data-tooltip="Print document" data-tooltip-position="top center" {{action 'printDocument'}}>
|
||||
<div class="square-button-white" id="print-document-button" data-tooltip="Print me" data-tooltip-position="top center" {{action 'printDocument'}}>
|
||||
<i class="material-icons">print</i>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue