Skip to content

Commit

Permalink
Item11911: Expert settings no longer color marked
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14934 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 30, 2012
1 parent 6724b1f commit b9dd53b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions core/lib/Foswiki/Configure/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,15 @@ table.configureExtensionsTable tr.configurePseudoInstalled td.configureExtension
/* --- EXPERT ---*/

/* Settings and other stuff only shown in expert mode */
table.configureSectionValues th.configureExpert {
border-left:5px solid #c3a13f;
table.configureSectionValues tr.configureExpert th {
background-image:url(%SCRIPTNAME%?action=resource;resource=bg_expert.gif);
background-repeat: repeat-y;
color:#7a6210;
}

li.configureExpert { /* menu item */
border-left:5px solid #c3a13f;
background-image:url(%SCRIPTNAME%?action=resource;resource=bg_expert.gif);
background-repeat: repeat-y;
color:#7a6210;
}

Expand Down Expand Up @@ -586,8 +588,8 @@ div.configureMessageBox {
}

.configureLegend table div.configureExpertExample {
border-left:5px solid #c3a13f;
padding-left:.5em;
background-image:url(%SCRIPTNAME%?action=resource;resource=bg_expert.gif);
background-repeat: repeat-y;
color:#7a6210;
display:block;
}
Expand Down
1 change: 1 addition & 0 deletions core/lib/Foswiki/Contrib/core/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ lib/Foswiki/Configure/resources/ajaxLoader.gif 0444
lib/Foswiki/Configure/resources/base.css 0444
lib/Foswiki/Configure/resources/bg_button_gradient.gif 0444
lib/Foswiki/Configure/resources/bg_buttoncancel_gradient.gif 0444
lib/Foswiki/Configure/resources/bg_expert.gif 0444
lib/Foswiki/Configure/resources/bg_submit_gradient.gif 0444
lib/Foswiki/Configure/resources/close.gif 0444
lib/Foswiki/Configure/resources/favicon.ico 0444
Expand Down

0 comments on commit b9dd53b

Please sign in to comment.