mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 10:07:55 +08:00
#18479: Fix theme preview image urls
Work Item: 18479 --HG-- branch : 1.x
This commit is contained in:
@@ -6,7 +6,7 @@ body {
|
||||
margin-top:40px;
|
||||
}
|
||||
#themepreview {
|
||||
background:#2D2F25 url('@Href("../Styles/Images/toolBarBackground.gif")') repeat-x left top;
|
||||
background:#2D2F25 url('@Href("~/Core/Shapes/Styles/Images/toolBarBackground.gif")') repeat-x left top;
|
||||
border-bottom:1px solid #494d4d;
|
||||
font-size:15px;
|
||||
left:0;
|
||||
@@ -36,7 +36,7 @@ html.dyn #themepreview button.preview { display:none; }
|
||||
#themepreview button.cancel { float:right; }
|
||||
/* Button styles */
|
||||
#themepreview button {
|
||||
background:#2a2626 url('@Href("../Styles/Images/toolBarBackground.gif")') repeat-x left center;
|
||||
background:#2a2626 url('@Href("~/Core/Shapes/Styles/Images/toolBarBackground.gif")') repeat-x left center;
|
||||
border:1px solid;
|
||||
border-top-color:#191d1d;
|
||||
border-right-color:#494d4d;
|
||||
@@ -49,7 +49,7 @@ html.dyn #themepreview button.preview { display:none; }
|
||||
text-align:center;
|
||||
}
|
||||
#themepreview button:hover {
|
||||
background:#2a2626 url('@Href("../../Styles/Images/toolBarHoverButtonBackground.gif")') repeat-x left center;
|
||||
background:#2a2626 url('@Href("~/Core/Shapes/Styles/Images/toolBarHoverButtonBackground.gif")') repeat-x left center;
|
||||
border-color:#545959;
|
||||
color:#fdcc64;
|
||||
cursor:pointer;
|
||||
|
Reference in New Issue
Block a user