1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-21 10:37:43 +00:00

UI improvements (same colors of buttons, etc.)

Changed Editable default value
This commit is contained in:
Ozzieisaacs
2020-06-09 20:46:02 +02:00
parent 4516cc0d65
commit 7b4306b1d6
6 changed files with 32 additions and 16 deletions

View File

@@ -250,7 +250,7 @@ function RestrictionActions (value, row) {
/* Function for deleting books */
function EbookActions (value, row) {
return [
"<div class='danger remove' data-toggle='modal' data-target=\"#deleteModal\" data-delete-id=\"" + row.id + "\" title=\"Remove\">",
"<div class=\"danger remove\" data-toggle=\"modal\" data-target=\"#deleteModal\" data-delete-id=\"" + row.id + "\" title=\"Remove\">",
"<i class=\"glyphicon glyphicon-trash\"></i>",
"</div>"
].join("");