mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Removed WebP as it's causing issues with older browsers.
This commit is contained in:
parent
280fdebd0e
commit
0b0cb6d230
4 changed files with 40 additions and 40 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
.i1 {
|
||||
background: url(../images/icons50.png) 0px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
.i2 {
|
||||
background: url(../images/icons50.png) -50px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -68,7 +68,7 @@
|
|||
|
||||
.i3 {
|
||||
background: url(../images/icons50.png) -100px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
.i4 {
|
||||
background: url(../images/icons50.png) -150px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -84,7 +84,7 @@
|
|||
|
||||
.i5 {
|
||||
background: url(../images/icons50.png) -200px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
.i6 {
|
||||
background: url(../images/icons50.png) -250px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -100,7 +100,7 @@
|
|||
|
||||
.i7 {
|
||||
background: url(../images/icons50.png) -300px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -108,7 +108,7 @@
|
|||
|
||||
.i8 {
|
||||
background: url(../images/icons50.png) -350px 0px;
|
||||
background-image: -webkit-image-set(url(../images/webp/icons50.webp) 1x, url(../images/webp/icons100.webp) 2x);
|
||||
background-image: -webkit-image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border: none;
|
||||
|
@ -154,15 +154,15 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
.NotifyIconSmall1 { width:24px; height:24px; background: url(../images/notify24.png) 0px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall2 { width:24px; height:24px; background: url(../images/notify24.png) -24px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall3 { width:24px; height:24px; background: url(../images/notify24.png) -48px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall4 { width:24px; height:24px; background: url(../images/notify24.png) -72px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall5 { width:24px; height:24px; background: url(../images/notify24.png) -96px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall6 { width:24px; height:24px; background: url(../images/notify24.png) -120px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall7 { width:24px; height:24px; background: url(../images/notify24.png) -144px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall8 { width:24px; height:24px; background: url(../images/notify24.png) -168px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall9 { width:24px; height:24px; background: url(../images/notify24.png) -192px 0px; background-image: -webkit-image-set(url(../images/webp/notify24.webp) 1x, url(../images/webp/notify48.webp) 2x); }
|
||||
.NotifyIconSmall1 { width:24px; height:24px; background: url(../images/notify24.png) 0px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall2 { width:24px; height:24px; background: url(../images/notify24.png) -24px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall3 { width:24px; height:24px; background: url(../images/notify24.png) -48px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall4 { width:24px; height:24px; background: url(../images/notify24.png) -72px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall5 { width:24px; height:24px; background: url(../images/notify24.png) -96px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall6 { width:24px; height:24px; background: url(../images/notify24.png) -120px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall7 { width:24px; height:24px; background: url(../images/notify24.png) -144px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall8 { width:24px; height:24px; background: url(../images/notify24.png) -168px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
.NotifyIconSmall9 { width:24px; height:24px; background: url(../images/notify24.png) -192px 0px; background-image: -webkit-image-set(url(../images/notify24.png) 1x, url(../images/notify48.png) 2x); }
|
||||
|
||||
.gray {
|
||||
/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 10+, Firefox on Android */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue