diff --git a/dashboard-ui/addplugin.html b/dashboard-ui/addplugin.html index 5a4c8c5e79..15af90ef35 100644 --- a/dashboard-ui/addplugin.html +++ b/dashboard-ui/addplugin.html @@ -18,7 +18,7 @@
- + diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 99b2fed477..1c690ce30e 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1260,7 +1260,7 @@ a.itemTag:hover { .listItem a:first-child { margin-right: 0 !important; background-color: transparent !important; - border-color: #282828 !important; + border-color: #d8d8d8 !important; } .listItem a + a { @@ -1269,9 +1269,17 @@ a.itemTag:hover { } .listItem:hover a { + background-color: #eee !important; +} + +.page[data-theme='b'] .listItem:hover a { background-color: #333 !important; } +.page[data-theme='b'] .listItem a:first-child { + border-color: #282828 !important; +} + @media all and (max-width: 600px) { .itemsListview .ui-li-aside { diff --git a/dashboard-ui/mysync.html b/dashboard-ui/mysync.html new file mode 100644 index 0000000000..8db871d80c --- /dev/null +++ b/dashboard-ui/mysync.html @@ -0,0 +1,24 @@ + + + +' + targetName + '
'; + + if (lastTargetName) { + html += ''; + html += ''; + html += ''; + html += '
'; + + html += ''; + html += ''; + html += ''; + html += '
'; + + html += ''; + html += ''; + html += ''; + html += '
'; + + if (editOptions.Options.indexOf('UnwatchedOnly') != -1) { + html += ''; + var stasusLabel = Globalize.translate('SyncJobItemStatus' + jobItem.Status); + html += stasusLabel; + html += '
'; + + html += ''; + + if (hasActions) { + + html += ''; + } else { + html += ' '; + + html += '