tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

menupanel.css (816B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 @namespace html url("http://www.w3.org/1999/xhtml");
      6 
      7 /* Menu panel and palette styles */
      8 
      9 /**
     10 * These are placeholder icons until we get the proper Proton
     11 * assets for zoom/fullscreen/sync.
     12 */
     13 #appMenu-zoomEnlarge-button2 {
     14  list-style-image: url(chrome://browser/skin/add-circle-fill.svg);
     15 }
     16 
     17 #appMenu-zoomReduce-button2 {
     18  list-style-image: url(chrome://browser/skin/subtract-circle-fill.svg);
     19 }
     20 
     21 #appMenu-fullscreen-button2 {
     22  list-style-image: url(chrome://browser/skin/fullscreen.svg);
     23 }
     24 
     25 #appMenu-fullscreen-button2[checked] {
     26  list-style-image: url(chrome://browser/skin/fullscreen-exit.svg);
     27 }