mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Font updated and search icon fixed
This commit is contained in:
@@ -108,9 +108,6 @@ p {
|
||||
.pvs, .pts {
|
||||
padding-top: .25em;
|
||||
}
|
||||
.clearfix {
|
||||
zoom: 1;
|
||||
}
|
||||
.unit {
|
||||
float: left;
|
||||
}
|
||||
@@ -141,6 +138,7 @@ p {
|
||||
height: 1.5em;
|
||||
}
|
||||
#testDrive {
|
||||
display: block;
|
||||
padding-top: 24px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('fonts/icomoon.eot?r8gz57');
|
||||
src:url('fonts/icomoon.eot?#iefixr8gz57') format('embedded-opentype'),
|
||||
url('fonts/icomoon.woff?r8gz57') format('woff'),
|
||||
url('fonts/icomoon.ttf?r8gz57') format('truetype'),
|
||||
url('fonts/icomoon.svg?r8gz57#icomoon') format('svg');
|
||||
src:url('fonts/icomoon.eot?-8vnqhu');
|
||||
src:url('fonts/icomoon.eot?#iefix-8vnqhu') format('embedded-opentype'),
|
||||
url('fonts/icomoon.woff?-8vnqhu') format('woff'),
|
||||
url('fonts/icomoon.ttf?-8vnqhu') format('truetype'),
|
||||
url('fonts/icomoon.svg?-8vnqhu#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -149,3 +149,9 @@
|
||||
.icon-shuffle:before {
|
||||
content: "\e629";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.icon-folder-upload:before {
|
||||
content: "\e934";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user