core/themes/bartik/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 06d6a4e..cfd4a51 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -859,7 +859,7 @@ ul.links { } .node-preview-backlink { background-color: #419ff1; - background: url(../../..//misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); + background: url(../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); border: 1px solid #0048c8; border-radius: .4em; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4); @@ -873,14 +873,14 @@ ul.links { .node-preview-backlink:focus, .node-preview-backlink:hover { background-color: #419cf1; - background: url(../../..//misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); + background: url(../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); border: 1px solid #0048c8; text-decoration: none; color: #fff; } .node-preview-backlink:active { background-color: #0e69be; - background: url(../../..//misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); + background: url(../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); border: 1px solid #0048c8; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25); }