mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-27 01:14:53 +00:00
Fix: remove IE 6-8 support
This commit is contained in:
parent
8058c48a38
commit
b5e2dd62c6
Binary file not shown.
@ -79,28 +79,25 @@ small {
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.card-toolbar {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.card-toolbar > div, .card-toolbar > form {
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/assets/MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||
src: local('Material Icons'),
|
||||
local('MaterialIcons-Regular');
|
||||
src: url(/assets/MaterialIcons-Regular.woff2) format('woff2'),
|
||||
url(/assets/MaterialIcons-Regular.woff) format('woff'),
|
||||
url(/assets/MaterialIcons-Regular.ttf) format('truetype');
|
||||
@ -273,6 +270,7 @@ caption {
|
||||
#updateDBprogress {
|
||||
width:20px;
|
||||
}
|
||||
|
||||
.updateDBprogressAnimate {
|
||||
animation-duration: 2s;
|
||||
animation-name: changewidth;
|
||||
|
@ -14,7 +14,6 @@ var urlsToCache = [
|
||||
'/assets/coverimage-notavailable.png',
|
||||
'/assets/coverimage-loading.png',
|
||||
'/assets/favicon.ico',
|
||||
'/assets/MaterialIcons-Regular.eot',
|
||||
'/assets/MaterialIcons-Regular.ttf',
|
||||
'/assets/MaterialIcons-Regular.woff',
|
||||
'/assets/MaterialIcons-Regular.woff2'
|
||||
|
Loading…
Reference in New Issue
Block a user