Skip to content

Commit

Permalink
fix some selectors for messageArea and wizard meant to accord BEM
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL committed Feb 12, 2019
1 parent f67cdcf commit 3784233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shadows/StyleSheetColors.tid
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard { background:[[ColorPalette::PrimaryPale]]; }
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizard__title { color:[[ColorPalette::PrimaryDark]]; border:none; }
.wizard__subtitle { color:[[ColorPalette::Foreground]]; border:none; }
.wizardStep { background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]]; }
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
Expand Down
2 changes: 1 addition & 1 deletion shadows/StyleSheetPrint.tid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: StyleSheetPrint

/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#mainMenu, #sidebar, .messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
Expand Down

0 comments on commit 3784233

Please sign in to comment.