Skip to content

Commit

Permalink
0.4.2 : Style of the cutted files
Browse files Browse the repository at this point in the history
  • Loading branch information
leizh committed Jan 24, 2016
1 parent e6f566b commit f78cd6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>files_clipboard</id>
<name>Files clipboard</name>
<description>Clipboard operations for the files interface.</description>
<version>0.4.1</version>
<version>0.4.2</version>
<licence>AGPL</licence>
<author>Leizh</author>
<require>7</require>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
14 changes: 2 additions & 12 deletions css/clipboard.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
tr.cut td.filename:before {
position: absolute;
display: block;
width: 50px;
height: 50px;
background-color: white;
tr.cut div.thumbnail {
opacity: 0.6;
content: "";
}

tr:hover td.filename:before, tr.selected td.filename:before {
background-color: inherit;
}

#clipboard_paste {
Expand All @@ -31,4 +21,4 @@ tr:hover td.filename:before, tr.selected td.filename:before {
text-align:left;
margin-bottom: 0.4em;
padding: 0.2em;
}
}

0 comments on commit f78cd6e

Please sign in to comment.