mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Changes context-menu to pure delete function.
This commit is contained in:
parent
91a9621648
commit
0b6b2b0f33
7 changed files with 158 additions and 94 deletions
30
src/_h5ai/css/inc/delete.less
Normal file
30
src/_h5ai/css/inc/delete.less
Normal 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;
|
||||
}
|
||||
}
|
|
@ -19,6 +19,7 @@ body {
|
|||
|
||||
@import "inc/topbar";
|
||||
@import "inc/download";
|
||||
@import "inc/delete";
|
||||
@import "inc/filter";
|
||||
|
||||
@import "inc/content";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue