diff --git a/core/modules/system/css/components/ajax-progress.module.css b/core/modules/system/css/components/ajax-progress.module.css index 050aab6..5d50d57 100644 --- a/core/modules/system/css/components/ajax-progress.module.css +++ b/core/modules/system/css/components/ajax-progress.module.css @@ -7,7 +7,7 @@ float: right; } .ajax-progress-throbber .throbber { - background: transparent url(../../../misc/throbber-active.gif) no-repeat 0px center; + background: transparent url(../../../../misc/throbber-active.gif) no-repeat 0px center; display: inline; padding: 1px 5px 2px; } @@ -30,7 +30,7 @@ tr .ajax-progress-throbber .throbber { top: 48.5%; z-index: 1000; background-color: #232323; - background-image: url("../../../misc/loading-small.gif"); + background-image: url(../../../../misc/loading-small.gif"); background-position: center center; background-repeat: no-repeat; border-radius: 7px; diff --git a/core/modules/system/css/components/animated-throbber.module.css b/core/modules/system/css/components/animated-throbber.module.css index 06a6983..1609f6f 100644 --- a/core/modules/system/css/components/animated-throbber.module.css +++ b/core/modules/system/css/components/animated-throbber.module.css @@ -6,7 +6,7 @@ */ .js input.form-autocomplete { - background-image: url(../../../misc/throbber-inactive.png); + background-image: url(../../../../misc/throbber-inactive.png); background-position: 100% center; /* LTR */ background-repeat: no-repeat; } @@ -14,7 +14,7 @@ background-position: 0% center; } .js input.form-autocomplete.ui-autocomplete-loading { - background-image: url(../../../misc/throbber-active.gif); + background-image: url(../../../../misc/throbber-active.gif); background-position: 100% center; /* LTR */ } .js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading { diff --git a/core/modules/system/css/components/collapse-processed.theme.css b/core/modules/system/css/components/collapse-processed.theme.css index 83b8aed..50a2003 100644 --- a/core/modules/system/css/components/collapse-processed.theme.css +++ b/core/modules/system/css/components/collapse-processed.theme.css @@ -8,7 +8,7 @@ padding-right: 0.5em; } .collapse-processed > summary:before { - background: url(../../../misc/menu-expanded.png) 0px 100% no-repeat; /* LTR */ + background: url(../../../../misc/menu-expanded.png) 0px 100% no-repeat; /* LTR */ content: ""; float: left; height: 1em; diff --git a/core/modules/system/css/components/form.theme.css b/core/modules/system/css/components/form.theme.css index 609f913..3545499 100644 --- a/core/modules/system/css/components/form.theme.css +++ b/core/modules/system/css/components/form.theme.css @@ -69,7 +69,7 @@ label.option { vertical-align: super; display: inline-block; /* Use a background image to prevent screen readers from announcing the text. */ - background-image: url(../../../misc/icons/ee0000/required.svg); + background-image: url(../../../../misc/icons/ee0000/required.svg); background-repeat: no-repeat; background-size: 6px 6px; width: 6px; diff --git a/core/modules/system/css/components/icons.theme.css b/core/modules/system/css/components/icons.theme.css index 6e07ff1..e730a94 100644 --- a/core/modules/system/css/components/icons.theme.css +++ b/core/modules/system/css/components/icons.theme.css @@ -4,7 +4,7 @@ */ .icon-help { - background: url(../../../misc/help.png) 0 50% no-repeat; /* LTR */ + background: url(../../../../misc/help.png) 0 50% no-repeat; /* LTR */ padding: 1px 0 1px 20px; /* LTR */ } [dir="rtl"] .icon-help { diff --git a/core/modules/system/css/components/menu.theme.css b/core/modules/system/css/components/menu.theme.css index 3eee545..05f5b1a 100644 --- a/core/modules/system/css/components/menu.theme.css +++ b/core/modules/system/css/components/menu.theme.css @@ -15,15 +15,15 @@ ul.menu { text-align: right; } .menu .expanded { - list-style-image: url(../../../misc/menu-expanded.png); + list-style-image: url(../../../../misc/menu-expanded.png); list-style-type: circle; } .menu .collapsed { - list-style-image: url(../../../misc/menu-collapsed.png); /* LTR */ + list-style-image: url(../../../../misc/menu-collapsed.png); /* LTR */ list-style-type: disc; } [dir="rtl"] .menu .collapsed { - list-style-image: url(../../../misc/menu-collapsed-rtl.png); + list-style-image: url(../../../../misc/menu-collapsed-rtl.png); } ul.menu li { padding-top: 0.2em; diff --git a/core/modules/system/css/components/messages.theme.css b/core/modules/system/css/components/messages.theme.css index b820c28..80e2c41 100644 --- a/core/modules/system/css/components/messages.theme.css +++ b/core/modules/system/css/components/messages.theme.css @@ -35,7 +35,7 @@ color: #325e1c; background-color: #f3faef; border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */ - background-image: url(../../../misc/icons/73b355/check.svg); + background-image: url(../../../../misc/icons/73b355/check.svg); box-shadow: -8px 0 0 #77b259; /* LTR */ } [dir="rtl"] .messages--status { @@ -46,7 +46,7 @@ /* See .color-warning in Seven's colors.css */ .messages--warning { background-color: #fdf8ed; - background-image: url(../../../misc/icons/e29700/warning.svg); + background-image: url(../../../../misc/icons/e29700/warning.svg); border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */ color: #734c00; box-shadow: -8px 0 0 #e09600; /* LTR */ @@ -59,7 +59,7 @@ .messages--error { background-color: #fcf4f2; color: #a51b00; - background-image: url(../../../misc/icons/ea2800/error.svg); + background-image: url(../../../../misc/icons/ea2800/error.svg); border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */ box-shadow: -8px 0 0 #e62600; /* LTR */ } diff --git a/core/modules/system/css/components/more-help.theme.css b/core/modules/system/css/components/more-help.theme.css index 5496804..32bfb3e 100644 --- a/core/modules/system/css/components/more-help.theme.css +++ b/core/modules/system/css/components/more-help.theme.css @@ -10,7 +10,7 @@ text-align: left; } .more-help-link a { - background: url(../../../misc/help.png) 0 50% no-repeat; /* LTR */ + background: url(../../../../misc/help.png) 0 50% no-repeat; /* LTR */ padding: 1px 0 1px 20px; /* LTR */ } [dir="rtl"] .more-help-link a { diff --git a/core/modules/system/css/components/tabledrag.module.css b/core/modules/system/css/components/tabledrag.module.css index f5596ef..0be1000 100644 --- a/core/modules/system/css/components/tabledrag.module.css +++ b/core/modules/system/css/components/tabledrag.module.css @@ -36,7 +36,7 @@ a.tabledrag-handle:hover { text-decoration: none; } a.tabledrag-handle .handle { - background: url(../../../misc/icons/787878/move.svg) no-repeat 6px 7px; + background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; height: 14px; margin: -0.4em 0.5em 0; padding: 0.42em 0.5em; @@ -44,7 +44,7 @@ a.tabledrag-handle .handle { } a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { - background-image: url(../../../misc/icons/000000/move.svg); + background-image: url(../../../../misc/icons/000000/move.svg); } .touch .draggable td { padding: 0 10px; diff --git a/core/modules/system/css/components/tabledrag.theme.css b/core/modules/system/css/components/tabledrag.theme.css index 34c62fa..52d543d 100644 --- a/core/modules/system/css/components/tabledrag.theme.css +++ b/core/modules/system/css/components/tabledrag.theme.css @@ -41,7 +41,7 @@ a.tabledrag-handle:hover { text-decoration: none; } a.tabledrag-handle .handle { - background: url(../../../misc/icons/787878/move.svg) no-repeat 6px 7px; + background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; height: 14px; margin: -0.4em 0.5em 0; padding: 0.42em 0.5em; @@ -49,7 +49,7 @@ a.tabledrag-handle .handle { } a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { - background-image: url(../../../misc/icons/000000/move.svg); + background-image: url(../../../../misc/icons/000000/move.svg); } .touch .draggable td { padding: 0 10px; diff --git a/core/modules/system/css/components/throbber.theme.css b/core/modules/system/css/components/throbber.theme.css index 063e8ce..36e9319 100644 --- a/core/modules/system/css/components/throbber.theme.css +++ b/core/modules/system/css/components/throbber.theme.css @@ -11,7 +11,7 @@ float: right; } .ajax-progress-throbber .throbber { - background: transparent url(../../../misc/throbber-active.gif) no-repeat 0px center; + background: transparent url(../../../../misc/throbber-active.gif) no-repeat 0px center; display: inline; padding: 1px 5px 2px; } @@ -34,7 +34,7 @@ tr .ajax-progress-throbber .throbber { top: 48.5%; z-index: 1000; background-color: #232323; - background-image: url("../../../misc/loading-small.gif"); + background-image: url(../../../../misc/loading-small.gif"); background-position: center center; background-repeat: no-repeat; border-radius: 7px; diff --git a/core/modules/system/css/components/tree-child.theme.css b/core/modules/system/css/components/tree-child.theme.css index bc41ade..4b37b6e 100644 --- a/core/modules/system/css/components/tree-child.theme.css +++ b/core/modules/system/css/components/tree-child.theme.css @@ -4,15 +4,15 @@ */ div.tree-child { - background: url(../../../misc/tree.png) no-repeat 11px center; /* LTR */ + background: url(../../../../misc/tree.png) no-repeat 11px center; /* LTR */ } div.tree-child-last { - background: url(../../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */ + background: url(../../../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */ } [dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last { background-position: -65px center; } div.tree-child-horizontal { - background: url(../../../misc/tree.png) no-repeat -11px center; + background: url(../../../../misc/tree.png) no-repeat -11px center; }