diff --git a/core/assets/vendor/modernizr/modernizr.js b/core/assets/vendor/modernizr/modernizr.js index 120bd4f244276303672b343358ab2bea3c1a16f5..db59917def314783bada04294a27b8ad6b6007dc 100644 --- a/core/assets/vendor/modernizr/modernizr.js +++ b/core/assets/vendor/modernizr/modernizr.js @@ -1,5 +1,5 @@ -/* Modernizr 2.6.2 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inputtypes-svg-touch-cssclasses-addtest-teststyles-prefixes-elem_details +/* Modernizr 2.8.3 (Custom Build) | MIT & BSD + * Build: http://modernizr.com/download/#-inputtypes-touch-cssclasses-addtest-teststyles-prefixes-elem_details */ ; @@ -7,7 +7,7 @@ window.Modernizr = (function( window, document, undefined ) { - var version = '2.6.2', + var version = '2.8.3', Modernizr = {}, @@ -28,7 +28,6 @@ window.Modernizr = (function( window, document, undefined ) { prefixes = ' -webkit- -moz- -o- -ms- '.split(' '), - ns = {'svg': 'http://www.w3.org/2000/svg'}, tests = {}, inputs = {}, @@ -181,9 +180,6 @@ window.Modernizr = (function( window, document, undefined ) { return bool; }; - tests['svg'] = function() { - return !!document.createElementNS && !!document.createElementNS(ns.svg, 'svg').createSVGRect; - }; function webforms() { Modernizr['inputtypes'] = (function(props) { @@ -301,4 +297,4 @@ Modernizr.addTest('details', function() { root.removeChild(el); fake && root.parentNode.removeChild(root); return diff; -});; +});; \ No newline at end of file diff --git a/core/assets/vendor/modernizr/modernizr.min.js b/core/assets/vendor/modernizr/modernizr.min.js index 7ac04a5f3e3300ca44318f0579113f58e042b803..619035afb59006040e23c60d10e21052945994fc 100644 --- a/core/assets/vendor/modernizr/modernizr.min.js +++ b/core/assets/vendor/modernizr/modernizr.min.js @@ -1,4 +1,4 @@ -/* Modernizr 2.6.2 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inputtypes-svg-touch-cssclasses-addtest-teststyles-prefixes-elem_details +/* Modernizr 2.8.3 (Custom Build) | MIT & BSD + * Build: http://modernizr.com/download/#-inputtypes-touch-cssclasses-addtest-teststyles-prefixes-elem_details */ -;window.Modernizr=function(a,b,c){function y(a){j.cssText=a}function z(a,b){return y(n.join(a+";")+(b||""))}function A(a,b){return typeof a===b}function B(a,b){return!!~(""+a).indexOf(b)}function C(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:A(f,"function")?f.bind(d||b):f}return!1}function D(){e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)k.setAttribute("type",f=a[d]),e=k.type!=="text",e&&(k.value=l,k.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&k.style.WebkitAppearance!==c?(g.appendChild(k),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(k,null).WebkitAppearance!=="textfield"&&k.offsetHeight!==0,g.removeChild(k)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=k.checkValidity&&k.checkValidity()===!1:e=k.value!=l)),q[a[d]]=!!e;return q}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k=b.createElement("input"),l=":)",m={}.toString,n=" -webkit- -moz- -o- -ms- ".split(" "),o={svg:"http://www.w3.org/2000/svg"},p={},q={},r={},s=[],t=s.slice,u,v=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},w={}.hasOwnProperty,x;!A(w,"undefined")&&!A(w.call,"undefined")?x=function(a,b){return w.call(a,b)}:x=function(a,b){return b in a&&A(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=t.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(t.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(t.call(arguments)))};return e}),p.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:v(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},p.svg=function(){return!!b.createElementNS&&!!b.createElementNS(o.svg,"svg").createSVGRect};for(var E in p)x(p,E)&&(u=E.toLowerCase(),e[u]=p[E](),s.push((e[u]?"":"no-")+u));return e.input||D(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)x(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},y(""),i=k=null,e._version=d,e._prefixes=n,e.testStyles=v,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+s.join(" "):""),e}(this,this.document),Modernizr.addTest("details",function(){var a=document,b=a.createElement("details"),c,d,e;return"open"in b?(d=a.body||function(){var b=a.documentElement;return c=!0,b.insertBefore(a.createElement("body"),b.firstElementChild||b.firstChild)}(),b.innerHTML="<summary>a</summary>b",b.style.display="block",d.appendChild(b),e=b.offsetHeight,b.open=!0,e=e!=b.offsetHeight,d.removeChild(b),c&&d.parentNode.removeChild(d),e):!1}); +;window.Modernizr=function(a,b,c){function x(a){j.cssText=a}function y(a,b){return x(n.join(a+";")+(b||""))}function z(a,b){return typeof a===b}function A(a,b){return!!~(""+a).indexOf(b)}function B(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:z(f,"function")?f.bind(d||b):f}return!1}function C(){e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)k.setAttribute("type",f=a[d]),e=k.type!=="text",e&&(k.value=l,k.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&k.style.WebkitAppearance!==c?(g.appendChild(k),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(k,null).WebkitAppearance!=="textfield"&&k.offsetHeight!==0,g.removeChild(k)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=k.checkValidity&&k.checkValidity()===!1:e=k.value!=l)),p[a[d]]=!!e;return p}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var d="2.8.3",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k=b.createElement("input"),l=":)",m={}.toString,n=" -webkit- -moz- -o- -ms- ".split(" "),o={},p={},q={},r=[],s=r.slice,t,u=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},v={}.hasOwnProperty,w;!z(v,"undefined")&&!z(v.call,"undefined")?w=function(a,b){return v.call(a,b)}:w=function(a,b){return b in a&&z(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=s.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(s.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(s.call(arguments)))};return e}),o.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:u(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c};for(var D in o)w(o,D)&&(t=D.toLowerCase(),e[t]=o[D](),r.push((e[t]?"":"no-")+t));return e.input||C(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)w(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},x(""),i=k=null,e._version=d,e._prefixes=n,e.testStyles=u,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+r.join(" "):""),e}(this,this.document),Modernizr.addTest("details",function(){var a=document,b=a.createElement("details"),c,d,e;return"open"in b?(d=a.body||function(){var b=a.documentElement;return c=!0,b.insertBefore(a.createElement("body"),b.firstElementChild||b.firstChild)}(),b.innerHTML="<summary>a</summary>b",b.style.display="block",d.appendChild(b),e=b.offsetHeight,b.open=!0,e=e!=b.offsetHeight,d.removeChild(b),c&&d.parentNode.removeChild(d),e):!1}); \ No newline at end of file diff --git a/core/misc/icons/000000/barchart.png b/core/misc/icons/000000/barchart.png deleted file mode 100644 index a2a9f41991d7321432aa12775a40339f8bdd2adb..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/barchart.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���>IDATxc@ ÿ¡p>ªn…ûZáz ‚ë )üƒCC¡ƒ*Pˆ`Ž …èÑ�dA`�Z¢ :��ÃÁß*rÕ¨����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/file.png b/core/misc/icons/000000/file.png deleted file mode 100644 index e5c792a5dbc0c700aab575c5c70899af7d7483e9..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/file.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���]IDAT8Ëc` 10�âýh¸*W@Ž@ü ï‡ÊØó©m Ɇc I†k ц’b Q†â3°&Ù@N€ÊaÃäˆPÛÀ†QGº -XÊCBXaH�h !Ñ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/move.png b/core/misc/icons/000000/move.png deleted file mode 100644 index ea07e186498a475e5791c924e31ff28a89158dc8..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/move.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���jIDAT8Ëc` 1�â(M–æó@üJ«ù?9†8@¾ªù>”ï@ŒÍHü¨ûÑÀçì4`ó²Ÿ÷Caó²Š! hF,n š(dCȪ¤ª¥DŠóѹ�GñI°ÂqËž����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/orgchart.png b/core/misc/icons/000000/orgchart.png deleted file mode 100644 index 085b4d55b38d3599a7e3bf651c15224bb357fdd1..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/orgchart.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���—IDATx’a „0FŸ$ “pNæ •0)“0 ½¤iš…,ôîÞûSò}ƒ�åNJÂuß<R£x}Y̾ÑÖÙH(ùýò"%¼¬(”pÇ9胃‚!hbÃèvªºâQu‡¥F³`ù2žêOÅ5ÏÕŸS W¿0ÒyÜ+®ä^ì>ôÕšÍé0ŽåâÞӜ̘žüÅ=ª����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/paintbrush.png b/core/misc/icons/000000/paintbrush.png deleted file mode 100644 index ac4a53795ccb2093eb9d529fe1fa06e58ef10b01..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/paintbrush.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���‘IDATxÐQ‰Æ0FÑ#¡*!*e%TBTB$¬„Jˆ„J ³ü°,Â&÷{=ÌÃèjÒaZ•RØVØgm¥PWXµçœA‘Ž9ƒ¯þ*†^ÙÓSX•zˆ¢ eí£—pv,݆^ý¥j3lû n͘"¤p¹gtwÙAQÐÑWño›öK¿Y£iÅãuXï+oüçqÂÓ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/people.png b/core/misc/icons/000000/people.png deleted file mode 100644 index ec5a5ae6edf375299dcd20a0268f2f78a745ed64..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/people.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†��� IDATx‘Q †0OB% “€„I™$L*á—€$ô!ÍÚdw»ð‘ gG1ŒŽ°äÆ^/lpAaùþ/Ó7TåDHˆ‡8‡¯“éï‘�Ïâ}vl°‘¨–y(4Ÿ áG=ìᕌł-ܪâXò ãβN aaÁÆ5\ø6{JÅ’J%q`OŠÍüþ-´Â1š¨í@����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/puzzlepiece.png b/core/misc/icons/000000/puzzlepiece.png deleted file mode 100644 index 17fbfe4dda170a132d625062f0805eee9c4413f7..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/puzzlepiece.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���IDATxc€‚†ÿHP'h@Qè€[¡Ã{¸²óx�Ã}°²õ€\¡�vÿqÂûÄ*üO}…0/±~… 硬õ0…„!Š/÷á{B -à?¡‰…%Ú<“�7Êx(Á�L0 @))(@%Þ -Ç0?®�o€C˜UP˜À@S��ìNÍš(âÀ{����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/questionmark-disc.png b/core/misc/icons/000000/questionmark-disc.png deleted file mode 100644 index ddc576abc7c673b81d30ee1bde4c181508bac01d..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/questionmark-disc.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���¢IDATx’Q †PFO#Fù£ÜD1Œ`"øoÎCž.¼¸oÇïÌ s#(ö¬"´³`\eõÛå\Í:»-°“ €#ÐlÅ2l^¶Ð†Ho`gg4òGŸ1Øï§0² Äel|Ë<“\oì$“³S{ÍR4,µï‘*Z@¯|�0Џü…Ô$è¬å(Zµ#“gÖîÌü#ÎÒ䤯%ê����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/wrench.png b/core/misc/icons/000000/wrench.png deleted file mode 100644 index f1f7fa33a10f63f7744d5283beea0fa9d8885e61..0000000000000000000000000000000000000000 --- a/core/misc/icons/000000/wrench.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���~IDATx½ÌA Ã0…á‚! B!B!”A!J!B ‚+MÖrˆ¥ú´ÿ]?="aà8å¡wPÇêô éÅL„%G!2<Ö28iÿÁ-‡Î‰M–?v<ÙÎ’âé”%«ÓƒQ¥BûnÏi–þ…nUzAv¨Ñ“‡¡Þ ‰A:7 ø����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/0074bd/chevron-left.png b/core/misc/icons/0074bd/chevron-left.png deleted file mode 100644 index e42435d48258238340d968b81aaf4616921bde77..0000000000000000000000000000000000000000 --- a/core/misc/icons/0074bd/chevron-left.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���EIDATxÚÝ“Á � É‘2„û8‰d´ª |5pÏË#´é‘”–'®ŒA,àÉ‚ž,p³¬nrõ‡ø§„‡/Ñÿ?µüzGæ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/0074bd/chevron-right.png b/core/misc/icons/0074bd/chevron-right.png deleted file mode 100644 index e2ff9a93dd9adc17042c356a4f1f2022aa5c7f24..0000000000000000000000000000000000000000 --- a/core/misc/icons/0074bd/chevron-right.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���FIDATxÚÝ“Ë � C;’#e÷qéh~P<¦H¥ß#‡V>N®i–…1ÚvÁtÁGB-ˆ#)—@Íü`·;€í^§•zG¸éç����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/424242/loupe.png b/core/misc/icons/424242/loupe.png deleted file mode 100644 index c6ec12d98a8d9f6be0620c40848426c8121bab79..0000000000000000000000000000000000000000 --- a/core/misc/icons/424242/loupe.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������óÿa��IDAT8ËR; -Â@]±Rôv^@í– äg™2•FÏáü^Áhë ÔØëD,ü߃U‚ìnˆ8ðÂÎ{óf&B¨p]·æûþØgàÁ¹)òEÏóŽÈ'ä ˆä1¾·ÀHŒdvVäµã8õ¯ç’º…aØ6u§í“†ü 8Z{“À޶m#‚ÜCÝ#Š¢ªNàÌ™m³º¹¥8pÎuW)eE÷ÈSm¹0‹À5Óš<•ÉÈ]¼ß…í?Hx*µíg¦mÕ™äxZwÅ;óTܶ"\i›I~‹ÀéÐúWòTÜvvaìœÁ÷H vþéaçŒÈ\üìLrÇeñx×E•|����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/505050/loupe.png b/core/misc/icons/505050/loupe.png deleted file mode 100644 index 1b7edbf79ce1554375b2b7faaf51f4d11d0f3c3e..0000000000000000000000000000000000000000 --- a/core/misc/icons/505050/loupe.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������óÿa��IDAT8ËR; -ÂP|b¥è ìrµ³°´ÌRù;Gà§ð -Þ@[o ÀÞÜA$…tFÖ òòBÄ…!Ý™Ý}JI„aXs]wæyÞ8` X*/‚ h£ðľïOð�°ÎÀ0“ÌÎB^;ŽSÿJ—Dè‚\K+ cÇrȯP·ÏJî8¶iEä{¨»Ù¶]Õ Ð°AŽG Ô<€¦N€nG9tP“À¯ŠN€§ÚÒ0ƒS`“•´äTQ†É]ä®ÀB:y*ºMø³Œ=2÷¿½ây*º-„„c³³_"¨_%OE·? “—™Š`º±*ìü%Ò/,ÂÎoüÏÕ/ÁÎ$cŲúG<¦1ÏÄy����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/chevron-disc-down.png b/core/misc/icons/5181c6/chevron-disc-down.png deleted file mode 100644 index f9b004191cb3d6c396d8abc1038e0ff884cff442..0000000000000000000000000000000000000000 --- a/core/misc/icons/5181c6/chevron-disc-down.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���žIDATxÚµ“Ë€ D-R(Á´J ¬„,Á›×”B ˜Ãâ�ñƒ£2óìÌ.$î—5N«bãØ«³ek Û+³gbþìäø�Wׄ½'hPÄ:ešI.{h¦dÖÐû²@ŒÊB–̬ªÌe€Á’fàDDˆ0˜»)j¦«)ˆ2±¯^â«¿ðéoÜ�Ò£hµŽò����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/chevron-disc-up.png b/core/misc/icons/5181c6/chevron-disc-up.png deleted file mode 100644 index d3a71e875f1c33a4bd489fac3615101604bffe3b..0000000000000000000000000000000000000000 --- a/core/misc/icons/5181c6/chevron-disc-up.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���˜IDATxÚµ“Á € EQpƒŽÀuGpo^…°$6цo4h“Âáÿ¶´t¿Ä0®N •ã£„\! ñN<bB™óøÒ3({|9A;N ˆ&�&¤ÄÈ„ÍÜK9É\3ð'qÒ~O&¾V™ -‚ŠÍ£SÁ)XÐZö 6mbË_àOã£þIû����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/twistie-down.png b/core/misc/icons/5181c6/twistie-down.png deleted file mode 100644 index 90e78f5d8ac141fd874e7b04784d33ad33e87b32..0000000000000000000000000000000000000000 --- a/core/misc/icons/5181c6/twistie-down.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���QIDAT8Ëc`ÔLjŸ˜Äÿ‰Àóq �Äç hÉàó†¿Ç¡$®@LXà0 €Ô�EÖÜ@N¬¬‡j^On´ -@]"0ŒS/�ìX‹»vbu����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/twistie-up.png b/core/misc/icons/5181c6/twistie-up.png deleted file mode 100644 index 3f660d97b1c28dfe740170ae660a499e5cf725c6..0000000000000000000000000000000000000000 --- a/core/misc/icons/5181c6/twistie-up.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���TIDAT8Ëc`xA`ã1 n�Ñä°ˆÿƒhr47@5Ãp)šÐ4Ãp�1š€ø=@â -„í<Í0|g %æÐÃóñQx4‘#��Ù°‹»(g����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/73b355/check.png b/core/misc/icons/73b355/check.png deleted file mode 100755 index e030f100d563b37ca553df198ec2b0d3328f40c1..0000000000000000000000000000000000000000 --- a/core/misc/icons/73b355/check.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���ÀIDAT8Ocd 0R¨Ÿ,J·†t{¯¾�²œdŠ7‡,�j‹ÿÿŸ!±Ïoõ’€i†y›‰‰ÁhÐ530ü_Øë»&n@Ñ–‚¿ÿ,˜¸ázÀâÒ$þþùíˆl>Í`@!úïÃy$[á†ÒwAѦÐFF†ùȆ�Ù€8�!ñ3º÷a€i’Zìš1Ò—�ÕàÖŒ5!¡‚_3Δ5Ä ×wu¡¼BtBÂeÅ��vÈ_À÷UáŒ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/barchart.png b/core/misc/icons/787878/barchart.png deleted file mode 100644 index 81e406c413d8b8eb867b2d0da2c08218305084c2..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/barchart.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���GIDATxc@ ÿ¡p~2d@á"+Ü?Ð -×i\OHá -*ÀP€Bs$)DD;X"�È‚À�ôDA$$Z!�8z&FÈ}����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/chevron-disc-down.png b/core/misc/icons/787878/chevron-disc-down.png deleted file mode 100644 index 545b8ac9e86ac0e690efd7cef4c14e9c37b23044..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/chevron-disc-down.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���IDATx•‘Q à E‘ð¤T& |ÞOœTÂ$LR°ÑËr’6ûèz’æ’{ò(%ýñ(TÔLQ(-ü2UCoªga%ìB¨ç -Ú‚áW†âŠ]Ä1sw*‡ÐóL›•¡mæ¼6APWXy¹Žï„'J¢f‚¿…ÚN’©9›èJ½ñ'oÜü¾Íî÷‚Ö›Ð����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/chevron-disc-up.png b/core/misc/icons/787878/chevron-disc-up.png deleted file mode 100644 index ec9982ec8265bdb5ff10bfec4857c5ef88e11909..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/chevron-disc-up.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���ŽIDATx•‘_ ƒ!Ä‘P)“€„I¨„>Þc a&á“R ”Kö-ãÒ„ä~”þ)žRÊTÁ[†Àc)`;Ðh.5¶”O@Àäj~$PЖ|@Dà›]6Ä'@û‚{"7uØYM$R™A_®«Øè÷ƒ5°Š]œÎÁ~Oòdþ¹¬/Û|Um÷?Í´Œ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/cog.png b/core/misc/icons/787878/cog.png deleted file mode 100644 index ed73976e03c8db6c7e466d0e352e1021cc12f613..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/cog.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���šIDAT(Ï•‘A!D# HAÂJˆŽÿˆƒ•°R€„J@Bz€fy}´}%'f’É$ùïqR9wD ‰ˆP1ªˆ‰°Ò #s`ÆAÆhžBšÄ{¤[£lè²zâ%¢ôÑhu>jt":ÿc"§íeŠàÈc(´ -Íw2¡ŽŠ¸]Mæ¯SüÜ‘ŽQ¼·R0:ñÖˆ›[ÄÝÑ.ŒkEž´P¸M:þæ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/file.png b/core/misc/icons/787878/file.png deleted file mode 100644 index e88cc0510164e75727ef614d80d538a30e7c9f0c..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/file.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���[IDATxc TTì‡Âþ -†Š Fƒ0†CÅ*e�’ó‰TUJX!T)a…0¥"”âWØ€€XÂa‡€ -qÀ"‚,U¨P±T€)$IT�•µ]Ðf¹À����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/key.png b/core/misc/icons/787878/key.png deleted file mode 100755 index ca535937dbc5d504137dbac969161a9456e1bcf6..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/key.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���{IDAT(Ïc` *þƒá|B -(RRþ¦ +)¨¨¯Œ¯P@WÐP>®ËßW$`šr�Y : J; Iÿ¯8€î˜%**@Ö )(+€*P€XX~Ý -e`ÞƒŠLg&@ÍØ_qC?Ü©Ê?”_À¢;��Ij}ž”·þ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/move.png b/core/misc/icons/787878/move.png deleted file mode 100644 index 694b5c3bb544a556363bd8c91fd07aa48fdbfd81..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/move.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���cIDAT(Ïc` TT4Tà“>_ñˆðIÿÇ©¤Âhü~ ô} 퀩Û�L7�ì‡*@5¼MAÜ"¨ÝûB+ ,ˆ°.\°ºªÄ/ˆ¢B’`\`M�‡m‚h¸:Ž3����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/orgchart.png b/core/misc/icons/787878/orgchart.png deleted file mode 100644 index 75470862373119e22c6dcec1a385966ab80d9bb0..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/orgchart.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���¢IDATx¥’Qà D‘€„J@*¡øÜOœ á$ H ƒî´aÒ4ïçvö%390—äæ›)âŽ6xìÅH1ã^´(ªØ‘x~ïÑ“¤¢À“Û[t¨h*|EãŽÜÅ¢oÅôйj«bÖâèg²æ_Ä€¦„åÂÙ4²:B¶£î+1É,–1–å5ckà ¨8-æ‹ËÖà$OíTMk–2G����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/paintbrush.png b/core/misc/icons/787878/paintbrush.png deleted file mode 100644 index 4f360d99c0c2a0bf31d413f85af80c6a4464597d..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/paintbrush.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���§IDATx}ÐQ à …a$ H¨”IèãÿX•€„I¨$ ,,,9iOÖÿ©É—›{ úQl—þƒNôPتZ¨lÕ)>X!ÑÙ T¶fåçQŽÍ^÷©Á²Yc( ìtà -ã™J'ûU8;ÖNzÜé|£q‘ä¸â&Îâi•¨Pë:§Ré·©Ò€Oi#ÿ‡‘ºèÛBC/…¾ÌEcóÐöóì(»GE����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/pencil.png b/core/misc/icons/787878/pencil.png deleted file mode 100644 index 307f9cd4866de9d17a518ced7b2bb42dbc1f3692..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/pencil.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���wIDAT8Ëc`, ¢¢"ˆ×±µûÅï)2¨YÉ0ÊjrÀâB^O®7çã0´€Ü0Ãfè|JC7Ô€†Áp5 ›?jQ9€<ÈM"¤$�Âø19.;ÅÐùä– ë¡ JQ‘ôjhÌÀA�]Î(Mæº&����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/people.png b/core/misc/icons/787878/people.png deleted file mode 100644 index 1becef9809d00b7f2c4c62447899669ea85d5a78..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/people.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���¯IDATxÑA „0…áJ H@ÂH@Be¼c H¨„•€„J˜%Ͷ/Óf ü_:C íÁŠ»; s|½`¿Î'¨0ö“ƒú~ oF_•Eä»2Bé0"`çé„V”q_BXa`i„±Cý ¥CqpkPêvlå_ª- fØ4Š·šùÕ6TÜð°8v@T¹'/œ;ú”;÷2â·°ÝAž6÷~í®{àú:3±����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/push-left.png b/core/misc/icons/787878/push-left.png deleted file mode 100644 index 3e8f0dfed955f5a26201c9b85bab6a409cdb636e..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/push-left.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���]IDATxµÑ± À0DQFÉŒÄW²™GòD¢¸"H†"æ·¯@ ÿ<3È9Adë:Tø*6Ö’6œYdŸ*|ȨˆÌlI7ó -IÛóúý_sÝΚÃ0L²’^����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/push-right.png b/core/misc/icons/787878/push-right.png deleted file mode 100644 index 1523dafe6e6b913b1c0276860a1f3106442f4c4a..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/push-right.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���cIDATx½Ð± €0DÑŒÂÉ#P^™ )#e„ 4¿�¤³À¿Iñ$Ë)ÿBmUäêš«×0TsðЀÞ`¨ÑЄ^ O‚z¸èf ÕŒ§Õ»: ˜û˜3>ƒœê¥á SØÑ…‡����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/push-up.png b/core/misc/icons/787878/push-up.png deleted file mode 100644 index 2a78bc4af110c9723e63263360e609dde697f0b0..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/push-up.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���]IDATxc�ŠýÿqC ,CUÐBa^…P…„!ý�! -ÀH@Ǫ›RÊ0•b(CUŠKaÅ{˜" «»BôÈìñ‰QØ0h�•B`™‰�í,4È®2r����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/puzzlepiece.png b/core/misc/icons/787878/puzzlepiece.png deleted file mode 100644 index e59a598ecb5cdf1d81e0690d2adb6d6bd07f6d07..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/puzzlepiece.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���œIDATx‘Ñ Ã D=BF`„Œ:‚Gèç}²IGÈÒ* 'SA¬JåýXð�ù,ç‚b7È7µˆ¸ŒÅ€B-AzbeB>´r/Χ¾¸ÉžHþ/²ÅŒp/*ÒU=¬˜±}(žødð/s••tÆ6™f´>SÅbæ±4ñ<¡6ž„p/Çxlm£À#™ùÕ‰¶¢Ïoâ)‡Á’n˜����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/questionmark-disc.png b/core/misc/icons/787878/questionmark-disc.png deleted file mode 100644 index c21b096ffad5eebff0dee4784c26ee184d9b5466..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/questionmark-disc.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���°IDATx’Q „0D+ HX H9óY+ +¡P wd›[vú~šÉ£¶-¯ -@!(×vá;aXgQгtH—Ðlžlh¡®—hÎÛ_”(Rö“¹¸˜CÅî» -j> Љ6hClw͡݋«kGJŽ»êÎRµN¢Á¢–~F&QOXø zR¹˜¯p ,ÒÒ0¸ºCÞ<³àùá>óç‚Cƒ=Š����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/twistie-down.png b/core/misc/icons/787878/twistie-down.png deleted file mode 100644 index 38acc36e468cc12d9e54b21bb1725839f62b87f5..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/twistie-down.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���QIDAT8Ëc`Ô Äb\ÌâÿDàù¸�âó4ƒäðyCˆßãÐW &,p@j€"kn 'VÖC5¯'7Z .Æ©�Uº€{©M}r����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/twistie-up.png b/core/misc/icons/787878/twistie-up.png deleted file mode 100644 index 9685f04ffe2c46148986878da413e6095a85ee14..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/twistie-up.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���RIDATxc| B ¢ˆˆPàúŠÿ@ŒSAP°+�JÁ`�¦…Š÷@¶ªŠó ò̇K à|d Ø DH'�P§‚Ói~=´����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/wrench.png b/core/misc/icons/787878/wrench.png deleted file mode 100644 index 50007a2d374554a35eba7aac4aad6f4805286f22..0000000000000000000000000000000000000000 --- a/core/misc/icons/787878/wrench.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���“IDATxÐQ à ‡ñJ@Â$T*á$ôñÿX•€”J˜$ ¡»ì–í¾‡ñ=�áBXb¨hèöºLõ[®A½ÆèAð‘¶öCe†wzUèU€‰ö/Üz§Zbx£Cû gó÷´hL‡Ó£¢únš`ÎdJè†è…hGôL«ºôTSAȽ�ÆqGaÖ©����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/chevron-disc-left.png b/core/misc/icons/bebebe/chevron-disc-left.png deleted file mode 100644 index d1f71ba3e9af99c8a3848a40932c31bfdbba115d..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/chevron-disc-left.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���wIDAT(Ïc` ìãß¿¯ã÷ñcJçï{¿ï?¾ß—*=Iç#ëFŸßgÄv=Ìî÷HÒ@Û÷ùÃ-¹è$Ti}$ ñ õ8¥!–À؃-ÜâÐõD™@Ð „|d z8ä’Xã¢Wl®GM�*lmêñV®����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/chevron-disc-right.png b/core/misc/icons/bebebe/chevron-disc-right.png deleted file mode 100644 index 3edbc737b4905c0ca188c3d4f8de33bffb35f56d..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/chevron-disc-right.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���yIDAT(Ïc` ìãß¿¯ã÷ñcJçï{¿ï?¾ß—*=Iç#ë†ßgÄ%õ0»a†ûƒyç‘,¹è$„€>š’x‚zÇ¡*©GWðß~°µöPÞz¢L èB¾@²=ò‰ I¬qQ+6×£Æ&�KÈmÓ‹Ð&����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/cog.png b/core/misc/icons/bebebe/cog.png deleted file mode 100644 index 1ea36bf5836e750839ff05bbf7e7bf2cd41f6e1c..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/cog.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���™IDATx•‘AÄ C‘€¤ ¡€ ¡NP •ðw† ó/vû|Ú4IKøó¢3èg‘¼Ö1Ö”‰.ˆLŒÊ…-.*Æ$nAÆŽdh‡Ç ï ó—B¢ð*H‚ÎÐ;Eò¢ý «¹ˆìÒ&ž¯Ã<;0éÁo©CPÉ· ž¿âçÿ–iÛÙÚ -L‘g‘<¹1n‚ó÷š‚Ò¸ƒÛ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/hamburger.png b/core/misc/icons/bebebe/hamburger.png deleted file mode 100644 index d9306a1aa91be4706da46c67a2c396b62faa38e8..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/hamburger.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���@IDATxcØw~ß"ày A$Aaÿ¾ýDÀ~†}DBZ(Ø×@ Eð¼'Já{†} -ûˆ€ -ŽÃ*™�ñ(ãÖ•-q����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/house.png b/core/misc/icons/bebebe/house.png deleted file mode 100644 index 7300e8f4ece0920a5857a66b9bccf8828f9cafd6..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/house.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���mIDATxÕÎa € ÄñÁ(DxQŒB#Ðäˆ`$ÜzÜÔòÿvû10>HX1Á®î%l%¢c6 ŠUŒ¨bD#ªQň*Fô4øã½>]‹ÝœKýÕ\ Co‹ÿÎÈg¡-¡[–¾lÎmþÑ)ÇxM����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/key.png b/core/misc/icons/bebebe/key.png deleted file mode 100755 index 6f976585f97bbee20b3322ca59c927981234ede2..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/key.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���ŽIDAT8Ëc` ìÛ·ï?ïÝ»w>Eœ!@ ‡Kp²ÿþ� ®âx V ä ž€n~”O Æ%ðò蜚A’ø4CñB^A÷ÆÿA·y…hNV@óÞ¼€4 €døP`“Àм±ˆï´K€€¦ÖDÙL -��¨)ê˜�ƒ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/move.png b/core/misc/icons/bebebe/move.png deleted file mode 100644 index 90205458ad3678a18a1c9ae0382a0f1b6fe6c7af..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/move.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������µú7ê���dIDAT(Ïc` ìØ×°O�Ÿôù}ÿX�ŸôœJö9�ß”¾¤0u€é ‚ýP娆7 )h€[µ{?Pa„QÖ…6cA7@•8àñá@THŒì± �u‡£~Ì·°â����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/pencil.png b/core/misc/icons/bebebe/pencil.png deleted file mode 100644 index 679e0b14031c7cbe7596271d8b0e16f41d2989a7..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/pencil.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���xIDAT8Ëc`,`ß¾} @¼ˆ ¨eØ(~O‘¡@Í -H†Qf(P“Âðzr½9‡¡ä†6CçSbº¡Ô0†¨iØüQÈÊäFl!Å Æ—ˆÉqÙy,†Î'·Y5�ÙPŠŠ¤ÿPC`��›ªúW¼����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/person.png b/core/misc/icons/bebebe/person.png deleted file mode 100644 index 34ac3489fa9676b9a4134270ef2a6657e4e870c7..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/person.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���‚IDATx½ÎA!…áHX HX H@*!NÖÉ$ !=u& åÔ÷_¿Ã“8*Ã輟àSÌ¥;xa1®5,,k¨ÔÁãi‚)@W¬!;˜Ì{(Ž äöoðÆ\÷&”à@If¶©Q>ðÁ~ô BŪB¡T„ÃÞ)MÔÀa¼‹¤����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/push-left.png b/core/misc/icons/bebebe/push-left.png deleted file mode 100644 index 7870c857e6c1234239e88860e9559c4e38488be0..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/push-left.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���]IDATxµÑ± 1ƒaFy#0£x23RFÈ“(\\¤ƒâÂß~¶ï¨‚öžqWy:1ÎÅla±ÍE¨8 سþÄèÜXÅŠ.¦Â EÛ÷ˆâþÖY¡‡ÃÆð7*¼¯»¯é����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/push-right.png b/core/misc/icons/bebebe/push-right.png deleted file mode 100644 index a2bbcbb505bfc5f5f8ad1a606a3234d9eb9611cc..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/push-right.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���bIDATx½Ð1 À0DÑ@)„@2„Bƒ2º@ -„T^~¥,Ujýo±Ëÿ£PËŠ\]3{ Cu^]a¨ÑÐ\(• &=¤º#Ñ -Ou0÷˜3>ƒœêmÃ’tÏÆ.¼����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/push-up.png b/core/misc/icons/bebebe/push-up.png deleted file mode 100644 index 278b8d5d405aa8e92544456cfdc871a52716cb98..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/push-up.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���]IDATxc�}û÷ýÇ ²û€Š€ -ð*,€*$é§Ð�‰P˜�ö@º8VeØ”âP†©CªR\ -û÷½‡)²ú±+DÌ~Ÿ… ƒVaP)&™(�šv¡œ1&����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/questionmark-disc.png b/core/misc/icons/bebebe/questionmark-disc.png deleted file mode 100644 index 76e00230d45025fe5020911091e2b06545debcea..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/questionmark-disc.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���®IDATx’a à „‘P Hx*eRpð¤ÔÁ= H¨$lÝ8vkÒ¤ÜrùÊ—>H·ŽøÄaH·OI +hhŠõ4Ø.Û±öfEh&?¥~_ІÈ;°½³ ÁGoÈ"P°õÝ e>`3UNŒ¬ÿ˜Ì¡žƒ¹c;ìgêv¢vqhõgL@‡äxTTzSf±\!5õ -9U7ØgÆ\?Üë¼�rè‡Oè>����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/star-empty.png b/core/misc/icons/bebebe/star-empty.png deleted file mode 100644 index d84df7a210ac3e993447aecf2d9a4ae0c2ee33e6..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/star-empty.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���ÇIDATx…‘QÄ D‘ H¨„J@B% ¡P'‹$T8&m3·ùhï}äȼ$4ÿƒ O ðl“í[l*¶/qÁÀ9XÞÅYÇ/¢}ÈYL¨F³N‡Þ³) cËsW"?ÕIOB¿¦\ÇÝïŽvºcþçT&-ÿ—»jMc1ú÷ÐD©c¹Gf¾£¥UGVD$+%±i}··î:£yQlµ2)vWMž3Z§æV#*ŠVÚ·"²øÉ<…–nÏR����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/star.png b/core/misc/icons/bebebe/star.png deleted file mode 100644 index 6d1d70d07de4eafcb719d58b84aca6f18997496a..0000000000000000000000000000000000000000 --- a/core/misc/icons/bebebe/star.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†��� IDATxa à „Ÿ$ ¡P H¨„:¨œP “Àa×ñ2h³~ÿú¾\îýÁàU0Æ#ü½˜ª˜îűÌÅ@1ÌÄ2„¢$XIíG"Yò6öš>÷©¶ñCÍëÕ~¨)Ñþ-äïÄc´W‹‰Ç³ÀG×¢áé€)\ù¦]ËràŸ–ëzÑ"Ö,¹¨¹–â3Þ%xÓ^‡6¼����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/e29700/warning.png b/core/misc/icons/e29700/warning.png deleted file mode 100755 index 4b2d979dad741a422d9b480e169a8c70dcdbe9fb..0000000000000000000000000000000000000000 --- a/core/misc/icons/e29700/warning.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������óÿa���öIDAT8O“Û‚0…OYÀ¼¬€(è¾¢K°„òê:8:è�N@M+¥¤H_Ê×$ÿ9I‹@ÏzæXªð$EJ¡Àk¸ŽpSñ¨Æ|¼ÃË ª© -,š¢bš"PÖ%pqH)áZauRÕñ*ñÀºè�\u h€Û»à\´�~ï ã¢ð&à»°�nò=ÇÎÂ|u],qÕûï=¦½ `Õ©xºý>ennÄÜó‰òV-Ë�”{¦5 Ìñ¦ÓsÑœi'Þz 66R"³ÐàÜsÊ-)7#À1ø3 ©œýùcÑÉ‚����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ea2800/error.png b/core/misc/icons/ea2800/error.png deleted file mode 100755 index 183e853aa8fffb2d0e7f69b7967844135bc966c7..0000000000000000000000000000000000000000 --- a/core/misc/icons/ea2800/error.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������óÿa��UIDAT8O¥SARÂ0}aD»fÜâÊîÄè ôÖ'@O`=xn�G¨;t#[Ù�»*Žñ%MbB;Œٴ?É{ùï½DàŸC¬ãçm4¾"ÜH‰tôºD&†;9šS,|L@0‹‘pó=ÊÆ$Á½Ö»î4xÜRѵ%ѪíÕÞÌÉOõ]ÖcÖ'FÂsýg«)ë+v¹`}¤äh‚÷·üé«‚›jÁŽõÁn.¼°w‡fÇȼÓ2Î-@{„#ߨÖN‚Xzƒ®[Oâ/Øl¥§š@k¶‘99Ö“A(ÁpMB`,%t6™82&:O˜DÙDÓâ”í0`=Ʀ<ñb\²n» ¿[]¤Ú7.^1T¸ª«œšN‚`t!±¬I$\"°‘}FèŠâ1¹›(ù˜vs¤>¦ò‘›g~�7O¨™:÷����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/hamburger.png b/core/misc/icons/ffffff/hamburger.png deleted file mode 100644 index 8373f19456762240704587b8b1b3f05241106273..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/hamburger.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���>IDATxcøþ?1à<Ã" -ûÿï'ö3ü'ÒBaÀÿ"`�-‚ç=QêÞ3üWøï@TÀpVÉ�ÖlsÖffŒ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/house.png b/core/misc/icons/ffffff/house.png deleted file mode 100644 index 63aea460eaafba7c5f8a3bde9f66f689312791e5..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/house.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���mIDATxÕÍQ€ „á‹`"\£ÐÀD!‚‘Ö…=vFåÛù˜³øPpbƒÍ¸�‘.ÙŠ*¨dL‰iJLSbšÓ”˜¦ Á3‚·Ó<ÌyúZ›‰Ðûâÿ…;ê]êK–ã/º�u¶b'A$*>����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/pencil.png b/core/misc/icons/ffffff/pencil.png deleted file mode 100644 index 6bf12db72db3dfc39b870a01f051a5b518db58a2..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/pencil.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���wIDAT8Ëc`,àÿÿÿ @¼ˆ ¨e¼§ÈP f…ÿ˜€<Cš°¸Ö“ëÍù8- 7̰:ŸÃÐ 5 †a0@MÃæFT Ï0b“) €0¾DLŽËÎc1t>¹%Èz¨È†RT$ý‡š�3pÐ��ù«ä=‹P6Ø����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/person.png b/core/misc/icons/ffffff/person.png deleted file mode 100644 index 2d37cdd67fede20981179897325507ffdf40a066..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/person.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���ˆIDATxÚÍÔá † €á¡¡Á¡Ü¤Qn”Fp„÷ûcÁuœ }þTTž�+pдù&=€‚Dc¾)Ìørl»¾òÿÁOÏ0áK(6•(`Á¶H#VÅ ½±Û½áTlµIÞ%(q -ä{lç½ýúDÇYÏg¦ƒF–Ñ~'¹Æ€.ìZ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/questionmark-disc.png b/core/misc/icons/ffffff/questionmark-disc.png deleted file mode 100644 index f3b560e7bd1b60e65160a32fec9fc9e849918a21..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/questionmark-disc.png +++ /dev/null @@ -1,6 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���©IDATx’Q Å0#¡*á$TÊ“'¥NB%TB$̃„tá:÷–i–&)ŸÀpbŽQ4Zn™`Ï¢ÑXÑ0$²=ÚÍÑ“ƒëQw‰ -Éljwáäd£àLlˆ -‚Ê ÀBÕC2WÚ1†x-5£)Y‹{×nĽªn¤LÕžÄ FmþK¢ãI4¸¨=©ˆHW¨‰ù -u¹ºaž™æýá¾ÏݶGŒDÝûS����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/star-empty.png b/core/misc/icons/ffffff/star-empty.png deleted file mode 100644 index f6e02718a338d525aa85da9d2c28c7cbdaf39e33..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/star-empty.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���¿IDATx…ÒaÄ ÀJ@B%TÂI¨$ á ¡R€„J@¼¤ÉmɽÛïÉf––Òm-É0$͚ۜòoØAÿÜnÿÃEÆõÆAbà©Ezìt¡k‘sSÌu<ð0WùLçÖœ®Ï;¾AþòMßq˜h•‰Äø2=Á`3ÜÑw´[¡Œêy¤ò¬Õºc´OIÍîDµBÙˆ»2ú -€*I*€4ø½DÇ ^3Ü5uù¯“ªÙ'ø;¯±ùöý-Ÿ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/star.png b/core/misc/icons/ffffff/star.png deleted file mode 100644 index 55cd3a64cc92ca6c154324b718df427286da0bc2..0000000000000000000000000000000000000000 --- a/core/misc/icons/ffffff/star.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������'€Õ†���œIDATx’Q „0DWÂJ¨$ •€TR°NÂIxGöR6G!÷æ^&;I%‚òÞ£È9BL¦’ïE£bwâ€3ôÅgí‰uˆ £Åš?“0ó„Ùïê³ú=–vLæŠWçK-ˆ‰_$äïÆrµ7ІóÚãX§ hÓ¯gq<ºF¾_ŽÞñ,&6Jx×µw#¹ø0˜¤6õô©Oª����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/contextual/css/contextual.icons.css b/core/modules/contextual/css/contextual.icons.css index 2a755ca568feef022ca274df74ce99d648e93d1a..03beeb6202db9a302750c97074a08e30392f5b50 100644 --- a/core/modules/contextual/css/contextual.icons.css +++ b/core/modules/contextual/css/contextual.icons.css @@ -9,17 +9,10 @@ .toolbar-bar .toolbar-icon-edit:before { background-image: url("../../../misc/icons/bebebe/pencil.svg"); } -.no-svg .toolbar-bar .toolbar-icon-edit:before { - background-image: url("../../../misc/icons/bebebe/pencil.png"); -} .toolbar-bar .toolbar-icon-edit:active:before, .toolbar-bar .toolbar-icon-edit.active:before { background-image: url("../../../misc/icons/ffffff/pencil.svg"); } -.no-svg .toolbar-bar .toolbar-icon-edit:active:before, -.no-svg .toolbar-bar .toolbar-icon-edit.active:before { - background-image: url("../../../misc/icons/ffffff/pencil.png"); -} /** * Contextual trigger. @@ -34,17 +27,9 @@ /* Override the .focusable height: auto */ width: 28px !important; text-indent: -9999px; - -} -.no-svg .contextual .trigger { - background-image: url("../../../misc/icons/bebebe/pencil.png"); } .contextual .trigger:focus, .contextual .trigger:hover { background-image: url("../../../misc/icons/787878/pencil.svg"); } -.no-svg .contextual .trigger:focus, -.no-svg .contextual .trigger:hover { - background-image: url("../../../misc/icons/787878/pencil.png"); -} diff --git a/core/modules/dblog/css/dblog.module.css b/core/modules/dblog/css/dblog.module.css index af6036e29a9c6b69cedb4c409735a100abb2426e..d1820f8e39f0c1a27727609c3a36765104b8ce17 100644 --- a/core/modules/dblog/css/dblog.module.css +++ b/core/modules/dblog/css/dblog.module.css @@ -29,18 +29,9 @@ .admin-dblog .dblog-warning .icon { background-image: url(../../../misc/icons/e29700/warning.svg); } -.no-svg .admin-dblog .dblog-warning .icon { - background-image: url(../../../misc/icons/e29700/warning.png); -} .admin-dblog .dblog-error .icon, .admin-dblog .dblog-critical .icon, .admin-dblog .dblog-alert .icon, .admin-dblog .dblog-emergency .icon { background-image: url(../../../misc/icons/ea2800/error.svg); } -.no-svg .admin-dblog .dblog-error .icon, -.no-svg .admin-dblog .dblog-critical .icon, -.no-svg .admin-dblog .dblog-alert .icon, -.no-svg .admin-dblog .dblog-emergency .icon { - background-image: url(../../../misc/icons/ea2800/error.png); -} diff --git a/core/modules/shortcut/css/shortcut.icons.css b/core/modules/shortcut/css/shortcut.icons.css index 143b1158a55e6a005acf182aa7a2bdee5de05a09..4f25fc678d0c7b739add58c9b8a56c7a0c7347d4 100644 --- a/core/modules/shortcut/css/shortcut.icons.css +++ b/core/modules/shortcut/css/shortcut.icons.css @@ -9,17 +9,10 @@ .toolbar-bar .toolbar-icon-shortcut:before { background-image: url("../../../misc/icons/bebebe/star.svg"); } -.no-svg .toolbar-bar .toolbar-icon-shortcut:before { - background-image: url("../../../misc/icons/bebebe/star.png"); -} .toolbar-bar .toolbar-icon-shortcut:active:before, .toolbar-bar .toolbar-icon-shortcut.active:before { background-image: url("../../../misc/icons/ffffff/star.svg"); } -.no-svg .toolbar-bar .toolbar-icon-shortcut:active:before, -.no-svg .toolbar-bar .toolbar-icon-shortcut.active:before { - background-image: url("../../../misc/icons/ffffff/star.png"); -} /** * Add/remove links. @@ -29,9 +22,6 @@ width: 20px; height: 20px; } -.no-svg .add-or-remove-shortcuts .icon { - background-image: url('../images/favstar.png'); -} .add-shortcut a:hover .icon, .add-shortcut a:focus .icon { background-position: -20px top; diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css index f62af51e78c3d273b9453bfe4a3b1ee83a8dfecb..a4024f456f98748f953456bb3c5e9f9892bdc701 100644 --- a/core/modules/system/css/system.admin.css +++ b/core/modules/system/css/system.admin.css @@ -149,21 +149,12 @@ a.module-link { a.module-link-help { background: url(../../../misc/icons/787878/questionmark-disc.svg) 0 50% no-repeat; } -.no-svg a.module-link-help { - background: url(../../../misc/icons/787878/questionmark-disc.png) 0 50% no-repeat; -} a.module-link-permissions { background: url(../../../misc/icons/787878/key.svg) 0 50% no-repeat; } -.no-svg a.module-link-permissions { - background: url(../../../misc/icons/787878/key.png) 0 50% no-repeat; -} a.module-link-configure { background: url(../../../misc/icons/787878/cog.svg) 0 50% no-repeat; } -.no-svg a.module-link-configure { - background: url(../../../misc/icons/787878/cog.png) 0 50% no-repeat; -} /** * Status report. @@ -191,15 +182,9 @@ table.system-status-report td.status-icon div { table.system-status-report tr.error td.status-icon div { background-image: url(../../../misc/icons/ea2800/error.svg); } -.no-svg table.system-status-report tr.error td.status-icon div { - background-image: url(../../../misc/icons/ea2800/error.png); -} table.system-status-report tr.warning td.status-icon div { background-image: url(../../../misc/icons/e29700/warning.svg); } -.no-svg table.system-status-report tr.warning td.status-icon div { - background-image: url(../../../misc/icons/e29700/warning.png); -} table.system-status-report .status-title { width: 25%; } diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index dc4a0d07b9bb159cd9932ba742f1bb893a818f3d..58631328a3463c8e2c4aa9bbd9c121bdc76bfd4e 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -114,17 +114,10 @@ a.tabledrag-handle .handle { padding: 0.42em 0.5em; width: 14px; } -.no-svg a.tabledrag-handle .handle { - background-image: url(../../../misc/icons/787878/move.png); -} a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { background-image: url(../../../misc/icons/000000/move.svg); } -.no-svg a.tabledrag-handle:hover .handle, -.no-svg a.tabledrag-handle:focus .handle { - background-image: url(../../../misc/icons/000000/move.png); -} .touch .draggable td { padding: 0 10px; } diff --git a/core/modules/system/css/system.theme.css b/core/modules/system/css/system.theme.css index 8664a2fc50ff33a689d554927d9b57baf1e12eeb..09e61321744b952cf932caec1c6cddb96620b22c 100644 --- a/core/modules/system/css/system.theme.css +++ b/core/modules/system/css/system.theme.css @@ -567,9 +567,6 @@ ul.tabs { box-shadow: 8px 0 0 #77b259; margin-right: 8px; } -.no-svg .messages--status { - background-image: url(../../../misc/icons/73b355/check.png); -} .messages--status, .ok { color: #325e1c; @@ -588,9 +585,6 @@ table tr.ok { border-color: #f4daa6 transparent #f4daa6 #f4daa6; box-shadow: 8px 0 0 #e09600; } -.no-svg .messages--warning { - background-image: url(../../../misc/icons/e29700/warning.png); -} .messages--warning, .warning { color: #734c00; @@ -609,9 +603,6 @@ table tr.warning { border-color: #f9c9bf transparent #f9c9bf #f9c9bf; box-shadow: -8px 0 0 #e62600; } -.no-svg .messages--error { - background-image: url(../../../misc/icons/ea2800/error.png); -} .messages--error, .error { color: #a51b00; diff --git a/core/modules/toolbar/css/toolbar.icons.css b/core/modules/toolbar/css/toolbar.icons.css index c827a0cfae449844d2f9f63f88358b29ea9abb8a..189ba5bacbb7895bf7b27db60c67c4718db25968 100644 --- a/core/modules/toolbar/css/toolbar.icons.css +++ b/core/modules/toolbar/css/toolbar.icons.css @@ -25,9 +25,6 @@ top: 0; width: 20px; } -.no-svg .toolbar .toolbar-icon:before { - background-size: auto auto; -} [dir="rtl"] .toolbar .toolbar-icon:before { left: auto; right: 0.6667em; @@ -68,31 +65,17 @@ .toolbar-bar .toolbar-icon-menu:before { background-image: url("../../../misc/icons/bebebe/hamburger.svg"); } -.no-svg .toolbar-bar .toolbar-icon-menu:before { - background-image: url("../../../misc/icons/bebebe/hamburger.png"); -} .toolbar-bar .toolbar-icon-menu:active:before, .toolbar-bar .toolbar-icon-menu.active:before { background-image: url("../../../misc/icons/ffffff/hamburger.svg"); } -.no-svg .toolbar-bar .toolbar-icon-menu:active:before, -.no-svg .toolbar-bar .toolbar-icon-menu.active:before { - background-image: url("../../../misc/icons/ffffff/hamburger.png"); -} .toolbar-bar .toolbar-icon-help:before { background-image: url("../../../misc/icons/bebebe/questionmark-disc.svg"); } -.no-svg .toolbar-bar .toolbar-icon-help:before { - background-image: url("../../../misc/icons/bebebe/questionmark-disc.png"); -} .toolbar-bar .toolbar-icon-help:active:before, .toolbar-bar .toolbar-icon-help.active:before { background-image: url("../../../misc/icons/ffffff/questionmark-disc.svg"); } -.no-svg .toolbar-bar .toolbar-icon-help:active:before, -.no-svg .toolbar-bar .toolbar-icon-help.active:before { - background-image: url("../../../misc/icons/ffffff/questionmark-disc.png"); -} /** * Main menu icons. @@ -100,115 +83,59 @@ .toolbar-icon-content:before { background-image: url("../../../misc/icons/787878/file.svg"); } -.no-svg .toolbar-icon-content:before { - background-image: url("../../../misc/icons/787878/file.png"); -} .toolbar-icon-content:active:before, .toolbar-icon-content.active:before { background-image: url("../../../misc/icons/000000/file.svg"); } -.no-svg .toolbar-icon-content:active:before, -.no-svg .toolbar-icon-content.active:before { - background-image: url("../../../misc/icons/000000/file.png"); -} .toolbar-icon-structure:before { background-image: url("../../../misc/icons/787878/orgchart.svg"); } -.no-svg .toolbar-icon-structure:before { - background-image: url("../../../misc/icons/787878/orgchart.png"); -} .toolbar-icon-structure:active:before, .toolbar-icon-structure.active:before { background-image: url("../../../misc/icons/000000/orgchart.svg"); } -.no-svg .toolbar-icon-structure:active:before, -.no-svg .toolbar-icon-structure.active:before { - background-image: url("../../../misc/icons/000000/orgchart.png"); -} .toolbar-icon-appearance:before { background-image: url("../../../misc/icons/787878/paintbrush.svg"); } -.no-svg .toolbar-icon-appearance:before { - background-image: url("../../../misc/icons/787878/paintbrush.png"); -} .toolbar-icon-appearance:active:before, .toolbar-icon-appearance.active:before { background-image: url("../../../misc/icons/000000/paintbrush.svg"); } -.no-svg .toolbar-icon-appearance:active:before, -.no-svg .toolbar-icon-appearance.active:before { - background-image: url("../../../misc/icons/000000/paintbrush.png"); -} .toolbar-icon-people:before { background-image: url("../../../misc/icons/787878/people.svg"); } -.no-svg .toolbar-icon-people:before { - background-image: url("../../../misc/icons/787878/people.png"); -} .toolbar-icon-people:active:before, .toolbar-icon-people.active:before { background-image: url("../../../misc/icons/000000/people.svg"); } -.no-svg .toolbar-icon-people:active:before, -.no-svg .toolbar-icon-people.active:before { - background-image: url("../../../misc/icons/000000/people.png"); -} .toolbar-icon-extend:before { background-image: url("../../../misc/icons/787878/puzzlepiece.svg"); } -.no-svg .toolbar-icon-extend:before { - background-image: url("../../../misc/icons/787878/puzzlepiece.png"); -} .toolbar-icon-extend:active:before, .toolbar-icon-extend.active:before { background-image: url("../../../misc/icons/000000/puzzlepiece.svg"); } -.no-svg .toolbar-icon-extend:active:before, -.no-svg .toolbar-icon-extend.active:before { - background-image: url("../../../misc/icons/000000/puzzlepiece.png"); -} .toolbar-icon-configuration:before { background-image: url("../../../misc/icons/787878/wrench.svg"); } -.no-svg .toolbar-icon-configuration:before { - background-image: url("../../../misc/icons/787878/wrench.png"); -} .toolbar-icon-configuration:active:before, .toolbar-icon-configuration.active:before { background-image: url("../../../misc/icons/000000/wrench.svg"); } -.no-svg .toolbar-icon-configuration:active:before, -.no-svg .toolbar-icon-configuration.active:before { - background-image: url("../../../misc/icons/000000/wrench.png"); -} .toolbar-icon-reports:before { background-image: url("../../../misc/icons/787878/barchart.svg"); } -.no-svg .toolbar-icon-reports:before { - background-image: url("../../../misc/icons/787878/barchart.png"); -} .toolbar-icon-reports:active:before, .toolbar-icon-reports.active:before { background-image: url("../../../misc/icons/000000/barchart.svg"); } -.no-svg .toolbar-icon-reports:active:before, -.no-svg .toolbar-icon-reports.active:before { - background-image: url("../../../misc/icons/000000/barchart.png"); -} .toolbar-icon-help:before { background-image: url("../../../misc/icons/787878/questionmark-disc.svg"); } -.no-svg .toolbar-icon-help:before { - background-image: url("../../../misc/icons/787878/questionmark-disc.png"); -} .toolbar-icon-help:active:before, .toolbar-icon-help.active:before { background-image: url("../../../misc/icons/000000/questionmark-disc.svg"); } -.no-svg .toolbar-icon-help:active:before, -.no-svg .toolbar-icon-help.active:before { - background-image: url("../../../misc/icons/000000/questionmark-disc.png"); -} .toolbar .toolbar-bar .toolbar-icon:before { min-height: 3em; } @@ -227,9 +154,6 @@ left: 0; /* LTR */ width: 100%; } - .no-svg .toolbar .toolbar-bar .toolbar-icon:before { - background-size: auto auto; - } [dir="rtl"] .toolbar .toolbar-bar .toolbar-icon:before { left: auto; right: 0; @@ -254,9 +178,6 @@ left: 0.6667em; /* LTR */ width: 20px; } - .no-svg .toolbar .toolbar-bar .toolbar-icon:before { - background-size: auto auto; - } [dir="rtl"] .toolbar .toolbar-bar .toolbar-icon:before { left: 0; right: 0.6667em; @@ -273,43 +194,23 @@ .toolbar .toolbar-icon.toolbar-handle:before { background-image: url("../../../misc/icons/5181c6/chevron-disc-down.svg"); } -.no-svg .toolbar .toolbar-icon.toolbar-handle:before { - background-image: url("../../../misc/icons/5181c6/chevron-disc-down.png"); -} .toolbar .toolbar-icon.toolbar-handle.open:before { background-image: url("../../../misc/icons/787878/chevron-disc-up.svg"); } -.no-svg .toolbar .toolbar-icon.toolbar-handle.open:before { - background-image: url("../../../misc/icons/787878/chevron-disc-up.png"); -} .toolbar .menu .menu .toolbar-icon.toolbar-handle:before { background-image: url("../../../misc/icons/5181c6/twistie-down.svg"); background-size: 75%; } -.no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle:before { - background-image: url("../../../misc/icons/5181c6/twistie-down.png"); - background-size: auto auto; -} .toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { background-image: url("../../../misc/icons/787878/twistie-up.svg"); background-size: 75%; } -.no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { - background-image: url("../../../misc/icons/787878/twistie-up.png"); - background-size: auto auto; -} .toolbar .toolbar-icon-escape-admin:before { background-image: url("../../../misc/icons/bebebe/chevron-disc-left.svg"); } -.no-svg .toolbar .toolbar-icon-escape-admin:before { - background-image: url("../../../misc/icons/bebebe/chevron-disc-left.png"); -} [dir="rtl"] .toolbar .toolbar-icon-escape-admin:before { background-image: url("../../../misc/icons/bebebe/chevron-disc-right.svg"); } -[dir="rtl"] .no-svg .toolbar .toolbar-icon-escape-admin:before { - background-image: url("../../../misc/icons/bebebe/chevron-disc-right.png"); -} /** * Orientation toggle. */ @@ -342,13 +243,6 @@ { background-image: url("../../../misc/icons/787878/push-left.svg"); /* LTR */ } -.no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:before { - background-image: url("../../../misc/icons/bebebe/push-left.png"); /* LTR */ -} -.no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before, -.no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before { - background-image: url("../../../misc/icons/787878/push-left.png"); /* LTR */ -} [dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before { background-image: url("../../../misc/icons/bebebe/push-right.svg"); } @@ -356,24 +250,10 @@ [dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before { background-image: url("../../../misc/icons/787878/push-right.svg"); } -[dir="rtl"].no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:before { - background-image: url("../../../misc/icons/bebebe/push-right.png"); -} -[dir="rtl"].no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before, -[dir="rtl"].no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before { - background-image: url("../../../misc/icons/787878/push-right.png"); -} .toolbar .toolbar-toggle-orientation [value="horizontal"]:before { background-image: url("../../../misc/icons/bebebe/push-up.svg"); } .toolbar .toolbar-toggle-orientation [value="horizontal"]:hover:before { background-image: url("../../../misc/icons/787878/push-up.svg"); } -.no-svg .toolbar .toolbar-toggle-orientation [value="horizontal"]:before { - background-image: url("../../../misc/icons/bebebe/push-up.png"); -} -.no-svg .toolbar .toolbar-toggle-orientation [value="horizontal"]:hover:before, -.no-svg .toolbar .toolbar-toggle-orientation [value="horizontal"]:focus:before { - background-image: url("../../../misc/icons/787878/push-up.png"); -} diff --git a/core/modules/user/css/user.icons.css b/core/modules/user/css/user.icons.css index e61128c2cad02316d400cbbc40c1cf309b23e729..3742c42984f78c7acb864736928923aa7ad87785 100644 --- a/core/modules/user/css/user.icons.css +++ b/core/modules/user/css/user.icons.css @@ -9,14 +9,7 @@ .toolbar-bar .toolbar-icon-user:before { background-image: url("../../../misc/icons/bebebe/person.svg"); } -.no-svg .toolbar-bar .toolbar-icon-user:before { - background-image: url("../../../misc/icons/bebebe/person.png"); -} .toolbar-bar .toolbar-icon-user:active:before, .toolbar-bar .toolbar-icon-user.active:before { background-image: url("../../../misc/icons/ffffff/person.svg"); } -.no-svg .toolbar-bar .toolbar-icon-user:active:before, -.no-svg .toolbar-bar .toolbar-icon-user.active:before { - background-image: url("../../../misc/icons/ffffff/person.png"); -} diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index f1d532312e369f43e0c54546233ef3e8516c44ad..35869647a080380b7b80b6a0961692aa4622c3bd 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -1689,17 +1689,6 @@ div.password-suggestions { #search-form input.form-submit:focus { background: #dedede url("../../../misc/icons/424242/loupe.svg") no-repeat center; } -.no-svg #search-block-form input.form-submit, -.no-svg #search-form input.form-submit { - background: #f0f0f0 url("../../../misc/icons/505050/loupe.png") no-repeat center; -} -.no-svg #search-block-form input.form-submit:hover, -.no-svg #search-block-form input.form-submit:focus, -.no-svg #search-form input.form-submit:hover, -.no-svg #search-form input.form-submit:focus { - background: #dedede url("../../../misc/icons/424242/loupe.png") no-repeat center; - -} #search-form .form-item-keys label { display: block; } diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 5c1f40ef6a7324ae96376a5e18d390b789fa0ed7..779c39f4330fed15d1837b894564aab5fa66ca9d 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -226,15 +226,9 @@ li.tabs__tab a { .tabs.primary a { background: url(../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat; } - .no-svg .tabs.primary a { - background-image: url(../../misc/icons/0074bd/chevron-right.png); - } [dir="rtl"] .tabs.primary a { background: url(../../misc/icons/0074bd/chevron-left.svg) 1% center no-repeat; } - [dir="rtl"] .no-svg .tabs.primary a { - background-image: url(../../misc/icons/0074bd/chevron-left.png); - } .tabs.primary .tabs__tab.active a { background-image: none; } @@ -474,17 +468,11 @@ ul.admin-list { padding: 14px 15px 14px 25px; /* LTR */ min-height: 0; } -.no-svg .admin-list li a { - background-image: url(../../misc/icons/bebebe/chevron-disc-right.png); /* LTR */ -} [dir="rtl"] .admin-list li a { background: url(../../misc/icons/bebebe/chevron-disc-left.svg) no-repeat right 16px; padding-right: 25px; padding-left: 15px; } -.no-svg [dir="rtl"] .admin-list li a { - background-image: url(../../misc/icons/bebebe/chevron-disc-left.png); -} .admin-list.compact li a { background-image: none; padding: 2px 0;