Framework for sortable sources
This commit is contained in:
@ -4758,7 +4758,7 @@ aside {
|
||||
pointer-events: none; }
|
||||
.list .list-item .context-menu-trigger {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
z-index: 2; }
|
||||
@ -4768,7 +4768,7 @@ aside {
|
||||
color: #a3a19f;
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
right: 32px; }
|
||||
right: 36px; }
|
||||
:root .notouch:not(.dragging) .list .list-item:not(.header):not(.no-click).hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
cursor: pointer; }
|
||||
@ -5710,6 +5710,17 @@ main header {
|
||||
width: 100%;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.sources-priority-field {
|
||||
padding: 7px 0; }
|
||||
.sources-priority-field .source {
|
||||
display: inline-block;
|
||||
border-radius: 3px;
|
||||
padding: 3px 6px;
|
||||
margin: 0 5px 5px 0;
|
||||
cursor: move;
|
||||
font-size: inherit;
|
||||
font-weight: normal; }
|
||||
|
||||
.sub-views .option {
|
||||
font-family: "Overpass";
|
||||
letter-spacing: -0.04em;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
5
mopidy_iris/static/assets/icon_white.svg
Normal file
5
mopidy_iris/static/assets/icon_white.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<path d="M6.6,10.7l-4.4,4.3V1.1l4.4,4.3V10.7z M6.6,1.1v2.1l5,4.8l-5,4.9v2L13.8,8L6.6,1.1z" style="fill: #FFFFFF;" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 366 B |
@ -77,7 +77,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1527152918";
|
||||
var build = "1527496952";
|
||||
var version = "3.18.0";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user