diff --git a/core/misc/icons/787878/cog.png b/core/misc/icons/787878/cog.png new file mode 100644 index 0000000..af2af40 --- /dev/null +++ b/core/misc/icons/787878/cog.png @@ -0,0 +1,3 @@ +PNG + + IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxڤS 0 $nx e~|cl`=Kd9QTKsώI?|;ny@a&Ur!lz%\+"Z@T5_i##, S @lΨiꍯ˜$7JiKY.|שt(@}~1j$M깥68Nm溽LeS"Y^_iStR\3Q+(3+O{CL|̀N6ɽ|BZ_|IENDB` \ No newline at end of file diff --git a/core/misc/icons/787878/cog.svg b/core/misc/icons/787878/cog.svg new file mode 100644 index 0000000..cf8c232 --- /dev/null +++ b/core/misc/icons/787878/cog.svg @@ -0,0 +1 @@ + diff --git a/core/misc/icons/787878/key.png b/core/misc/icons/787878/key.png new file mode 100755 index 0000000..45dd5ea --- /dev/null +++ b/core/misc/icons/787878/key.png @@ -0,0 +1,8 @@ +PNG + + IHDRaIDAT8O @D]P; +; + p\@DJXg+,ϟY1 H(av*zA*!А +/Jmeyqg 5 Miuur/,.E=pU9k ~*q[`AS1UAaN<Hb$IV'NV@}qM +;'[SΌ |8Yխ +:R/jrKcbIENDB` \ No newline at end of file diff --git a/core/misc/icons/787878/key.svg b/core/misc/icons/787878/key.svg new file mode 100644 index 0000000..6558c8e --- /dev/null +++ b/core/misc/icons/787878/key.svg @@ -0,0 +1 @@ + diff --git a/core/misc/icons/bebebe/cog.png b/core/misc/icons/bebebe/cog.png new file mode 100644 index 0000000..f525928 --- /dev/null +++ b/core/misc/icons/bebebe/cog.png @@ -0,0 +1,7 @@ +PNG + + IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxڤR 0 $^@ w +`&a&IGey>&Mi[O˿ܶmB]۶C +S܈6#Ā;/+o*[4%. =FmaQ0hoC ++=FOY'PjK[/rw j$My1NcVzRZ+ԩE2H-Stz'րqIזּEL=rҀ^1nao +`G`IENDB` \ No newline at end of file diff --git a/core/misc/icons/bebebe/cog.svg b/core/misc/icons/bebebe/cog.svg new file mode 100644 index 0000000..31f8d49 --- /dev/null +++ b/core/misc/icons/bebebe/cog.svg @@ -0,0 +1 @@ + diff --git a/core/misc/icons/bebebe/key.png b/core/misc/icons/bebebe/key.png new file mode 100755 index 0000000..4388c92 --- /dev/null +++ b/core/misc/icons/bebebe/key.png @@ -0,0 +1,6 @@ +PNG + + IHDRaIDAT8O0 E) &p@ݠ8&pk9 +J\,IJ3 + 8av8(b.q\0m*z0ٱmo;YvX:Q +-;)ӞJRz"M>}P\?l.ʲpRxiZ7"{+x;"@0T^~Q) P5.`9Έ*7&:= ~yIENDB` \ No newline at end of file diff --git a/core/misc/icons/bebebe/key.svg b/core/misc/icons/bebebe/key.svg new file mode 100644 index 0000000..8cf85d8 --- /dev/null +++ b/core/misc/icons/bebebe/key.svg @@ -0,0 +1 @@ + diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css index 6dd62f3..7cac34c 100644 --- a/core/modules/system/css/system.admin.css +++ b/core/modules/system/css/system.admin.css @@ -177,13 +177,22 @@ a.module-link { float: left; /* LTR */ } a.module-link-help { - background: url(../../../misc/help.png) 0 50% no-repeat; /* LTR */ + background: url(../../../misc/icons/787878/questionmark-disc.svg) 0 50% no-repeat; /* LTR */ +} +.no-svg a.module-link-help { + background: url(../../../misc/icons/787878/questionmark-disc.png) 0 50% no-repeat; /* LTR */ } a.module-link-permissions { - background: url(../../../misc/permissions.png) 0 50% no-repeat; /* LTR */ + background: url(../../../misc/icons/787878/key.svg) 0 50% no-repeat; /* LTR */ +} +.no-svg a.module-link-permissions { + background: url(../../../misc/icons/787878/key.png) 0 50% no-repeat; /* LTR */ } a.module-link-configure { - background: url(../../../misc/configure.png) 0 50% no-repeat; /* LTR */ + background: url(../../../misc/icons/787878/cog.svg) 0 50% no-repeat; /* LTR */ +} +.no-svg a.module-link-configure { + background: url(../../../misc/icons/787878/cog.svg) 0 50% no-repeat; /* LTR */ } .module-help { margin-left: 1em; /* LTR */ @@ -214,10 +223,16 @@ table.system-status-report td.status-icon div { width: 16px; } table.system-status-report tr.error td.status-icon div { - background-image: url(../../../misc/message-16-error.png); + background-image: url(../../../misc/ea2800/error.svg); +} +.no-svg table.system-status-report tr.error td.status-icon div { + background-image: url(../../../misc/ea2800/error.png); } table.system-status-report tr.warning td.status-icon div { - background-image: url(../../../misc/message-16-warning.png); + background-image: url(../../../misc/e29700/warning.svg); +} +.no-svg table.system-status-report tr.warning td.status-icon div { + background-image: url(../../../misc/e29700/warning.png); } table.system-status-report .status-title { width: 25%;