Skip to content

Commit

Permalink
Fix path problem for CSS
Browse files Browse the repository at this point in the history
I cannot fathom why this isn't working as-is but, fine, have an absolute path.
  • Loading branch information
waldoj committed Jan 7, 2024
1 parent 882bd15 commit 6bd5ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/css/jquery-ui.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
.ui-widget-header {
border: 1px solid #dccbaf;
background: #dccbaf url("images/ui-bg_highlight-soft_100_dccbaf_1x100.png") 50% 50% repeat-x;
background: #dccbaf url("/css/jqueryui/custom/images/ui-bg_highlight-soft_100_dccbaf_1x100.png") 50% 50% repeat-x;
color: #333;
font-weight: bold;
}
Expand Down
Loading

0 comments on commit 6bd5ec1

Please sign in to comment.