Skip to content

Commit

Permalink
Item9504: full breadcrumb in gray; dim help text green a bit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8806 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Aug 28, 2010
1 parent b4297c7 commit db1b6cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion PatternSkin/data/System/PatternSkinColorSettings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Edit this topic, and change the color as you like.
---++++ NOTIFICATION_BACKGROUND Info, broadcast message and notifications
* Local NOTIFICATION_BACKGROUND = #fff7e7
---++++ INFO_BACKGROUND
* Local INFO_BACKGROUND = #d9ffd9
* Local INFO_BACKGROUND = #e5fce1

---+++ Border colors
---++++ NEUTRAL_BORDER Info (light gray)
Expand Down Expand Up @@ -605,6 +605,7 @@ a:hover .foswikiAccessKey {
border:none;
color:%LINK_TEXT_HOVER%;
}
.patternHomePathTitle,
.patternRevInfo,
.patternHomePath a:link,
.patternHomePath a:visited {
Expand Down
3 changes: 2 additions & 1 deletion PatternSkin/pub/System/PatternSkinTheme/colors_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ table.foswikiFormTable {
border-color:#f00;
}
.foswikiHelp {
background-color:#d9ffd9;
background-color:#e5fce1;
border-color:#9c9;
}
.foswikiBroadcastMessage b,
Expand Down Expand Up @@ -399,6 +399,7 @@ a:hover .foswikiAccessKey {
border:none;
color:#06c;
}
.patternHomePathTitle,
.patternRevInfo,
.patternHomePath a:link,
.patternHomePath a:visited {
Expand Down
1 change: 1 addition & 0 deletions PatternSkin/pub/System/PatternSkinTheme2009/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ a:hover .foswikiAccessKey {
#patternPage {
background-color:#fff;
}
.patternHomePathTitle,
.patternRevInfo,
.patternHomePath a:link,
.patternHomePath a:visited {
Expand Down

0 comments on commit db1b6cb

Please sign in to comment.