rdf/tests/dsds/DataSourceViewer.css

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 tree {
     2  display: table;
     3  background-color: white;
     4  border: none;
     5  border-spacing: 0px;
     6  /*border-collapse: collapse;*/
     7  width: 100%;
     8  table-layout: fixed;
     9 }
    11 treeitem { 
    12  display: table-row; 
    13 } 
    15 treehead { 
    16  display: table-header-group; 
    17 } 
    19 treebody { 
    20  display: table-row-group; 
    21 } 
    23 treecell { 
    24  display: table-cell; 
    25  color: black;
    26  font-family: Verdana;
    27  font-size: 10pt;
    28  white-space: nowrap;
    29 } 
    31 treecell[selectedcell] { 
    32  background-color: #666699; 
    33  color: white;
    34 } 

mercurial