Ticket #960: ticket960.patch

File ticket960.patch, 1.6 KB (added by FND, 3 years ago)
  • core/shadows/StyleSheetColors.tiddler

    diff --git a/core/shadows/StyleSheetColors.tiddler b/core/shadows/StyleSheetColors.tiddler
    index 892d83b..bcad1c3 100644
    a b  
    133133#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];} 
    134134.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];} 
    135135.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];} 
    136 #backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';} 
     136#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';} 
    137137/*}}}*/</pre> 
    138138</div> 
  • core/shadows/StyleSheetPrint.tiddler

    diff --git a/core/shadows/StyleSheetPrint.tiddler b/core/shadows/StyleSheetPrint.tiddler
    index 65525bb..6b4f5ad 100644
    a b  
    11<div title="StyleSheetPrint"> 
    22<pre>/*{{{*/ 
    33@media print { 
    4 #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;} 
     4#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;} 
    55#displayArea {margin: 1em 1em 0em 1em;} 
    66/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */ 
    77noscript {display:none;} 
    88} 
    99/*}}}*/</pre> 
    10 </div> 
    11  No newline at end of file 
     10</div>