Commit 6ccd496a by Julian Arni

Fixing broken split-button-arrow-focus link

parent 09ff6235
...@@ -174,7 +174,7 @@ a:active { ...@@ -174,7 +174,7 @@ a:active {
background-image: url(images/button/split-button-arrow.png); background-image: url(images/button/split-button-arrow.png);
} }
.mosaic-ToolButton .mosaic-Split-Button-focus { .mosaic-ToolButton .mosaic-Split-Button-focus {
background-image: url(split-button-arrow-focus.png); background-image: url(images/button/split-button-arrow-focus.png);
} }
.mosaic-ToolButton .mosaic-Split-Button-hover { .mosaic-ToolButton .mosaic-Split-Button-hover {
background-image: url(images/button/split-button-arrow-hover.png); background-image: url(images/button/split-button-arrow-hover.png);
......
...@@ -174,7 +174,7 @@ a:active { ...@@ -174,7 +174,7 @@ a:active {
background-image: url(images/button/split-button-arrow.png); background-image: url(images/button/split-button-arrow.png);
} }
.mosaic-ToolButton .mosaic-Split-Button-focus { .mosaic-ToolButton .mosaic-Split-Button-focus {
background-image: url(split-button-arrow-focus.png); background-image: url(images/button/split-button-arrow-focus.png);
} }
.mosaic-ToolButton .mosaic-Split-Button-hover { .mosaic-ToolButton .mosaic-Split-Button-hover {
background-image: url(images/button/split-button-arrow-hover.png); background-image: url(images/button/split-button-arrow-hover.png);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment