Skip to content

Commit

Permalink
Item9504: only show jquery popup link icon when javascript is on; add…
Browse files Browse the repository at this point in the history
… icon to other theme

git-svn-id: http://svn.foswiki.org/branches/Release01x01@9029 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 12, 2010
1 parent 341089b commit 1cf1467
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
9 changes: 5 additions & 4 deletions PatternSkin/data/System/PatternSkinColorSettings.txt
Expand Up @@ -992,13 +992,14 @@ li.patternLogIn {
.patternBorder {
border-color:%NEUTRAL_BORDER%;
}
a.jqPopUpWindow:link,
a.jqPopUpWindow:visited,
a.jqPopUpWindow:hover {
.foswikiJs a.jqPopUpWindow:link,
.foswikiJs a.jqPopUpWindow:visited,
.foswikiJs a.jqPopUpWindow:hover {
background-image:url(popup.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:18px;
padding-right:14px;
margin-right:3px;
}
%ENDATTACH%
</verbatim>
Expand Down
6 changes: 3 additions & 3 deletions PatternSkin/pub/System/PatternSkinTheme/colors_src.css
Expand Up @@ -784,9 +784,9 @@ li.patternLogIn {
.patternBorder {
border-color:#ddd;
}
a.jqPopUpWindow:link,
a.jqPopUpWindow:visited,
a.jqPopUpWindow:hover {
.foswikiJs a.jqPopUpWindow:link,
.foswikiJs a.jqPopUpWindow:visited,
.foswikiJs a.jqPopUpWindow:hover {
background-image:url(popup.gif);
background-repeat:no-repeat;
background-position:right;
Expand Down
10 changes: 10 additions & 0 deletions PatternSkin/pub/System/PatternSkinTheme2009/colors.css
Expand Up @@ -803,3 +803,13 @@ li.patternLogIn {
.patternLeftBarPersonal li.patternLogIn {
background-image:url(bullet-lock.gif);
}

.foswikiJs a.jqPopUpWindow:link,
.foswikiJs a.jqPopUpWindow:visited,
.foswikiJs a.jqPopUpWindow:hover {
background-image:url(popup.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:14px;
margin-right:3px;
}
10 changes: 10 additions & 0 deletions PatternSkin/pub/System/PatternSkinThemeFatWilly/colors.css
Expand Up @@ -1087,3 +1087,13 @@ a.foswikiButton:active
border-color:#ccc;
color:#bbb;
}

.foswikiJs a.jqPopUpWindow:link,
.foswikiJs a.jqPopUpWindow:visited,
.foswikiJs a.jqPopUpWindow:hover {
background-image:url(popup.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:14px;
margin-right:3px;
}

0 comments on commit 1cf1467

Please sign in to comment.