item deletion: use js to delete items. so we don't have to reload the page
This commit is contained in:
@@ -84,6 +84,22 @@ iframe, img {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
a#item-delete-selected {
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
position: fixed;
|
||||
z-index: 49;
|
||||
right: 20px;
|
||||
top: 100px;
|
||||
opacity: 0.8;
|
||||
font-size: 2.9em;
|
||||
padding: 0 12px 0 12px;
|
||||
border-radius: 10px;
|
||||
background-color: $link_color;
|
||||
line-height: 1.5;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Overwriting and Extend Bootstrap
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user