Changes context-menu to pure delete function.

This commit is contained in:
Lars Jung 2012-08-11 13:25:27 +02:00
parent 91a9621648
commit 0b6b2b0f33
7 changed files with 158 additions and 94 deletions

View file

@ -0,0 +1,30 @@
#delete {
display: none;
.topbar-right;
.transition(all 0.2s ease-in-out);
&.failed {
background-color: rgba(255,0,0,0.5);
}
}
#delete-auth {
display: none;
position: fixed;
z-index: 5;
left: 0;
top: 0;
.vert-gradient(rgb(241,241,241), rgb(228,228,228));
border: 1px solid rgb(210,210,210);
input {
display: block;
margin: 4px 6px;
border: 1px solid rgb(210,210,210);
font-family: Ubuntu, sans-serif;
color: #555;
background-color: rgba(255,255,255,1);
width: 100px;
}
}

View file

@ -19,6 +19,7 @@ body {
@import "inc/topbar";
@import "inc/download";
@import "inc/delete";
@import "inc/filter";
@import "inc/content";