diff --git a/.local/share/kaomoji b/.local/share/kaomoji index b03258a..023dcc3 100644 --- a/.local/share/kaomoji +++ b/.local/share/kaomoji @@ -378,7 +378,7 @@ o(^_-)O Boxer {{|└(>o< )┘|}} Up In Arms (^^)// Applause (2) ( `_)?(_' ) Dueling -(´~`) Weary +(´~`) WearY v(^_^)v Victory (3) (ノ_ _)ノ Surrender <( ・ェ-)<} Bow and Arrow @@ -452,3 +452,4 @@ o(>< )o⌒* Mad (3) \(~O~)/ Good Morning \_(´▽`)♪_/ Bathtub ( • )( • )ԅ(≖‿≖ԅ) BOOB +◣_◢ angry diff --git a/Xdefaults b/Xdefaults index f08b7e2..a28bbc3 100644 --- a/Xdefaults +++ b/Xdefaults @@ -1,10 +1,10 @@ #define FG #fefefe #define BG #191919 -! #define font1 xft:minecraft enchantment:minispace=False:size=10:antialias=true -! #define spacing -2 +! #define font1 minecraft enchantment:minispace=False:size=10:antialias=true +! #define spacing 2 -#define font1 xft:mononoki:minispace=False:size=14:antialias=true +#define font1 mononoki:minispace=False:size=10:antialias=true #define spacing 2 #define font2 xft:MesloLGM Nerd Font Mono:minispace=False:size=10 @@ -17,8 +17,9 @@ dzen2.font: mononoki *.foreground: FG *.background: BG +*.alpha: 100 *.borderColor: BG -*.cursorColor: FG +*.cursorColor: FG ! black *.color0: #282a2e @@ -55,7 +56,7 @@ dzen2.font: mononoki ! Set depth to make transparency work. URxvt*depth: 32 -*.font: mononoki:minispace=False:size=10:antialias=true +*.font: font1 URxvt.font: font1,font2,font3,font4 URxvt.boldFont: font1:style=bold,font2:style=bold,font3:style=bold,font4 URxvt.italicFont:font1:style=italic,font2:style=italic,font3:style=italic,font4 diff --git a/config/bg.png b/config/bg.png index 2fecd83..4f08434 100644 Binary files a/config/bg.png and b/config/bg.png differ diff --git a/config/cava/config b/config/cava/config index f683ee5..2ddd926 100644 --- a/config/cava/config +++ b/config/cava/config @@ -1,5 +1,4 @@ -## Configuration file for CAVA. -# Remove the ; to change parameters. +## Configuration file for CAVA. Default values are commented out. Use either ';' or '#' for commenting. [general] @@ -13,28 +12,18 @@ # 'autosens' will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off # new as of 0.6.0 autosens of low values (dynamic range) # 'overshoot' allows bars to overshoot (in % of terminal height) without initiating autosens. DEPRECATED as of 0.6.0 -autosens = 1 +; autosens = 1 ; overshoot = 20 -# Manual sensitivity in %. If autosens is enabled, this will only be the initial value. +# Manual sensitivity in %. Autosens must be turned off for this to take effect. # 200 means double height. Accepts only non-negative values. -sensitivity = 100 +; sensitivity = 100 -# The number of bars (0-512). 0 sets it to auto (fill up console). +# The number of bars (0-200). 0 sets it to auto (fill up console). # Bars' width and space between bars in number of characters. ; bars = 0 ; bar_width = 2 ; bar_spacing = 1 -# bar_height is only used for output in "noritake" format -; bar_height = 32 - -# For SDL width and space between bars is in pixels, defaults are: -; bar_width = 20 -; bar_spacing = 5 - -# sdl_glsl have these default values, they are only used to calulate max number of bars. -; bar_width = 1 -; bar_spacing = 0 # Lower and higher cutoff frequencies for lowest and highest bars @@ -44,52 +33,38 @@ sensitivity = 100 ; lower_cutoff_freq = 50 ; higher_cutoff_freq = 10000 +# FFT buffer is set in the exponent of 2 and must be between 8 - 16, 8 = 256, 16 = 65536 +# this is the audio buffer used to create the spectrum +# increasing the will improve the accuracy of the visualization, +# but will also make it slower and increase CPU usage +# anything below 10 and above 13 is considered experimental. +; FFTbufferSize = 12; -# Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and -# only check for input once per second. Cava will wake up once input is detected. 0 = disable. -; sleep_timer = 0 [input] -# Audio capturing method. Possible methods are: 'fifo', 'portaudio', 'pipewire', 'alsa', 'pulse', 'sndio', 'oss', 'jack' or 'shmem' -# Defaults to 'oss', 'pipewire', 'sndio', 'jack', 'pulse', 'alsa', 'portaudio' or 'fifo', in that order, dependent on what support cava was built with. -# On Mac it defaults to 'portaudio' or 'fifo' -# On windows this is automatic and no input settings are needed. +# Audio capturing method. Possible methods are: 'pulse', 'alsa', 'fifo', 'sndio' or 'shmem' +# Defaults to 'pulse', 'alsa' or 'fifo', in that order, dependent on what support cava was built with. # # All input methods uses the same config variable 'source' # to define where it should get the audio. # -# For pulseaudio and pipewire 'source' will be the source. Default: 'auto', which uses the monitor source of the default sink +# For pulseaudio 'source' will be the source. Default: 'auto', which uses the monitor source of the default sink # (all pulseaudio sinks(outputs) have 'monitor' sources(inputs) associated with them). # -# For pipewire 'source' will be the object name or object.serial of the device to capture from. -# Both input and output devices are supported. -# # For alsa 'source' will be the capture device. # For fifo 'source' will be the path to fifo-file. # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address -# -# For sndio 'source' will be a raw recording audio descriptor or a monitoring sub-device, e.g. 'rsnd/2' or 'snd/1'. Default: 'default'. -# README.md contains further information on how to setup CAVA for sndio. -# -# For oss 'source' will be the path to a audio device, e.g. '/dev/dsp2'. Default: '/dev/dsp', i.e. the default audio device. -# README.md contains further information on how to setup CAVA for OSS on FreeBSD. -# -# For jack 'source' will be the name of the JACK server to connect to, e.g. 'foobar'. Default: 'default'. -# README.md contains further information on how to setup CAVA for JACK. -# -method = pulse -source = auto - -; method = pipewire ; source = auto -; method = alsa -; source = hw:Loopback,1 +method = alsa + source = hw:Loopback,1 ; method = fifo ; source = /tmp/mpd.fifo +; sample_rate = 44100 +; sample_bits = 16 ; method = shmem ; source = /squeezelite-AA:BB:CC:DD:EE:FF @@ -97,73 +72,30 @@ source = auto ; method = portaudio ; source = auto -; method = sndio -; source = default - -; method = oss -; source = /dev/dsp - -; method = jack -; source = default - -# The options 'sample_rate', 'sample_bits', 'channels' and 'autoconnect' can be configured for some input methods: -# sample_rate: fifo, pipewire, sndio, oss -# sample_bits: fifo, pipewire, sndio, oss -# channels: sndio, oss, jack -# autoconnect: jack -# Other methods ignore these settings. -# -# For 'sndio' and 'oss' they are only preferred values, i.e. if the values are not supported -# by the chosen audio device, the device will use other supported values instead. -# Example: 48000, 32 and 2, but the device only supports 44100, 16 and 1, then it -# will use 44100, 16 and 1. -# -; sample_rate = 44100 -; sample_bits = 16 -; channels = 2 -; autoconnect = 2 - [output] -# Output method. Can be 'ncurses', 'noncurses', 'raw', 'noritake', 'sdl' -# or 'sdl_glsl'. -# 'noncurses' (default) uses a buffer and cursor movements to only print -# changes from frame to frame in the terminal. Uses less resources and is less -# prone to tearing (vsync issues) than 'ncurses'. +# Output method. Can be 'ncurses', 'noncurses' or 'raw'. +# 'noncurses' uses a custom framebuffer technique and draws only changes +# from frame to frame. As of version 0.7.0 'noncurses' is default. # # 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data # stream of the bar heights that can be used to send to other applications. # 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above. -# -# 'noritake' outputs a bitmap in the format expected by a Noritake VFD display -# in graphic mode. It only support the 3000 series graphical VFDs for now. -# -# 'sdl' uses the Simple DirectMedia Layer to render in a graphical context. -# 'sdl_glsl' uses SDL to create an OpenGL context. Write your own shaders or -# use one of the predefined ones. -method = noncurses - -# Orientation of the visualization. Can be 'bottom', 'top', 'left' or 'right'. -# Default is 'bottom'. Other orientations are only supported on sdl and ncruses -# output. Note: many fonts have weird glyphs for 'top' and 'right' characters, -# which can make ncurses not look right. -; orientation = bottom +; method = ncurses # Visual channels. Can be 'stereo' or 'mono'. # 'stereo' mirrors both channels with low frequencies in center. # 'mono' outputs left to right lowest to highest frequencies. # 'mono_option' set mono to either take input from 'left', 'right' or 'average'. -# set 'reverse' to 1 to display frequencies the other way around. ; channels = stereo ; mono_option = average -; reverse = 0 # Raw output target. A fifo will be created if target does not exist. ; raw_target = /dev/stdout # Raw data format. Can be 'binary' or 'ascii'. -data_format = ascii +; data_format = binary # Binary bit format, can be '8bit' (0-255) or '16bit' (0-65530). ; bit_format = 16bit @@ -176,61 +108,30 @@ data_format = ascii ; bar_delimiter = 59 ; frame_delimiter = 10 -# sdl window size and position. -1,-1 is centered. -; sdl_width = 1000 -; sdl_height = 500 -; sdl_x = -1 -; sdl_y= -1 -; sdl_full_screen = 0 -# set label on bars on the x-axis. Can be 'frequency' or 'none'. Default: 'none' -# 'frequency' displays the lower cut off frequency of the bar above. -# Only supported on ncurses and noncurses output. -; xaxis = none - -# enable alacritty synchronized updates. 1 = on, 0 = off -# removes flickering in alacritty terminal emulator. -# defaults to off since the behaviour in other terminal emulators is unknown -; alacritty_sync = 0 - -# Shaders for sdl_glsl, located in $HOME/.config/cava/shaders -; vertex_shader = pass_through.vert -; fragment_shader = bar_spectrum.frag - -; for glsl output mode, keep rendering even if no audio -; continuous_rendering = 0 - -# disable console blank (screen saver) in tty -# (Not supported on FreeBSD) -; disable_blanking = 0 [color] # Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow. # Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires -# a terminal that can change color definitions such as Gnome-terminal or rxvt. +# ncurses output method and a terminal that can change color definitions such as Gnome-terminal or rxvt. # default is to keep current terminal color ; background = default ; foreground = default -# SDL and sdl_glsl only support hex code colors, these are the default: -; background = '#111111' -; foreground = '#33ffff' - - -# Gradient mode, only hex defined colors are supported, -# background must also be defined in hex or remain commented out. 1 = on, 0 = off. +# Gradient mode, only hex defined colors (and thereby ncurses mode) are supported, +# background must also be defined in hex or remain commented out. 1 = on, 0 = off. # You can define as many as 8 different colors. They range from bottom to top of screen -gradient = 0 -gradient_count = 8 -gradient_color_1 = '#59cc33' -gradient_color_2 = '#80cc33' -gradient_color_3 = '#a6cc33' -gradient_color_4 = '#cccc33' -gradient_color_5 = '#cca633' -gradient_color_6 = '#cc8033' -gradient_color_7 = '#cc5933' -gradient_color_8 = '#cc3333' +; gradient = 1 +; gradient_count = 8 +; gradient_color_1 = '#59cc33' +; gradient_color_2 = '#80cc33' +; gradient_color_3 = '#a6cc33' +; gradient_color_4 = '#cccc33' +; gradient_color_5 = '#cca633' +; gradient_color_6 = '#cc8033' +; gradient_color_7 = '#cc5933' +; gradient_color_8 = '#cc3333' @@ -238,33 +139,25 @@ gradient_color_8 = '#cc3333' # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -# DEPRECATED as of 0.8.0, use noise_reduction instead -; integral = 77 +; integral = 76 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. -monstercat = 0 -waves = 0 +monstercat = 1 +; waves = 0 # Set gravity percentage for "drop off". Higher values means bars will drop faster. # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". -# DEPRECATED as of 0.8.0, use noise_reduction instead ; gravity = 100 # In bar height, bars that would have been lower that this will not be drawn. -# DEPRECATED as of 0.8.0 ; ignore = 0 -# Noise reduction, int 0 - 100. default 77 -# the raw visualization is very noisy, this factor adjusts the integral and gravity filters to keep the signal smooth -# 100 will be very slow and smooth, 0 will be fast but noisy. -noise_reduction = 50 - [eq] # This one is tricky. You can have as much keys as you want. -# Remember to uncomment more than one key! More keys = more precision. +# Remember to uncomment more then one key! More keys = more precision. # Look at readme.md on github for further explanations and examples. ; 1 = 1 # bass ; 2 = 1 diff --git a/config/mimeapps.list b/config/mimeapps.list index 05ad961..fe28a07 100644 --- a/config/mimeapps.list +++ b/config/mimeapps.list @@ -3,28 +3,28 @@ image/jpeg=feh.desktop image/png=feh.desktop image/webp=feh.desktop image/gif=feh.desktop -x-scheme-handler/http=userapp-Firefox-PCQJ91.desktop -x-scheme-handler/https=userapp-Firefox-PCQJ91.desktop -x-scheme-handler/chrome=userapp-Firefox-PCQJ91.desktop -text/html=userapp-Firefox-PCQJ91.desktop -application/x-extension-htm=userapp-Firefox-PCQJ91.desktop -application/x-extension-html=userapp-Firefox-PCQJ91.desktop -application/x-extension-shtml=userapp-Firefox-PCQJ91.desktop -application/xhtml+xml=userapp-Firefox-PCQJ91.desktop -application/x-extension-xhtml=userapp-Firefox-PCQJ91.desktop -application/x-extension-xht=userapp-Firefox-PCQJ91.desktop +x-scheme-handler/http=userapp-Firefox-AK3I01.desktop +x-scheme-handler/https=userapp-Firefox-AK3I01.desktop +x-scheme-handler/chrome=userapp-Firefox-AK3I01.desktop +text/html=userapp-Firefox-AK3I01.desktop +application/x-extension-htm=userapp-Firefox-AK3I01.desktop +application/x-extension-html=userapp-Firefox-AK3I01.desktop +application/x-extension-shtml=userapp-Firefox-AK3I01.desktop +application/xhtml+xml=userapp-Firefox-AK3I01.desktop +application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop +application/x-extension-xht=userapp-Firefox-AK3I01.desktop [Added Associations] -x-scheme-handler/http=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -x-scheme-handler/https=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -x-scheme-handler/chrome=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -text/html=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -application/x-extension-htm=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -application/x-extension-html=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -application/x-extension-shtml=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -application/xhtml+xml=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; -application/x-extension-xht=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop; +x-scheme-handler/http=userapp-Firefox-AK3I01.desktop; +x-scheme-handler/https=userapp-Firefox-AK3I01.desktop; +x-scheme-handler/chrome=userapp-Firefox-AK3I01.desktop; +text/html=userapp-Firefox-AK3I01.desktop; +application/x-extension-htm=userapp-Firefox-AK3I01.desktop; +application/x-extension-html=userapp-Firefox-AK3I01.desktop; +application/x-extension-shtml=userapp-Firefox-AK3I01.desktop; +application/xhtml+xml=userapp-Firefox-AK3I01.desktop; +application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop; +application/x-extension-xht=userapp-Firefox-AK3I01.desktop; image/gif=nsxiv.desktop; image/png=gimp.desktop; image/jpeg=gimp.desktop; diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 5dd1296..b086d5e 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -15,24 +15,14 @@ audio_output { audio_output { type "pulse" - name "mpd pulse" + name "mpd" } -#audio_output { -# type "jack" -# name "MPD jack" -#} - -#audio_output { - #type "pipewire" - #name "MPD pipewire" -#} - audio_output { type "fifo" name "Visualizer feed" path "/tmp/mpd.fifo" - format "22050:16:2" + format "44100:16:2" } db_file "~/.config/mpd/database" diff --git a/config/polybar/config b/config/polybar/config index f3a2f6e..d8f670e 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -4,8 +4,8 @@ offsety = 24 [color] bg = #191919 -bga = #C0191919 -fg4= #f58d44 +bga = #CC191919 +fg4 = #f58d44 fg2 = #5f819d fg3 = #707880 fg1 = #fefefe @@ -40,7 +40,7 @@ modules-right = time [bar/ws] inherit = bar/base -width = 2510 +width = 1870 offset-x = 25 offset-y = 10 modules-left = workspaces xwindow @@ -153,7 +153,7 @@ format-prefix-foreground = #5b [module/temperature] type = custom/script -exec = sensors | awk '/^Package id 0:/ { print substr($4, 2) }' +exec = sensors | awk '/^Core 0:/ { print substr($3, 2) }' format-prefix = " " interval = 1 diff --git a/config/rofi/colors-rofi-dark.rasi b/config/rofi/colors-rofi-dark.rasi index 0833237..a4b5c0a 100644 --- a/config/rofi/colors-rofi-dark.rasi +++ b/config/rofi/colors-rofi-dark.rasi @@ -6,28 +6,28 @@ urgent-background: @foreground2; urgent-foreground: @foreground; - alternate-active-background: @background2; + alternate-active-background: @background; alternate-active-foreground: @foreground; - alternate-normal-background: @background2; + alternate-normal-background: @background; alternate-normal-foreground: @foreground; - alternate-urgent-background: @background2; + alternate-urgent-background: @background; alternate-urgent-foreground: @foreground; - selected-active-background: @foreground2; - selected-active-foreground: @background; + selected-active-background: @foreground2; + selected-active-foreground: @background2; selected-normal-background: @foreground2; - selected-normal-foreground: @background; + selected-normal-foreground: @background2; selected-urgent-background: @foreground2; - selected-urgent-foreground: @background; + selected-urgent-foreground: @background2; text-color: @foreground; border-color: @foreground; background-color: #00000000; - background: #191919e0; - background2: #19191900; + background: #191919; + background2: #191919; foreground: #fefefe; - foreground2: #c5c8c6; + foreground2: #373b41; spacing: 2; font: "mononoki 12"; @@ -46,7 +46,7 @@ } #message { - border: 0px 0px 0px; + border: 2px 0px 0px; border-color: @border-color; padding: 1px; } @@ -68,7 +68,7 @@ #listview { fixed-height: 0; - border: 0px 0px 0px; + border: 2px 0px 0px; border-color: @border-color; spacing: 2px; scrollbar: true; diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index d8811c5..7e4f781 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -45,7 +45,7 @@ super + Return # open pdf viewer super + z - curl -SsL --output - $(xsel) | zathura - + curl --output - $(xsel) | zathura - # open video player super + v mpv --player-operation-mode=pseudo-gui $(xsel) @@ -73,7 +73,7 @@ super + i # open audio mixer super + semicolon - bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer + bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer # xkill ctrl + alt + Escape @@ -233,7 +233,7 @@ super + f super + d [ -z "$(bspc query -N -n focused.sticky)" ] && \ bspc node focused -g sticky=on || \ - bspc node focused -g stick=off; + bspc node focused -g sticky=off; super + ctrl + f bspc node -t \~fullscreen @@ -268,9 +268,9 @@ super + {_, shift +} Tab # focus or send to the given desktop super + {_,shift + }{1,2,3,4,5,6,7,8,9} bspc {desktop -f,node -d} '{a1,a2,a3,a4,a5,a6,a7,a8,a9}' -super + ctrl + {_,shift + }{1,2,3,4,5,6,7,8,9} - bspc {desktop -f,node -d} '{b1,b2,b3,b4,b5,b6,b7,b8,b9}' super + alt + {_,shift + }{1,2,3,4,5,6,7,8,9} + bspc {desktop -f,node -d} '{b1,b2,b3,b4,b5,b6,b7,b8,b9}' +super + ctrl + {_,shift + }{1,2,3,4,5,6,7,8,9} bspc {desktop -f,node -d} '{c1,c2,c3,c4,c5,c6,c7,c8,c9}' diff --git a/deploy.sh b/deploy.sh index 49cb4c3..cb42927 100755 --- a/deploy.sh +++ b/deploy.sh @@ -73,12 +73,17 @@ load () { git clone https://github.com/vinceliuice/vimix-icon-theme $HOME/.local/src/vimix-icon-theme cd $HOME/.local/src/vimix-icon-theme ./install.sh - cd - - + cd - + mkdir -p $HOME/.local/share/icons cp -r icons/* $HOME/.local/share/icons/ cp .local/share/kaomoji ~/.local/share/ + mkdir -p ~/.urxvt/ext/ + + git clone https://github.com/simmel/urxvt-resize-font /tmp/urxvt-resize-font + cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/ + cd slock ./deploy.sh cd - diff --git a/firefox/chrome/Lepton_Icons/icons/Lepton_Icons.css b/firefox/chrome/Lepton_Icons/icons/Lepton_Icons.css deleted file mode 100644 index 2588115..0000000 --- a/firefox/chrome/Lepton_Icons/icons/Lepton_Icons.css +++ /dev/null @@ -1,3605 +0,0 @@ -/** Icons *********************************************************************/ -@media not (-moz-bool-pref: "userChrome.icon.disabled") { - /** Icons - List **************************************************************/ - :root { - --uc-folder-icon: url("chrome://global/skin/icons/folder.svg"); - --uc-tab-icon: url("../icons/tab.svg"); - --uc-tab-copy-icon: url("../icons/tab-copy.svg"); - --uc-tab-unload-icon: url("../icons/tab-unload.svg"); - --uc-tab-multiple-icon: url("../icons/tab-desktop-multiple.svg"); - --uc-new-tab-icon: url("../icons/new-tab.svg"); - --uc-new-tab-forward-icon: url("../icons/new-tab-forward.svg"); - --uc-new-tab-skip-forward-icon: url("../icons/new-tab-skip-forward.svg"); - --uc-new-tab-multiple-icon: url("../icons/new-tab-multiple.svg"); - --uc-sidebar-icon: url("chrome://browser/skin/sidebars.svg"); - --uc-sidebar-icon-reverse: url("chrome://browser/skin/sidebars-right.svg"); - } - /** Library - Icons Replace ***************************************************/ - /** Panel - Icons *************************************************************/ - /** Menu - Icons Layout *******************************************************/ - /** Icons - 1.25px Stroke Width ***********************************************/ - /** Icons for fork browsers ***************************************************/ - /*= Waterfox =================================================================*/ - /*= Tor Browser ==============================================================*/ - /*= Floorp Browser ===========================================================*/ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.library") { - :root { - --uc-folder-icon: url("../icons/folder.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.tab.connect_to_window") { - :root { - --uc-tab-icon: url("../icons/tab-photon.svg"); - --uc-tab-copy-icon: url("../icons/tab-copy-photon.svg"); - --uc-tab-unload-icon: url("../icons/tab-unload-photon.svg"); - --uc-tab-multiple-icon: url("../icons/tab-multiple.svg"); - --uc-new-tab-icon: url("../icons/new-tab-photon.svg"); - --uc-new-tab-forward-icon: url("../icons/new-tab-forward-photon.svg"); - --uc-new-tab-skip-forward-icon: url("../icons/new-tab-skip-forward-photon.svg"); - } -} -@media not (-moz-bool-pref: "userChrome.icon.disabled") { - @supports selector(:has(a)) { - :root:has(#sidebar-box[positionend="true"]) { - --uc-sidebar-icon: url("chrome://browser/skin/sidebars-right.svg"); - --uc-sidebar-icon-reverse: url("chrome://browser/skin/sidebars.svg"); - } - } -} -@media not (-moz-bool-pref: "userChrome.icon.disabled") { - #TabsToolbar #new-tab-button { - --uc-new-tab-icon: url(chrome://global/skin/icons/plus.svg); - } -} -@media not (-moz-bool-pref: "userChrome.icon.disabled") { - .urlbarView-row[source="tabs"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon, - #urlbar-engine-one-off-item-tabs { - list-style-image: var(--uc-tab-icon) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.library") { - /*= Standard Folder - More Visible ===========================================*/ - /* on Toolbar and Menus */ - :-moz-any(#PlacesToolbar, #BMB_bookmarksPopup, #bookmarksMenu) - .bookmark-item[container="true"]:not([query="true"], [tagContainer], [dayContainer]), - :-moz-any(#bookmarks-view, #historyTree, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(title, container), - #editBMPanel_folderMenuList:not([selectedGuid="toolbar_____"], [selectedGuid="menu________"]), - #editBMPanel_folderMenuList .folder-icon:not([id]), - .downloadIconShow > .button-box > .button-icon { - list-style-image: var(--uc-folder-icon) !important; - } - /* Standard Folder - Open */ - :-moz-any(#PlacesToolbar, #BMB_bookmarksPopup, #bookmarksMenu) - .bookmark-item[container="true"]:not([query="true"], [tagContainer], [dayContainer])[open="true"], - :-moz-any(#bookmarks-view, #historyTree, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(title, container, open) { - list-style-image: url("../icons/folder-open.svg") !important; - } - /*= Other Folder - Inbox Icon ================================================*/ - /* on Menus */ - #PlacesToolbar #OtherBookmarks, - #BMB_bookmarksPopup #BMB_unsortedBookmarks, - #bookmarksMenuPopup #menu_unsortedBookmarks, - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks), - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, queryFolder_unfiled_____), - #editBMPanel_unfiledRootItem, - #editBMPanel_folderMenuList[selectedGuid="unfiled_____"] { - list-style-image: url("../icons/mail-inbox-all.svg") !important; - } - /* Other Folder - Open */ - #PlacesToolbar #OtherBookmarks[open="true"], - #BMB_bookmarksPopup #BMB_unsortedBookmarks[open="true"], - #bookmarksMenuPopup #menu_unsortedBookmarks[open="true"], - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, open, OrganizerQuery_UnfiledBookmarks), - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, open, queryFolder_unfiled_____) { - list-style-image: url("../icons/mail-inbox.svg") !important; - } - /*= Default Icon - Override ===================================================*/ - /* https://github.com/mozilla/gecko-dev/blob/master/browser/themes/shared/places/tree-icons.css */ - /* Query */ - :-moz-any(#historyTree, #placesList, #placeContent) treechildren::-moz-tree-image(title, query) { - list-style-image: url("chrome://browser/skin/places/folder-smart.svg") !important; - } - /* History */ - :-moz-any(#historyTree, #placesList, #placeContent) treechildren::-moz-tree-image(title, query, dayContainer), - :-moz-any(#historyTree, #placesList, #placeContent) - treechildren::-moz-tree-image(query, OrganizerQuery_history____v) { - list-style-image: url("chrome://browser/skin/history.svg") !important; - } - /* Downloads */ - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_downloads__v) { - list-style-image: url("chrome://browser/skin/downloads/downloads.svg") !important; - } - /* Tag */ - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(title, query, tagContainer), - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v), - .bookmark-item[query][tagContainer] { - list-style-image: url("../icons/tag.svg") !important; - } - /* Bookmark */ - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_allbms_____v) { - list-style-image: url("chrome://browser/skin/bookmark.svg") !important; - } - /* Bookmark Toolbar */ - #BMB_bookmarksPopup #BMB_bookmarksToolbar, - #bookmarksMenuPopup #bookmarksToolbarFolderMenu, - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, queryFolder_toolbar_____), - #editBMPanel_folderMenuList[selectedGuid="toolbar_____"], - #editBMPanel_toolbarFolderItem, - #bookmarksToolbarFolderMenu, - #BMB_bookmarksToolbar, - #panelMenu_bookmarksToolbar, - #bookmarks-toolbar-button, - #bookmarks-toolbar-placeholder { - list-style-image: url("../icons/bookmarks-toolbar-alt.svg") !important; - } - /* Bookmark Menu */ - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, queryFolder_menu________) { - list-style-image: url("chrome://browser/skin/places/bookmarksMenu.svg") !important; - } - /*= Default Icon - Open ======================================================*/ - /* Query */ - :-moz-any(#PlacesToolbar, #BMB_bookmarksPopup, #bookmarksMenu) - .bookmark-item[container="true"][query="true"]:not([tagContainer])[open="true"] - > .menu-iconic-left - > .menu-iconic-icon { - transform: rotate(15deg) !important; - } - /* History */ - :-moz-any(#historyTree, #placesList, #placeContent) treechildren::-moz-tree-image(title, query, open, dayContainer), - :-moz-any(#historyTree, #placesList, #placeContent) - treechildren::-moz-tree-image(query, open, OrganizerQuery_history____v) { - list-style-image: url("../icons/history-reverse.svg") !important; - } - /* Tag */ - :-moz-any(#PlacesToolbar, #BMB_bookmarksPopup, #bookmarksMenu) - .bookmark-item[container="true"][tagContainer="true"][open="true"], - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(title, query, open, tagContainer), - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(query, open, OrganizerQuery_tags_______v) { - list-style-image: url("../icons/tag-open.svg") !important; - } - /* Bookmark */ - :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(query, open, OrganizerQuery_allbms_____v) { - list-style-image: url("chrome://browser/skin/bookmark-hollow.svg") !important; - } - /* Bookmark Toolbar */ - #BMB_bookmarksPopup #BMB_bookmarksToolbar[open="true"], - #bookmarksMenuPopup #bookmarksToolbarFolderMenu[open="true"], - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, open, queryFolder_toolbar_____) { - list-style-image: url("../icons/bookmarksToolbar-open-alt.svg") !important; - } - /* Bookmark Menu */ - :-moz-any(#bookmarks-view, #editBMPanel_folderTree, #placesList, #placeContent) - treechildren::-moz-tree-image(container, open, queryFolder_menu________) { - list-style-image: url("../icons/bookmarksMenu-open.svg") !important; /* or bookmarksMenu-open2.svg" */ - } - @-moz-document url("chrome://browser/content/places/places.xhtml") - { - @media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.library") and (-moz-gtk-csd-available) { - /*= Menubar - Icons ==========================================================*/ - #organizeButton, - #viewMenu, - #maintenanceButton, - #back-button, - #forward-button, - #clearDownloadsButton { - fill: currentColor !important; - -moz-context-properties: fill, fill-opacity, stroke !important; - } - /* Add */ - #organizeButton { - list-style-image: url("chrome://global/skin/icons/settings.svg") !important; - } - #viewMenu { - list-style-image: url("../icons/sort.svg") !important; - } - #maintenanceButton { - list-style-image: url("../icons/import-export.svg") !important; - } - #clearDownloadsButton { - list-style-image: url("chrome://global/skin/icons/delete.svg") !important; - } - #clearDownloadsButton > .toolbarbutton-icon { - display: inline-flex !important; - display: -moz-inline-box !important; - margin-top: 0; - margin-bottom: 0; - margin-inline-start: 0; - margin-inline-end: 2px; - } - /* Replace */ - #back-button { - list-style-image: url("chrome://browser/skin/back.svg") !important; - } - #forward-button { - list-style-image: url("chrome://browser/skin/forward.svg") !important; - } - #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon, - #forward-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { - transform: scaleX(-1) !important; - } - } - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - /*= Padding ==================================================================*/ - :root { - --arrowpanel-menuicon-padding: 8px; - --arrowpanel-menublank-padding: calc( - var(--arrowpanel-menuicon-padding) * 2 + var(--arrowpanel-menuitem-padding-inline) - ) !important; - --arrowpanel-menuimageblank-padding: calc(var(--arrowpanel-menuitem-padding-inline) - 2px) !important; - --arrowpanel-menuimageblank-padding-block: calc(var(--arrowpanel-menuitem-padding-block) - 2px) !important; - } - .subviewbutton > .toolbarbutton-icon { - width: 16px; - } - /* Icons Color */ - /*= Panel - Main =============================================================*/ - /*= Panel - Account ==========================================================*/ - /* Default */ - /* Change Separator */ - /*= Panel - Bookmark =========================================================*/ - /*= Panel - History ==========================================================*/ - /*= Panel - More tools =======================================================*/ - /* Web Developer Tools */ - /* Task Manager */ - /* Remote Debugging - Edge bug.svg */ - /* Browser Toolbox - Edge webdeveloper.svg */ - /* Browser Content Toolbox */ - /* Browser Console */ - /* Responsive Design Mode */ - /* Eyedropper */ - /* Page Source - Edge file-search.svg */ - /* Extensions for Devel */ - /*= Panel - Help =============================================================*/ - /*= Panel - Library ==========================================================*/ - /*= Panel - Downloads ========================================================*/ - /*= Toolbar - Overflow Menu ==================================================*/ - /*= Tabbar - All Tab Menu ====================================================*/ - /*= BMB_bookmarksPopup =======================================================*/ - /* BMB_bookmarksToolbarPopup */ - /*= protections-popup ========================================================*/ - /*= identity-popup ===========================================================*/ - /*= sidebarMenu-popup ========================================================*/ - /*= unified-extensions-view ===================================================*/ - /*= Compatibility ============================================================*/ - /*= Tab Mix Plus =============================================================*/ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (not (-moz-bool-pref: "userChrome.icon.panel_full")) { - :root { - /* Global */ - --arrowpanel-menuicon-paddingx2: calc(var(--arrowpanel-menuicon-padding) * 2); - /* General Panel */ - --arrowpanel-menublank-padding: calc(var(--arrowpanel-menuicon-paddingx2) + 8px) !important; - --arrowpanel-menuimageblank-padding: calc(var(--arrowpanel-menuitem-padding-inline) - 2px) !important; - /* Blank Menu Left Padding */ - --arrowpanel-menuimageblank-padding-horizontal: calc( - var(--arrowpanel-menuicon-paddingx2) + var(--arrowpanel-menuitem-padding-inline) - ); - --arrowpanel-menuitemblank-padding: calc(var(--arrowpanel-menuitem-padding-block) + 1px); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #downloadsHistory .button-text, - .subviewbutton > .toolbarbutton-text { - padding-inline-start: var(--arrowpanel-menuicon-padding) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .toolbaritem-combined-buttons:not(.unified-extensions-item) - > .subviewbutton:not(.subviewbutton-iconic) - > .toolbarbutton-text { - padding-inline-start: 0 !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #panelMenu_bookmarksMenu .subviewbutton[disabled="true"] .toolbarbutton-text, - #appMenu_historyMenu .subviewbutton[disabled="true"] .toolbarbutton-text { - padding-inline-start: var(--arrowpanel-menublank-padding) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-proton-update-banner .toolbarbutton-text { - margin-inline-start: 0 !important; - padding-inline-start: 0 !important; /* FF v107 */ - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-multiView .subviewbutton::before, - #appMenu-proton-update-banner::before { - display: inline-flex; - display: -moz-inline-box; - margin-inline-end: var(--arrowpanel-menuicon-padding); - width: 16px; - height: 16px; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-proton-update-banner { - margin-bottom: 2px !important; - padding-inline-start: var(--arrowpanel-menuitem-padding-inline) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-fxa-status2, - #appMenu-zoom-controls2, - #appMenu-zoom-controls { - align-items: center; - padding-top: var(--arrowpanel-menuimageblank-padding-block) !important; - padding-bottom: var(--arrowpanel-menuimageblank-padding-block) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-zoom-controls2::before, - #appMenu-zoom-controls::before { - margin-inline-end: 0 !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-zoomReduce-button2, - #appMenu-zoomReset-button2, - #appMenu-zoomEnlarge-button2, - #appMenu-fullscreen-button2 { - --arrowpanel-menuitem-padding-block: 0px; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .subviewbutton[type="checkbox"]:not([checked="true"], #allTabsMenu_sortTabsButton) > .toolbarbutton-text { - margin-left: 16px !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-multiView .subviewbutton::before, - #appMenu-proton-update-banner::before, - #downloadsHistory .button-icon, - .subviewbutton:not(#appMenu-proton-update-banner) > image { - fill: currentColor !important; - fill-opacity: var(--toolbarbutton-icon-fill-opacity) !important; - -moz-context-properties: fill, fill-opacity, stroke !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-zoomReduce-button2 > .toolbarbutton-icon, - #appMenu-zoomEnlarge-button2 > .toolbarbutton-icon { - stroke: var(--zoom-controls-bgcolor, var(--button-bgcolor, ButtonFace)) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-zoomReduce-button2:not([disabled], [open], :active):is(:hover) > .toolbarbutton-icon, - #appMenu-zoomEnlarge-button2:not([disabled], [open], :active):is(:hover) > .toolbarbutton-icon { - stroke: var(--button-hover-bgcolor) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .subviewbutton[disabled="true"] > image { - /* Ghost icons when disabled */ - opacity: 0.4; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-proton-addon-banners > .addon-banner-item > .toolbarbutton-icon { - display: inline-flex !important; - display: -moz-inline-box !important; - margin-inline-start: var(--arrowpanel-menuicon-padding); - order: -1 !important; - -moz-box-ordinal-group: 0 !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-proton-update-banner::before { - content: url("../icons/whatsnew.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-fxa-status2::before { - /* Don't exist img tag */ - content: url("chrome://browser/skin/fxa/avatar-empty.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-fxa-status2:is([fxastatus="signedin"], [fxastatus="unverified"], [fxastatus="login-failed"])::before { - display: none; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-fxa-status2:is([fxastatus="signedin"], [fxastatus="unverified"], [fxastatus="login-failed"]) - #appMenu-fxa-label2::before { - /* url("https://profile.accounts.firefox.com/v1/avatar/a") */ - content: ""; - border-radius: 50% !important; - background-size: 16px !important; - background-image: var(--avatar-image-url) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #new-tab-button { - list-style-image: var(--uc-new-tab-icon) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_full"), - (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_photon") { - #appMenu-new-tab-button2 { - list-style-image: var(--uc-new-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_photon") { - #appMenu-save-file-button2, - #appMenu-find-button2, - #appMenu-more-button2 { - padding-top: var(--arrowpanel-menuitemblank-padding) !important; - padding-bottom: var(--arrowpanel-menuitemblank-padding) !important; - } - #appMenu-zoom-controls2, - #appMenu-zoom-controls { - padding-inline-start: var(--arrowpanel-menuimageblank-padding-horizontal) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (not (-moz-bool-pref: "userChrome.icon.panel_photon")) and (not (-moz-bool-pref: "userChrome.icon.panel_full")) { - #appMenu-new-tab-button2, - #appMenu-passwords-button, - #appMenu-extensions-themes-button, - #appMenu-save-file-button2, - #appMenu-find-button2, - #appMenu-more-button2, - #appMenu-help-button2, - #appMenu-quit-button2 { - padding-top: var(--arrowpanel-menuitemblank-padding-block) !important; - padding-bottom: var(--arrowpanel-menuitemblank-padding-block) !important; - } - #appMenu-zoom-controls2, - #appMenu-zoom-controls { - padding-inline-start: var(--arrowpanel-menuimageblank-padding-horizontal) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-new-window-button2 { - list-style-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-new-private-window-button2 { - list-style-image: url("chrome://browser/skin/privateBrowsing.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-bookmarks-button { - list-style-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-history-button { - list-style-image: url("chrome://browser/skin/history.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-downloads-button { - list-style-image: url("chrome://browser/skin/downloads/downloads.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_full"), - (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_photon") { - #appMenu-passwords-button { - list-style-image: url("chrome://browser/skin/login.svg"); - } - #appMenu-extensions-themes-button { - list-style-image: url("chrome://mozapps/skin/extensions/extension.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-print-button2 { - list-style-image: url("chrome://global/skin/icons/print.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_full") { - #appMenu-save-file-button2 { - list-style-image: url("../icons/toolbarButton-download.svg"); - } - #appMenu-find-button2 { - list-style-image: url("chrome://global/skin/icons/search-glass.svg"); - } - #appMenu-translate-button { - list-style-image: url("../icons/translations.svg"); - } - #appMenu-zoom-controls2::before, - #appMenu-zoom-controls::before { - content: url("../icons/screenshot.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #save-page-button { - list-style-image: url("../icons/toolbarButton-download.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #open-file-button { - list-style-image: url("../icons/toolbarButton-upload.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #cut-button { - list-style-image: url("../icons/edit-cut.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #copy-button { - list-style-image: url("../icons/edit-copy.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #paste-button { - list-style-image: url("../icons/edit-paste.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #characterencoding-button { - list-style-image: url("../icons/characterEncoding.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #screenshot-button { - list-style-image: url("../icons/screenshot-1.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #email-link-button { - list-style-image: url("../icons/mail.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #panic-button { - list-style-image: url("../icons/forget.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #profiler-button-button > .toolbarbutton-icon { - list-style-image: url("../icons/performance.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #developer-button { - list-style-image: url("../icons/wrench-filled.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-settings-button { - list-style-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_full") { - #appMenu-more-button2 { - list-style-image: url("../icons/ion.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_full"), - (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.panel_photon") { - #appMenu-help-button2 { - list-style-image: url("chrome://global/skin/icons/help.svg"); - } - #appMenu-quit-button2 { - list-style-image: url("../icons/quit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu-connect-device-button .toolbarbutton-icon, - #PanelUI-fxa-menu-account-signout-button .toolbarbutton-icon { - width: 16px !important; - height: 16px !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #fxa-manage-account-button::before { - content: ""; - display: inline-flex; - display: -moz-inline-box; - width: 32px !important; - height: 32px !important; - border-radius: 50%; - background-size: 32px; - background-image: var(--avatar-image-url); - margin-inline-end: var(--arrowpanel-menuicon-padding); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.account_image_to_right") { - #fxa-manage-account-button::before { - order: 2 !important; - -moz-box-ordinal-group: 2 !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "userChrome.icon.account_label_to_right") { - #fxa-menu-header-title, - #fxa-menu-header-description { - text-align: right; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .syncNowBtn { - visibility: visible !important; - order: -1 !important; - -moz-box-ordinal-group: 0 !important; - margin-inline-end: var(--arrowpanel-menuicon-padding); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu-setup-sync-button { - list-style-image: url("chrome://browser/skin/sync.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu-connect-device-button { - list-style-image: url("../icons/add-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu-sendtab-button { - list-style-image: url("../icons/send-to-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu-sync-prefs-button { - list-style-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu-account-signout-button { - list-style-image: url("../icons/sign-out.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-remotetabs-view-managedevices::before { - /* Box */ - content: ""; - padding-inline-end: 16px; - padding-block: 1px; - margin-inline-end: var(--arrowpanel-menuicon-padding); - /* Color */ - fill: currentColor; - fill-opacity: var(--toolbarbutton-icon-fill-opacity); - -moz-context-properties: fill, fill-opacity, stroke; - background-size: 16px; - background-repeat: no-repeat; - background-position: left center; - background-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .PanelUI-remotetabs-notabsforclient-label { - margin-inline-start: calc( - var(--arrowpanel-menuicon-padding) + var(--arrowpanel-menuitem-padding-inline) - ) !important; - padding-inline-start: var(--arrowpanel-menublank-padding) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu::before { - content: ""; - display: flex; - display: -moz-box; - border-bottom: 1px solid var(--panel-separator-color); - margin: var(--panel-separator-margin); - padding: 0; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu > :first-child { - order: -1; - -moz-box-ordinal-group: 0; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-sign-out-separator { - display: none; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .pageAction-sendToDevice-device.subviewbutton.sync-menuitem.sendtab-target[clientType=""], - .sendToDevice-device.subviewbutton.sync-menuitem.sendtab-target[clientType=""] { - list-style-image: url("../icons/send-to-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .pageAction-sendToDevice-device.subviewbutton.sync-menuitem.sendtab-target:not([clientType]), - .sendToDevice-device.subviewbutton.sync-menuitem.sendtab-target:not([clientType]) { - list-style-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #panelMenuBookmarkThisPage { - list-style-image: url("chrome://browser/skin/bookmark-hollow.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - panelMenuBookmarkThisPage[starred] { - list-style-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #panelMenu_searchBookmarks { - list-style-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #panelMenu_viewBookmarksToolbar { - list-style-image: url("../icons/bookmarks-toolbar-alt.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #panelMenu_showAllBookmarks { - list-style-image: url("chrome://browser/skin/bookmark-star-on-tray.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenuRecentlyClosedTabs { - list-style-image: var(--uc-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenuRecentlyClosedWindows { - list-style-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenuSearchHistory { - list-style-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenuRestoreSession, - #appMenu-restoreSession { - list-style-image: url("../icons/restore-session.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenuClearRecentHistory { - list-style-image: url("../icons/forget.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-historyMore { - list-style-image: url("chrome://browser/skin/history.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-library-recentlyClosedTabs { - list-style-image: url("../icons/movetowindow-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-library-recentlyClosedWindows { - list-style-image: url("../icons/restore-session.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-moreTools-button { - list-style-image: url("chrome://browser/skin/customize.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-child(1), - #PanelUI-developer-tools-view .subviewbutton:nth-child(1) { - list-style-image: url("../icons/developer.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-child(2), - #PanelUI-developer-tools-view .subviewbutton:nth-child(2) { - list-style-image: url("../icons/performance.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-child(3), - #PanelUI-developer-tools-view .subviewbutton:nth-child(3) { - list-style-image: url("../icons/bug.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-child(4), - #PanelUI-developer-tools-view .subviewbutton:nth-child(4) { - list-style-image: url("../icons/window-dev-tools.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-child(5), - #PanelUI-developer-tools-view .subviewbutton:nth-child(5) { - list-style-image: url("../icons/command-frames.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-last-child(5), - #PanelUI-developer-tools-view .subviewbutton:nth-last-child(5) { - list-style-image: url("../icons/command-console.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-last-child(4), - #PanelUI-developer-tools-view .subviewbutton:nth-last-child(4) { - list-style-image: url("../icons/command-responsivemode.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-last-child(3), - #PanelUI-developer-tools-view .subviewbutton:nth-last-child(3) { - list-style-image: url("../icons/command-eyedropper.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-last-child(2), - #PanelUI-developer-tools-view .subviewbutton:nth-last-child(2) { - list-style-image: url("../icons/document-search.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:nth-last-child(1), - #PanelUI-developer-tools-view .subviewbutton:nth-last-child(1) { - list-style-image: url("chrome://mozapps/skin/extensions/extension.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appmenu-developer-tools-view .subviewbutton:last-child { - margin-bottom: 6px !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_menu_openHelp { - list-style-image: url("chrome://global/skin/icons/help.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_feedbackPage { - list-style-image: url("../icons/send.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_helpSafeMode { - list-style-image: url("chrome://devtools/skin/images/debugging-workers.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_troubleShooting { - list-style-image: url("chrome://global/skin/icons/more.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-report-broken-site-button, - #appMenu_help_reportSiteIssue { - list-style-image: url("chrome://global/skin/icons/lightbulb.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_menu_HelpPopup_reportPhishingtoolmenu { - list-style-image: url("chrome://global/skin/icons/warning.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_helpSwitchDevice { - list-style-image: url("../icons/add-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu_aboutName { - list-style-image: url("chrome://global/skin/icons/info.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-library-bookmarks-button { - list-style-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-library-history-button { - list-style-image: url("chrome://browser/skin/history.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-library-downloads-button { - list-style-image: url("chrome://browser/skin/downloads/downloads.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #downloadsHistory { - list-style-image: url("chrome://browser/skin/downloads/downloads.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #downloadsHistory .box-inherit.button-box { - display: inline-flex !important; - display: -moz-inline-box !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #overflowMenu-customize-button { - list-style-image: url("chrome://browser/skin/customize.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #allTabsMenu-undoCloseTab { - list-style-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #allTabsMenu-searchTabs { - list-style-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #allTabsMenu-containerTabsButton { - list-style-image: url("../icons/container-openin-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #allTabsMenu-hiddenTabsButton { - list-style-image: url("../icons/eye-hide.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #allTabsMenu-containerTabsView .subviewbutton:last-child { - list-style-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #BMB_viewBookmarksSidebar { - --menuitem-image: var(--uc-sidebar-icon); - } - #BMB_viewBookmarksSidebar[data-l10n-args='{"isVisible":true}'] { - --menuitem-image: url("chrome://global/skin/icons/close.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #BMB_searchBookmarks { - --menuitem-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #BMB_bookmarksShowAllTop, - #BMB_bookmarksShowAll { - --menuitem-image: url("chrome://browser/skin/bookmark-star-on-tray.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #BMB_bookmarksToolbar { - --menuitem-image: url("../icons/bookmarks-toolbar-alt.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") { - #BMB_bookmarksShowAllTop { - list-style-image: url("chrome://browser/skin/bookmark-star-on-tray.svg") !important; - } - #BMB_bookmarksShowAllTop > .menu-iconic-left { - display: flex !important; - display: -moz-box !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #BMB_viewBookmarksToolbar[data-l10n-args='{"isVisible":true}'] { - --menuitem-image: url("../icons/eye-hide.svg"); - } - #BMB_viewBookmarksToolbar[data-l10n-args='{"isVisible":false}'] { - --menuitem-image: url("../icons/eye-show.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #protections-popup-settings-button > .protections-popup-settings-icon, - #protections-popup-show-report-button > .protections-popup-show-report-icon { - -moz-context-properties: fill, fill-opacity, stroke; - fill: currentColor; - margin-inline-end: 1em; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #protections-popup-settings-button > .protections-popup-settings-icon, - #protections-popup-multiView .panel-subview-footer-button { - list-style-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #protections-popup-show-report-button > .protections-popup-show-report-icon { - /* chrome://browser/skin/controlcenter/dashboard.svg */ - list-style-image: url("../icons/dashboard.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #identity-popup-clear-sitedata-button, - #identity-popup-more-info { - padding-inline: 5px !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #identity-popup-securityView-body { - margin-inline-start: 32px !important; /* Original: 10px */ - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #identity-popup-clear-sitedata-button { - list-style-image: url("../icons/broom.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #identity-popup-more-info.subviewbutton { - list-style-image: url("chrome://global/skin/icons/info.svg"); - } - #identity-popup-more-info:is(menuitem) { - --menuitem-image: url("chrome://global/skin/icons/info.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #sidebar-switcher-bookmarks.subviewbutton { - list-style-image: url("chrome://browser/skin/bookmark.svg"); - } - #sidebar-switcher-bookmarks:is(menuitem) { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #sidebar-switcher-history.subviewbutton { - list-style-image: url("chrome://browser/skin/history.svg"); - } - #sidebar-switcher-history:is(menuitem) { - --menuitem-image: url("chrome://browser/skin/history.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #sidebar-switcher-tabs.subviewbutton { - list-style-image: url("../icons/synced-tabs.svg"); - } - #sidebar-switcher-tabs:is(menuitem) { - --menuitem-image: url("../icons/synced-tabs.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #sidebar-reverse-position.subviewbutton { - list-style-image: var(--uc-sidebar-icon-reverse); - } - #sidebar-reverse-position:is(menuitem) { - --menuitem-image: var(--uc-sidebar-icon-reverse); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #sidebarMenu-popup > *.subviewbutton[data-l10n-id="sidebar-menu-close"] { - list-style-image: url("chrome://global/skin/icons/close.svg"); - } - #sidebarMenu-popup > *:is(menuitem)[data-l10n-id="sidebar-menu-close"] { - --menuitem-image: url("chrome://global/skin/icons/close.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #unified-extensions-manage-extensions { - list-style-image: url("chrome://mozapps/skin/extensions/extension.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - .sync-engine-tabs .checkbox-icon, - .sync-engine-tabs.sync-engine-image, - #sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon, - #sync-button { - list-style-image: url("../icons/synced-tabs.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #allTabsMenu_sortTabsButton { - list-style-image: url("../icons/text-sort-ascending.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - menupopup menuitem:not([type="checkbox"][checked="true"], [type="radio"]), - menupopup menu:not([type="checkbox"][checked="true"], [type="radio"]), - menupopup menuitem:not([type="checkbox"][checked="true"], [type="radio"]) > .menu-iconic-left > .menu-iconic-icon, - menupopup menu:not([type="checkbox"][checked="true"], [type="radio"]) > .menu-iconic-left > .menu-iconic-icon, - #main-menubar > menu { - -moz-appearance: none !important; /* Linux: menulist */ - } - /* Icon */ - #main-menubar > menu, - :not(menu, #ContentSelectDropdown) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - :not(menu, #ContentSelectDropdown) - > menupopup:not(.in-menulist) - > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is(#organizeButtonPopup, #maintenanceButtonPopup) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is(#viewMenuPopup, #maintenanceButtonPopup) > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #context_sendTabToDevicePopupMenu, - #context-sendpagetodevice-popup, - #context-sendlinktodevice-popup, - #frame > menupopup, - #spell-dictionaries-menu - ) - > menuitem:not([type="checkbox"][checked="true"], [type="radio"]), - .openintabs-menuitem, - #blockedPopupDontShowMessage, - #BMB_viewBookmarksToolbar, - #sidebarMenu-popup:is(menupopup), - #context_openANewTab.tabmix-newtab-menu-icon { - /* Color */ - -moz-context-properties: fill, fill-opacity, stroke !important; - fill: currentColor !important; - stroke: currentColor; - /* Layout */ - background-size: 16px !important; - background-repeat: no-repeat !important; - background-image: var(--menuitem-image); - } - #tabContextMenu > .tabmix-newtab-menu-icon { - -moz-context-properties: fill, fill-opacity, stroke !important; - fill: currentColor !important; - } - /* For native context menus */ - /* Padding */ - /* Menubar */ - /* Padding - Non Native */ - /* Padding - Windows */ - /* Padding - Linux */ - /* Padding - Mac */ - /*= Bookmark Menu - Layout ===================================================*/ - /* #goPopup(Legacy of historyMenuPopup), #historyMenuPopup, #bookmarksMenuPopup: looks like global menu - * #BMB_bookmarksPopup: looks like arrow panel - */ - /* Empty Menu */ - /* Bookmark Popup - As Arrow Panel */ - /* Windows */ - /* Windows 7, 8 */ - /* Linux */ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "widget.macos.native-context-menus"), - (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "widget.gtk.native-context-menus") { - :not(menu, #ContentSelectDropdown) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - :not(menu, #ContentSelectDropdown) - > menupopup:not(.in-menulist) - > menu:not(.menu-iconic, .in-menulist, [checked="true"]) { - list-style-image: var(--menuitem-image, url("../icons/blank.svg")) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - :root { - --uc-menu-background-position: left; - --context-menu-background-padding-default: 5px; - --context-menu-background-padding: var(--context-menu-background-padding-default); - } - :root:-moz-locale-dir(rtl) { - --uc-menu-background-position: right; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic), - :not(menu, #ContentSelectDropdown, #context-navigation) > menupopup:not(.in-menulist) > menu:not(.menu-iconic), - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is(#organizeButtonPopup, #maintenanceButtonPopup) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is(#viewMenuPopup, #maintenanceButtonPopup) > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #context_sendTabToDevicePopupMenu, - #context-sendpagetodevice-popup, - #context-sendlinktodevice-popup, - #frame > menupopup, - #spell-dictionaries-menu - ) - > menuitem:not([type="checkbox"][checked="true"], [type="radio"]), - .openintabs-menuitem, - #blockedPopupDontShowMessage, - #BMB_viewBookmarksToolbar, - #sidebarMenu-popup:is(menupopup), - #context_openANewTab.tabmix-newtab-menu-icon { - background-position: var(--uc-menu-background-position) var(--context-menu-background-padding) center !important; - padding-inline-start: var(--context-menu-background-padding) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - #sidebarMenu-popup:is(menupopup):not(panel) { - --context-menu-background-padding: var(--context-menu-background-padding-default); - padding-inline-start: 0 !important; - } - :not(menu, #ContentSelectDropdown, #context-navigation) - > #sidebarMenu-popup:is(menupopup):not(panel) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]) { - padding-inline-start: 28px !important; - margin-inline-start: var(--arrowpanel-menuitem-margin-inline) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menubar") { - #main-menubar > menu { - background-position: var(--uc-menu-background-position) var(--context-menu-background-padding-default) center !important; - padding-inline-start: calc(16px + var(--context-menu-background-padding-default)) !important; - padding-inline-end: 3px; - } - #main-menubar > menu:first-child { - background-position: var(--uc-menu-background-position) calc(3px + var(--context-menu-background-padding-default)) - center !important; - padding-inline-start: calc(19px + var(--context-menu-background-padding-default)) !important; - } - #main-menubar > menu menupopup { - --menuitem-image: none; /* Prevent Image Inheritance */ - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menubar") and (not (-moz-bool-pref: "userChrome.padding.global_menubar")) { - #main-menubar > menu { - padding-block: 2px !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-platform: windows) and (-moz-platform: windows), - (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-gtk-csd-available) and (-moz-platform: windows) { - :root { - --context-menu-background-padding: 1em; - --context-menu-text-padding-default: 24px; - --context-menu-text-padding: var(--context-menu-text-padding-default); - --menu-background-padding-default: calc(var(--context-menu-background-padding) + var(--context-menu-text-padding)); - --bookmark-menu-icon-align-padding: 0px; - } - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is(#organizeButtonPopup, #maintenanceButtonPopup) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is(#viewMenuPopup, #maintenanceButtonPopup) > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #context_sendTabToDevicePopupMenu, - #context-sendpagetodevice-popup, - #context-sendlinktodevice-popup, - #frame > menupopup, - #spell-dictionaries-menu - ) - > menuitem:not([type="checkbox"][checked="true"], [type="radio"]), - .openintabs-menuitem, - #blockedPopupDontShowMessage, - #BMB_viewBookmarksToolbar, - #sidebarMenu-popup:is(menupopup), - #context_openANewTab.tabmix-newtab-menu-icon { - padding-inline-start: var(--menu-background-padding-default) !important; - margin-left: 0 !important; - } - .menupopup-arrowscrollbox { - padding-inline: 0 !important; /* Original: padding: var(--panel-padding); --panel-padding-block: 4px; */ - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-platform: windows) and (-moz-bool-pref: "userChrome.theme.non_native_menu") and (-moz-gtk-csd-available), - (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-gtk-csd-available) and (-moz-bool-pref: "userChrome.theme.non_native_menu") and (-moz-gtk-csd-available) { - :root { - --context-menu-background-padding: 1em; - --context-menu-text-padding-default: 24px; - --context-menu-text-padding: var(--context-menu-text-padding-default); - --menu-background-padding-default: calc(var(--context-menu-background-padding) + var(--context-menu-text-padding)); - --bookmark-menu-icon-align-padding: 0px; - } - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is(#organizeButtonPopup, #maintenanceButtonPopup) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - menupopup:is(#viewMenuPopup, #maintenanceButtonPopup) > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - menupopup:is( - #context_sendTabToDevicePopupMenu, - #context-sendpagetodevice-popup, - #context-sendlinktodevice-popup, - #frame > menupopup, - #spell-dictionaries-menu - ) - > menuitem:not([type="checkbox"][checked="true"], [type="radio"]), - .openintabs-menuitem, - #blockedPopupDontShowMessage, - #BMB_viewBookmarksToolbar, - #sidebarMenu-popup:is(menupopup), - #context_openANewTab.tabmix-newtab-menu-icon { - padding-inline-start: var(--menu-background-padding-default) !important; - margin-left: 0 !important; - } - .menupopup-arrowscrollbox { - padding-inline: 0 !important; /* Original: padding: var(--panel-padding); --panel-padding-block: 4px; */ - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-platform: windows) { - :root { - --bookmark-menu-icon-text-padding: calc( - var(--context-menu-text-padding) + var(--arrowpanel-menuitem-padding-inline) - ); - --bookmark-menu-icon-background-padding: calc( - var(--arrowpanel-menuitem-padding-inline) + var(--bookmark-menu-icon-align-padding) - ); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-gtk-csd-available) { - :root { - --context-menu-background-padding-default: 6px; - --context-menu-text-padding: 21px; - } - #main-menubar > menu > .menubar-text { - padding-inline-start: 3px; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") { - :root { - --context-menu-background-padding-default: 10px; - --context-menu-mac-padding: 21px; - } - /* context menu width */ - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]), - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menu:not(.menu-iconic, .in-menulist, [checked="true"]), - #blockedPopupDontShowMessage { - padding-inline-end: var(--context-menu-background-padding) !important; - } - /* text position */ - :not(menu, #ContentSelectDropdown, #context-navigation) > menupopup:not(.in-menulist) > menuitem > .menu-text, - :not(menu, #ContentSelectDropdown, #context-navigation) > menupopup:not(.in-menulist) > menu > .menu-text { - padding-inline-start: var(--context-menu-mac-padding) !important; - } - /* Checkbox menuitem, None iconic menu */ - :not(menu, #ContentSelectDropdown, #context-navigation) > menupopup:not(.in-menulist) > menuitem[type="checkbox"] { - padding-inline-start: calc(var(--context-menu-background-padding) + var(--context-menu-mac-padding)) !important; - } - /* Global Menu */ - /* Exeptions */ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") and (-moz-bool-pref: "userChrome.icon.global_menu.mac") { - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menuitem:not(.menuitem-iconic, .bookmark-item), - menupopup:is( - #menu_FilePopup, - #menu_EditPopup, - #menu_viewPopup, - #goPopup, - #historyMenuPopup, - #bookmarksMenuPopup, - #menu_ToolsPopup, - #windowPopup, - #menu_HelpPopup, - #usercssloader-menupopup - ) - menu:not(.menu-iconic) { - list-style-image: var(--menuitem-image, url("../icons/blank.svg")) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") { - #unified-extensions-context-menu > menuitem::before { - padding-inline: 0 !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") { - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic, .bookmark-item, .in-menulist, [checked="true"]) { - padding-inline-start: 0 !important; - } - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic):has(.menu-iconic-left)[checked] { - padding-left: 4px !important; - background-image: none !important; - } - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic):has(.menu-iconic-left)[checked="true"] { - padding-left: calc(var(--context-menu-mac-padding) - 8px) !important; - } - :not(menu, #ContentSelectDropdown, #context-navigation) - > menupopup:not(.in-menulist) - > menuitem:not(.menuitem-iconic):has(.menu-iconic-left)[checked="true"] - .menu-iconic-text { - padding-left: 8px !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - menupopup menupopup[emptyplacesresult] .menu-text, - #PersonalToolbar menupopup[emptyplacesresult] .menu-text { - margin-inline-start: 0 !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - #BMB_bookmarksPopup, - #PersonalToolbar { - --context-menu-background-padding: var(--arrowpanel-menuitem-padding-inline); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-platform: windows) { - /* Bookmark Popup - None icon menu */ - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menu:not(.menu-iconic), - #PersonalToolbar menupopup[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - #PersonalToolbar menupopup[placespopup="true"] menu:not(.menu-iconic) { - margin-inline: var(--arrowpanel-menuitem-margin-inline) !important; - padding-inline-start: var(--bookmark-menu-icon-text-padding) !important; - background-position: var(--uc-menu-background-position) var(--bookmark-menu-icon-background-padding) center !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-gtk-csd-available) { - /* Global Menu */ - menupopup:is(#goPopup, #historyMenuPopup, #bookmarksMenuPopup) .bookmark-item { - padding-inline-start: var(--context-menu-background-padding) !important; - } - /* Bookmark Popup - Iconic menu */ - #BMB_bookmarksPopup .menu-iconic-text, - #PersonalToolbar menupopup[placespopup="true"] .bookmark-item .menu-iconic-text { - margin-inline-start: -1px !important; - } - /* Bookmark Popup - None icon menu */ - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menu:not(.menu-iconic), - #PersonalToolbar menupopup[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - #PersonalToolbar menupopup[placespopup="true"] menu:not(.menu-iconic) { - padding-inline-start: calc(var(--context-menu-background-padding) + 2px) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-gtk-csd-available) and (-moz-bool-pref: "userChrome.theme.non_native_menu") { - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menu:not(.menu-iconic), - #PersonalToolbar menupopup[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - #PersonalToolbar menupopup[placespopup="true"] menu:not(.menu-iconic) { - margin-inline: var(--arrowpanel-menuitem-margin-inline) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-gtk-csd-available) { - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]) .menu-text, - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menu:not(.menu-iconic) .menu-text, - #PersonalToolbar menupopup[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]) .menu-text, - #PersonalToolbar menupopup[placespopup="true"] menu:not(.menu-iconic) .menu-text { - margin-inline-start: var(--context-menu-text-padding) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") { - /* Bookmark Popup - As Arrow Panel */ - #PersonalToolbar menupopup menuitem, - #PersonalToolbar menupopup menu { - padding-inline: var(--arrowpanel-menuitem-padding-inline) !important; - } - /* Bookmark Popup - None icon menu */ - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menu:not(.menu-iconic) { - padding-inline-start: calc(var(--arrowpanel-menuitem-padding-inline) + 3px) !important; - } - #PersonalToolbar menupopup[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]), - #PersonalToolbar menupopup[placespopup="true"] menu:not(.menu-iconic) { - padding-inline-start: calc(var(--arrowpanel-menuitem-padding-inline) + 1px) !important; - } - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]) > .menu-text, - menupopup:is(#BMB_bookmarksPopup)[placespopup="true"] menu:not(.menu-iconic) > .menu-text, - #PersonalToolbar menupopup[placespopup="true"] menuitem:not(.menuitem-iconic, [disabled="true"]) > .menu-text, - #PersonalToolbar menupopup[placespopup="true"] menu:not(.menu-iconic) > .menu-text { - padding-inline-start: var(--context-menu-mac-padding) !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - /** Context Menu - Icons ******************************************************/ /*= tabContextMenu ===========================================================*/ - #context_openANewTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_newTab, - #tabcenter-reborn_ariasuni-menuitem-_newTabContextMenuOpenAlternatePosition, - #sidebartabs_asamuzak_jp-menuitem-_newTab { - --menuitem-image: var(--uc-new-tab-icon); - } - #tabcenter-reborn_ariasuni-menuitem-_newTabContextMenuOpenInWindow { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } - #tabcenter-reborn_ariasuni-menuitem-_newTabContextMenuOpenInPrivateWindow { - --menuitem-image: url("chrome://browser/skin/privateBrowsing.svg"); - } - #context_reloadTab, - #context_reloadSelectedTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_reloadTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_noContextTab\:context_reloadTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_grouped\:reloadTree, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuReloadTab, - #sidebartabs_asamuzak_jp-menuitem-_reloadTab, - #sidebartabs_asamuzak_jp-menuitem-_reloadAllTabs { - --menuitem-image: url("../icons/reload.svg"); - } - #context_toggleMuteTab, - #context_toggleMuteSelectedTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_toggleMuteTab-mute, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuMuteTab, - #sidebartabs_asamuzak_jp-menuitem-_muteTab { - --menuitem-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg"); - stroke: transparent !important; - } - #context_toggleMuteTab[muted], - #context_toggleMuteSelectedTabs[muted], - #treestyletab_piro_sakura_ne_jp-menuitem-_context_toggleMuteTab-unmute, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuMuteTab[label="Unmute Tab"], - #sidebartabs_asamuzak_jp-menuitem-_muteTab[label="Unmute Tab"] { - --menuitem-image: url("chrome://browser/skin/tabbrowser/tab-audio-playing-small.svg"); - } - #context_pinTab, - #context_pinSelectedTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_pinTab, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuPinTab, - #sidebartabs_asamuzak_jp-menuitem-_pinTab { - --menuitem-image: url("../icons/pin-tab.svg"); - } - #context_unpinTab, - #context_unpinSelectedTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_unpinTab, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuPinTab[label="Unpin Tab"], - #sidebartabs_asamuzak_jp-menuitem-_pinTab[label="Unpin Tab"] { - --menuitem-image: url("../icons/unpin-tab.svg"); - } - #context_duplicateTab, - #context_duplicateTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_duplicateTab, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuDuplicateTab, - #sidebartabs_asamuzak_jp-menuitem-_dupeTab { - --menuitem-image: var(--uc-tab-copy-icon); - } - #tabcenter-reborn_ariasuni-menuitem-_contextMenuUnloadTab { - --menuitem-image: var(--uc-tab-unload-icon); - } - #context_bookmarkTab, - #context_bookmarkSelectedTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_bookmarkTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_noContextTab\:context_bookmarkSelected, - #treestyletab_piro_sakura_ne_jp-menuitem-_grouped\:bookmarkTree, - #sidebartabs_asamuzak_jp-menuitem-_bookmarkTab, - #sidebartabs_asamuzak_jp-menuitem-_bookmarkAllTabs { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } - #context_moveTabOptions, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_moveTab, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuMoveTab, - #sidebartabs_asamuzak_jp-menuitem-_moveTab { - --menuitem-image: url("../icons/arrow-swap.svg"); - } - #context_sendTabToDevice, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_sendTabsToDevice { - --menuitem-image: url("../icons/send-to-device.svg"); - } - #context_sendTabToDevice:is([disabled="true"]) + #context_shareTabURL, - #context_sendTabToDevice:is([disabled="true"]) + menuitem.share-tab-url-item { - /* At windows */ - --menuitem-image: url("../icons/share.svg"); - } - /*= new-tab-button-popup =====================================================*/ - /*= toolbar-context-menu =====================================================*/ - /*= Tab Mix Plus =============================================================*/ - /*= contentAreaContextMenu ===================================================*/ - /*= main-context-menu-frame ==================================================*/ - /*= Tab Mix Plus =============================================================*/ - /*= downloadsContextMenu =====================================================*/ /*= placeContext =============================================================*/ /*= Notification =============================================================*/ - /*= blockedPopupOptions ======================================================*/ - /*= autohide-context =========================================================*/ - /*= pictureInPictureToggleContextMenu ========================================*/ - /*= pageActionContextMenu ====================================================*/ - /*= customizationPanelItemContextMenu ========================================*/ - /*= customizationPaletteItemContextMenu ======================================*/ - /*= customizationPanelContextMenu ============================================*/ - /*= downloads-button-autohide-panel ==========================================*/ - /*= SyncedTabsSidebarContext =================================================*/ - /*= SyncedTabsSidebarTabsFilterContext =======================================*/ - /*= urlbar-input-container ===================================================*/ - /*= textbox-contextmenu ======================================================*/ - /* Browser's Searchbar, Library's Searchbar, Page Info */ - /* Only searchbar */ - /*= context_sendTabToDevicePopupMenu =========================================*/ - /*= unified-extensions-context-menu ==========================================*/ - /*= urlbarView-result-menu ===================================================*/ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #context_shareTabURL, - menuitem.share-tab-url-item { - --menuitem-image: url("../icons/share.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context_reopenInContainer, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_reopenInContainer, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuOpenInContextualTab, - #sidebartabs_asamuzak_jp-menuitem-_openNewTabInContainer, - #sidebartabs_asamuzak_jp-menuitem-_reopenTabInContainer { - --menuitem-image: url("../icons/container-openin-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context_selectAllTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_selectAllTabs, - #treestyletab_piro_sakura_ne_jp-menuitem-_noContextTab\:context_selectAllTabs, - #sidebartabs_asamuzak_jp-menuitem-_selectAllTabs { - --menuitem-image: var(--uc-tab-multiple-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context_closeTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_closeTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_grouped\:closeTree, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuCloseTab, - #sidebartabs_asamuzak_jp-menuitem-_closeTab { - --menuitem-image: url("chrome://global/skin/icons/close.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #context_closeTabOptions, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_closeMultipleTabs, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuCloseTabs, - #sidebartabs_asamuzak_jp-menuitem-_closeMultipleTabs { - --menuitem-image: url("../icons/filter-dismiss.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context_undoCloseTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_context_undoCloseTab, - #treestyletab_piro_sakura_ne_jp-menuitem-_noContextTab\:context_undoCloseTab, - #tabcenter-reborn_ariasuni-menuitem-_contextMenuUndoCloseTab, - #sidebartabs_asamuzak_jp-menuitem-_undoCloseTab { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #new-tab-button-popup > menuitem[command="Browser:NewUserContextTab"], - .new-tab-popup > menuitem[command="Browser:NewUserContextTab"] { - --menuitem-image: url("../icons/container-openin-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #new-tab-button-popup > menuitem[command="Browser:OpenAboutContainers"], - .new-tab-popup > menuitem[command="Browser:OpenAboutContainers"] { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-manageExtension { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-removeExtension { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-reportExtension { - --menuitem-image: url("../icons/send.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-moveToPanel { - --menuitem-image: url("chrome://browser/skin/pin-12.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-autohide-downloads-button { - /* checkbox */ - --menuitem-image: url("../icons/eye-tracking-off.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-removeFromToolbar { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-always-open-downloads-panel { - /* checkbox */ - --menuitem-image: url("../icons/drawer-arrow-download.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-openANewTab { - --menuitem-image: var(--uc-new-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-reloadSelectedTab, - #toolbar-context-reloadSelectedTabs { - --menuitem-image: url("../icons/reload.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-bookmarkSelectedTab, - #toolbar-context-bookmarkSelectedTabs { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-selectAllTabs { - --menuitem-image: var(--uc-tab-multiple-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-undoCloseTab { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toggle_toolbar-menubar { - /* checkbox */ - --menuitem-image: url("../icons/calendar-agenda.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toggle_PersonalToolbar { - /* Also placeContext */ - --menuitem-image: url("../icons/bookmarks-toolbar-alt.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - menuitem.viewCustomizeToolbar { - --menuitem-image: url("chrome://browser/skin/customize.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .fullscreen-context-autohide { - /* checkbox */ - --menuitem-image: url("../icons/eye-tracking-off.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #toolbar-context-menu > menuitem[data-l10n-id="full-screen-exit"] { - --menuitem-image: url("chrome://browser/skin/fullscreen-exit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-platform: windows) { - #context_openANewTab.tabmix-newtab-menu-icon .menu-iconic-left { - display: none; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #tm-duplicateinWin { - --menuitem-image: url("../icons/tab-desktop-multiple-bottom.svg"); - } - #tm-mergeWindowsTab { - --menuitem-image: url("../icons/merge.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-renameTab { - --menuitem-image: url("chrome://global/skin/icons/edit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-copyTabUrl { - --menuitem-image: url("../icons/link.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-autoreloadTab_menu { - --menuitem-image: url("../icons/timer10.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context_reloadTabOptions { - --menuitem-image: url("../icons/reload.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #context_reloadTabOptions { - --menuitem-image: url("../icons/filter-reload.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (not (-moz-bool-pref: "userChrome.icon.menu.full")) { - #context_reloadTabOptions + #context_reloadTab { - --menuitem-image: url("../icons/blank.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-docShell { - --menuitem-image: url("chrome://browser/skin/permissions.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-freezeTab { - --menuitem-image: url("../icons/weather-snowflake.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-protectTab { - --menuitem-image: url("../icons/shield-task.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #tm-lockTab { - --menuitem-image: url("../icons/lock-closed.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #context_bookmarkAllTabs { - --menuitem-image: url("../icons/bookmark-multiple.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewsource-goToLine { - --menuitem-image: url("../icons/text-number-format.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewsource-wrapLongLines { - /* checkbox */ - --menuitem-image: url("../icons/arrow-sort-down-lines.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewsource-highlightSyntax { - /* checkbox */ - --menuitem-image: url("../icons/highlight.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #spell-no-suggestions { - --menuitem-image: url("../icons/text-proofing-tools.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #spell-add-to-dictionary, - #spell-add-dictionaries { - --menuitem-image: url("../icons/book-add.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #spell-undo-add-to-dictionary { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openlinkincurrent { - --menuitem-image: url("../icons/link-square.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openlinkincontainertab, - #context-openlinkintab { - --menuitem-image: var(--uc-new-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openlinkinusercontext-menu { - --menuitem-image: url("../icons/container-openin-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openlink { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openlinkprivate { - --menuitem-image: url("chrome://browser/skin/privateBrowsing.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-bookmarklink { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-savelink { - --menuitem-image: url("../icons/toolbarButton-download.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-savelinktopocket { - --menuitem-image: url("../icons/pocket-outline.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-copyemail { - --menuitem-image: url("../icons/mail.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-copyphone { - --menuitem-image: url("../icons/device-phone.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-copylink { - --menuitem-image: url("../icons/link.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-stripOnShareLink { - --menuitem-image: url("../icons/link-no-tracking.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-sendlinktodevice { - --menuitem-image: url("../icons/send-to-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-play { - --menuitem-image: url("chrome://global/skin/media/play-fill.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-pause { - --menuitem-image: url("chrome://global/skin/media/pause-fill.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-mute { - --menuitem-image: url("chrome://global/skin/media/audio-muted.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-unmute { - --menuitem-image: url("chrome://global/skin/media/audio.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-playbackrate { - --menuitem-image: url("../icons/time-picker.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-loop { - /* checkbox */ - --menuitem-image: url("../icons/arrow-repeat-all.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-leave-dom-fullscreen { - --menuitem-image: url("chrome://global/skin/media/fullscreenExitButton.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-video-fullscreen { - --menuitem-image: url("chrome://global/skin/media/fullscreenEnterButton.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-hidecontrols { - --menuitem-image: url("../icons/eye-hide.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-showcontrols { - --menuitem-image: url("../icons/eye-show.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewvideo { - --menuitem-image: url("../icons/video.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-video-pictureinpicture { - /* checkbox */ - --menuitem-image: url("chrome://global/skin/media/picture-in-picture-open.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-reloadimage { - --menuitem-image: url("../icons/image-arrow-counterclockwise.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewimage { - --menuitem-image: url("../icons/image-add.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-saveimage { - --menuitem-image: url("../icons/image.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-video-saveimage { - --menuitem-image: url("../icons/video-snapshot.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-savevideo { - --menuitem-image: url("../icons/video.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-saveaudio { - --menuitem-image: url("chrome://global/skin/media/audio.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-copyimage-contents { - --menuitem-image: url("../icons/image-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-copyimage, - #context-copyvideourl, - #context-copyaudiourl { - --menuitem-image: url("../icons/link.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-sendimage, - #context-sendvideo, - #context-sendaudio { - --menuitem-image: url("../icons/mail.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewimageinfo { - --menuitem-image: url("chrome://global/skin/icons/info.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewimagedesc { - --menuitem-image: url("../icons/image-alt-text.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-setDesktopBackground { - --menuitem-image: url("../icons/resize-image.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-ctp-play { - --menuitem-image: url("chrome://global/skin/icons/plugin.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-ctp-hide { - --menuitem-image: url("chrome://global/skin/icons/plugin-blocked.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-savepage { - --menuitem-image: url("../icons/toolbarButton-download.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-pocket { - --menuitem-image: url("../icons/pocket-outline.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-sendpagetodevice { - --menuitem-image: url("../icons/send-to-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #fill-login { - --menuitem-image: url("../icons/password.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #fill-login-generated-password { - --menuitem-image: url("chrome://browser/skin/login.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #use-relay-mask { - --menuitem-image: url("../icons/relay-logo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #manage-saved-logins { - --menuitem-image: url("../icons/key-multiple.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-undo, - #context-pdfjs-undo { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #context-redo, - #context-pdfjs-redo { - --menuitem-image: url("../icons/redo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-cut, - #context-pdfjs-cut { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-copy, - #context-pdfjs-copy { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-paste, - #context-pdfjs-paste { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-delete, - #context-pdfjs-delete { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-selectall, - #context-pdfjs-selectall { - --menuitem-image: url("../icons/select-all-on.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-reveal-password { - --menuitem-image: url("../icons/eye-show.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-print-selection { - --menuitem-image: url("chrome://global/skin/icons/print.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-take-screenshot { - --menuitem-image: url("../icons/screenshot-1.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-keywordfield { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-searchselect, - #context-searchselect-private { - --menuitem-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #frame { - --menuitem-image: url("../icons/command-frames.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #spell-check-enabled { - /* checkbox */ - --menuitem-image: url("../icons/text-proofing-tools.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #spell-add-dictionaries-main { - --menuitem-image: url("../icons/book-add.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #spell-dictionaries { - --menuitem-image: url("../icons/book.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-bidi-text-direction-toggle { - --menuitem-image: url("../icons/text-direction-horizontal-ltr.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-bidi-page-direction-toggle { - --menuitem-image: url("../icons/document-landscape-split-hint.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewpartialsource-selection, - #context-viewsource { - --menuitem-image: url("../icons/document-search.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-inspect-a11y { - --menuitem-image: url("../icons/tool-accessibility.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-inspect { - --menuitem-image: url("../icons/command-pick.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-media-eme-learnmore { - /* iconic */ - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "layout.css.osx-font-smoothing.enabled") { - #context-back { - --menuitem-image: url("chrome://browser/skin/back.svg"); - } - #context-forward { - --menuitem-image: url("chrome://browser/skin/forward.svg"); - } - #context-reload { - --menuitem-image: url("../icons/reload.svg"); - } - #context-stop { - --menuitem-image: url("chrome://global/skin/icons/close.svg"); - } - #context-bookmarkpage { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-showonlythisframe { - --menuitem-image: url("../icons/eye-show.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openframeintab { - --menuitem-image: var(--uc-new-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-openframe { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-reloadframe { - --menuitem-image: url("../icons/reload.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-bookmarkframe { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-saveframe { - --menuitem-image: url("../icons/toolbarButton-download.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-printframe { - --menuitem-image: url("chrome://global/skin/icons/print.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-take-frame-screenshot { - --menuitem-image: url("../icons/screenshot-1.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewframesource { - --menuitem-image: url("../icons/document-search.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #context-viewframeinfo { - --menuitem-image: url("chrome://global/skin/icons/info.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-autoreload_menu { - --menuitem-image: url("../icons/timer10.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-linkWithhistory { - --menuitem-image: var(--uc-new-tab-skip-forward-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-openAllLinks { - --menuitem-image: var(--uc-new-tab-multiple-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-openinverselink { - --menuitem-image: var(--uc-new-tab-forward-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-content-closetab { - --menuitem-image: url("../icons/dismiss-filled.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-duplicateTabContext { - --menuitem-image: var(--uc-tab-copy-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-duplicateinWinContext { - --menuitem-image: url("../icons/tab-desktop-multiple-bottom.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-detachTabContext { - --menuitem-image: url("../icons/convert-range.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-mergeWindows { - --menuitem-image: url("../icons/merge.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-content-freezeTab { - --menuitem-image: url("../icons/weather-snowflake.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-content-protectTab { - --menuitem-image: url("../icons/shield-task.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-content-lockTab { - --menuitem-image: url("../icons/lock-closed.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #tm-content-undoCloseTab { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadPauseMenuItem { - --menuitem-image: url("chrome://global/skin/media/pause-fill.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadResumeMenuItem { - --menuitem-image: url("chrome://global/skin/media/play-fill.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadUnblockMenuItem { - --menuitem-image: url("../icons/checkmark-circle.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadUseSystemDefaultMenuItem { - --menuitem-image: url("../icons/toolbarButton-upload.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadAlwaysUseSystemDefaultMenuItem { - /* checkbox */ - --menuitem-image: url("../icons/folder-globe.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadAlwaysOpenSimilarFilesMenuItem { - /* checkbox */ - --menuitem-image: url("../icons/fluid.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadShowMenuItem { - --menuitem-image: var(--uc-folder-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #downloadsContextMenu > menuitem.downloadOpenReferrerMenuItem, - #downloadsContextMenu > menuitem[command="downloadsCmd_openReferrer"] { - --menuitem-image: url("../icons/link-square.svg"); - } - #downloadsContextMenu > menuitem.downloadCopyLocationMenuItem, - #downloadsContextMenu > menuitem[command="downloadsCmd_copyLocation"] { - --menuitem-image: url("../icons/link.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadDeleteFileMenuItem { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .downloadRemoveFromHistoryMenuItem { - --menuitem-image: url("../icons/eraser.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #downloadsContextMenu > menuitem[command="downloadsCmd_clearList"], - #downloadsContextMenu > menuitem[command="downloadsCmd_clearDownloads"] { - --menuitem-image: url("../icons/broom.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_open { - --menuitem-image: url("../icons/link-square.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_openBookmarkContainer\:tabs, - #placesContext_openBookmarkLinks\:tabs { - --menuitem-image: url("../icons/movetowindow-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_open\:newtab, - #placesContext_openContainer\:tabs, - #placesContext_openLinks\:tabs { - --menuitem-image: var(--uc-new-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_open\:newcontainertab { - --menuitem-image: url("../icons/container-openin-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_open\:newwindow { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_open\:newprivatewindow { - --menuitem-image: url("chrome://browser/skin/privateBrowsing.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_show_bookmark\:info, - #placesContext_show\:info, - #placesContext_show_folder\:info { - --menuitem-image: url("chrome://global/skin/icons/edit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_deleteBookmark, - #placesContext_deleteFolder, - #placesContext_delete, - #placesContext_delete_history { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_deleteHost { - --menuitem-image: url("../icons/eye-hide.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_sortBy\:name { - --menuitem-image: url("../icons/text-sort-ascending.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_cut { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_copy { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_paste_group { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_new\:bookmark { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_showInFolder, - #placesContext_new\:folder { - --menuitem-image: var(--uc-folder-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_new\:separator { - --menuitem-image: url("../icons/vertical-line.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_paste { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_createBookmark { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #show-other-bookmarks_PersonalToolbar { - /* checkbox */ - --menuitem-image: url("../icons/star-line-horizontal.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #placesContext_showAllBookmarks { - --menuitem-image: url("chrome://browser/skin/bookmark-star-on-tray.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .openintabs-menuitem { - --menuitem-image: url("../icons/movetowindow-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #doNotDisturbMenuItem { - --menuitem-image: url(chrome://global/skin/media/pause-fill.svg); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #disableForOriginMenuItem { - --menuitem-image: url("chrome://global/skin/icons/blocked.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #openSettingsMenuItem { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #blockedPopupAllowSite { - --menuitem-image: url("chrome://global/skin/icons/check.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #blockedPopupOptions > menuitem[oncommand="gPopupBlockerObserver.editPopupSettings();"] { - --menuitem-image: url("chrome://global/skin/icons/edit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #blockedPopupDontShowMessage { - /* checkbox */ - --menuitem-image: url("chrome://global/skin/icons/blocked.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - menuitem[data-l10n-id="popup-show-popup-menuitem"] { - /* checkbox */ - --menuitem-image: url("../icons/eye-show.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #autohide-context > menuitem[data-l10n-id="full-screen-autohide"] { - /* checkbox */ - --menuitem-image: url("../icons/eye-tracking-off.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #autohide-context > menuitem[data-l10n-id="full-screen-exit"] { - --menuitem-image: url("chrome://browser/skin/fullscreen-exit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #pictureInPictureToggleContextMenu > menuitem[oncommand="PictureInPicture.hideToggle();"] { - --menuitem-image: url("../icons/eye-hide.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .pageActionContextMenuItem.extensionPinned.extensionUnpinned.manageExtensionItem { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } - .pageActionContextMenuItem.extensionPinned.extensionUnpinned.removeExtensionItem { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #customizationPanelItemContextMenuUnpin { - --menuitem-image: url("../icons/unpin-tab.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-removeFromPanel { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-addToToolbar { - --menuitem-image: url("chrome://devtools/skin/images/dock-bottom.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .customize-context-addToPanel { - --menuitem-image: url("chrome://browser/skin/menu.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #customizationPanelContextMenu > menuitem[command="cmd_CustomizeToolbars"] { - --menuitem-image: url("chrome://browser/skin/customize.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #downloads-button-autohide-checkbox { - /* checkbox */ - --menuitem-image: url("../icons/eye-tracking-off.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsOpenSelected { - --menuitem-image: url("../icons/link-square.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsOpenSelectedInTab { - --menuitem-image: var(--uc-new-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsOpenSelectedInWindow { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsOpenSelectedInPrivateWindow { - --menuitem-image: url("chrome://browser/skin/privateBrowsing.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsBookmarkSelected { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsCopySelected { - --menuitem-image: url("../icons/link.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsOpenAllInTabs { - --menuitem-image: url("../icons/movetowindow-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsManageDevices { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsRefresh { - --menuitem-image: url("chrome://browser/skin/sync.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #SyncedTabsSidebarTabsFilterContext > menuitem[cmd="cmd_undo"] { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #SyncedTabsSidebarTabsFilterContext > menuitem[cmd="cmd_cut"] { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #SyncedTabsSidebarTabsFilterContext > menuitem[cmd="cmd_copy"] { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #SyncedTabsSidebarTabsFilterContext > menuitem[cmd="cmd_paste"] { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #SyncedTabsSidebarTabsFilterContext > menuitem[cmd="cmd_delete"] { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #SyncedTabsSidebarTabsFilterContext > menuitem[cmd="cmd_selectAll"] { - --menuitem-image: url("../icons/select-all-on.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #syncedTabsRefreshFilter { - --menuitem-image: url("chrome://browser/skin/sync.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_undo"] { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_redo"] { - --menuitem-image: url("../icons/redo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_cut"] { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_copy"] { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #strip-on-share { - --menuitem-image: url("../icons/link-no-tracking.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_paste"] { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #paste-and-go { - --menuitem-image: url("../icons/edit-paste-go.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_delete"] { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_selectAll"] { - --menuitem-image: url("../icons/select-all-on.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-undo"] { - --menuitem-image: url("../icons/undo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-redo"] { - --menuitem-image: url("../icons/redo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-cut"] { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-copy"] { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-paste"] { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-delete"] { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .textbox-contextmenu > menuitem[data-l10n-id="text-action-select-all"] { - --menuitem-image: url("../icons/select-all-on.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - menuitem.searchbar-paste-and-search { - --menuitem-image: url("../icons/edit-paste-search.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - menuitem.searchbar-clear-history { - --menuitem-image: url("../icons/forget.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .sync-menuitem.sendtab-target[clientType="phone"] { - --menuitem-image: url("../icons/device-phone.svg"); - } - .sync-menuitem.sendtab-target[clientType="tablet"] { - --menuitem-image: url("../icons/device-tablet.svg"); - } - .sync-menuitem.sendtab-target[clientType="desktop"] { - --menuitem-image: url("../icons/device-desktop.svg"); - } - .sync-menuitem.sendtab-target[clientType="tv"] { - --menuitem-image: url("../icons/device-tv.svg"); - } - .sync-menuitem.sendtab-target[clientType="vr"] { - --menuitem-image: url("../icons/device-vr.svg"); - } - .sync-menuitem.sendtab-target[clientType=""] { - --menuitem-image: url("../icons/send-to-device.svg"); - } - .sync-menuitem.sendtab-target:not([clientType]) { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - #treestyletab_piro_sakura_ne_jp-menuitem-_context_sendTabsToDevice\:manage { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .unified-extensions-context-menu-pin-to-toolbar { - --menuitem-image: url("../icons/pin-tab.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .unified-extensions-context-menu-manage-extension { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .unified-extensions-context-menu-remove-extension { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .unified-extensions-context-menu-report-extension { - --menuitem-image: url("../icons/send.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") { - .urlbarView-result-menuitem[data-command="dismiss"] { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } - .urlbarView-result-menuitem[data-command="help"] { - --menuitem-image: url("chrome://global/skin/icons/info.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menubar") { - /*= main-menubar =============================================================*/ - #file-menu { - --menuitem-image: url("../icons/mail-inbox-all.svg"); - } - #edit-menu { - --menuitem-image: url("chrome://global/skin/icons/edit.svg"); - } - #view-menu { - --menuitem-image: url("../icons/content-view.svg"); - } - #history-menu { - --menuitem-image: url("chrome://browser/skin/history.svg"); - } - #bookmarksMenu { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } - #tools-menu { - --menuitem-image: url("../icons/toolbox.svg"); - } - #helpMenu { - --menuitem-image: url("chrome://global/skin/icons/help.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - /** Global Menu ***************************************************************/ - /*= menu_FilePopup ===========================================================*/ - #menu_newNavigatorTab { - --menuitem-image: var(--uc-new-tab-icon); - } - #menu_newUserContext { - --menuitem-image: url("../icons/container-openin-16.svg"); - } - #menu_newNavigator { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } - #menu_newPrivateWindow { - --menuitem-image: url("chrome://browser/skin/privateBrowsing.svg"); - } - #menu_openFile { - --menuitem-image: url("../icons/toolbarButton-upload.svg"); - } - #menu_savePage { - --menuitem-image: url("../icons/toolbarButton-download.svg"); - } - #menu_sendLink { - --menuitem-image: url("../icons/mail.svg"); - } - menu.share-tab-url-item { - --menuitem-image: url("chrome://browser/skin/share.svg"); - } - #menu_print { - --menuitem-image: url("chrome://global/skin/icons/print.svg"); - } - #menu_importFromAnotherBrowser { - --menuitem-image: url("chrome://browser/skin/import.svg"); - } - #goOfflineMenuitem { - /* checkbox */ - --menuitem-image: url("../icons/plug-disconnected.svg"); - } - #menu_FileQuitItem { - --menuitem-image: url("../icons/quit.svg"); - } - /* Mange Containers */ - #menu_newUserContext menupopup menuitem:last-child { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } - /*= menu_EditPopup ===========================================================*/ - #menu_undo { - --menuitem-image: url("../icons/undo.svg"); - } - /*= menu_viewPopup ===========================================================*/ - /* view-menu-popup sub menu */ - /* viewSidebarMenu sub menu */ - /* viewFullZoomMenu sub menu */ - /*= goPopup ==================================================================*/ - /* sub menu */ - /*= bookmarksMenuPopup =======================================================*/ - /*= menu_ToolsPopup ==========================================================*/ - /* menuWebDeveloperPopup sub menu */ - /*= windowPopup ==============================================================*/ - /*= menu_HelpPopup ===========================================================*/ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #menu_redo { - --menuitem-image: url("../icons/redo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_cut { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_copy { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_paste { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_delete { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_selectAll { - --menuitem-image: url("../icons/select-all-on.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_find { - --menuitem-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_preferences { - --menuitem-image: url("chrome://global/skin/icons/settings.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #viewToolbarsMenu { - --menuitem-image: url("../icons/toolbar.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #viewSidebarMenuMenu { - --menuitem-image: var(--uc-sidebar-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #viewFullZoomMenu { - --menuitem-image: url("../icons/screenshot.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #pageStyleMenu { - --menuitem-image: url("../icons/document-css.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #repair-text-encoding { - --menuitem-image: url("../icons/characterEncoding.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #enterFullScreenItem { - --menuitem-image: url("chrome://browser/skin/fullscreen.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #exitFullScreenItem { - --menuitem-image: url("chrome://browser/skin/fullscreen-exit.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #fullScreenItem { - /* checkbox */ - --menuitem-image: url("chrome://browser/skin/fullscreen.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_readerModeItem { - --menuitem-image: url("chrome://browser/skin/reader-mode.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_showAllTabs { - --menuitem-image: var(--uc-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #documentDirection-swap { - --menuitem-image: url("../icons/text-direction-horizontal-ltr.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_customizeToolbars { - --menuitem-image: url("chrome://browser/skin/customize.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_bookmarksSidebar { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_historySidebar { - --menuitem-image: url("chrome://browser/skin/history.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_tabsSidebar { - --menuitem-image: url("../icons/synced-tabs.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_zoomEnlarge { - --menuitem-image: url("chrome://browser/skin/add-circle-fill.svg"); - stroke: transparent !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_zoomReduce { - --menuitem-image: url("chrome://browser/skin/subtract-circle-fill.svg"); - stroke: transparent !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_zoomReset { - --menuitem-image: url("../icons/resize.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #toggle_zoom { - --menuitem-image: url("../icons/screenshot.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_showAllHistory { - --menuitem-image: url("chrome://browser/skin/history.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #sanitizeItem { - --menuitem-image: url("../icons/forget.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #sync-tabs-menuitem { - --menuitem-image: url("chrome://browser/skin/sync.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #historyRestoreLastSession { - --menuitem-image: url("../icons/restore-session.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #hiddenTabsMenu { - --menuitem-image: url("../icons/eye-hide.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_searchHistory { - --menuitem-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #historyUndoMenu { - --menuitem-image: var(--uc-tab-icon); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #historyUndoWindowMenu { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #historyUndoPopup .restoreallitem { - --menuitem-image: url("../icons/movetowindow-16.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #historyUndoWindowPopup .restoreallitem { - --menuitem-image: url("../icons/restore-session.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #bookmarksShowAll { - --menuitem-image: url("chrome://browser/skin/bookmark-star-on-tray.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_bookmarkThisPage, - #menu_bookmarkAllTabs { - --menuitem-image: url("chrome://browser/skin/bookmark-hollow.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_bookmarkThisPage[data-l10n-id="menu-bookmark-edit"] { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_searchBookmarks { - --menuitem-image: url("chrome://global/skin/icons/search-glass.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_openDownloads { - --menuitem-image: url("chrome://browser/skin/downloads/downloads.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_openAddons { - --menuitem-image: url("chrome://mozapps/skin/extensions/extension.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #sync-setup { - --menuitem-image: url("chrome://browser/skin/fxa/avatar-empty.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #sync-syncnowitem { - --menuitem-image: url("chrome://browser/skin/sync.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_openFirefoxView { - --menuitem-image: url("chrome://branding/content/icon32.png"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #webDeveloperMenu, - #browserToolsMenu { - --menuitem-image: url("../icons/developer.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_pageInfo { - --menuitem-image: url("../icons/document-endnote.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_devToolbox { - /* checkbox */ - --menuitem-image: url("../icons/developer.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_taskManager { - --menuitem-image: url("../icons/performance.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_devtools_remotedebugging { - --menuitem-image: url("../icons/bug.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_browserToolbox { - --menuitem-image: url("../icons/window-dev-tools.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_browserContentToolbox { - --menuitem-image: url("../icons/command-frames.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_browserConsole { - --menuitem-image: url("../icons/command-console.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_responsiveUI { - /* checkbox */ - --menuitem-image: url("../icons/command-responsivemode.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_eyedropper { - /* checkbox */ - --menuitem-image: url("../icons/command-eyedropper.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_pageSource { - --menuitem-image: url("../icons/document-search.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #extensionsForDevelopers { - --menuitem-image: url("chrome://mozapps/skin/extensions/extension.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #windowPopup > menuitem[command="minimizeWindow"] { - --menuitem-image: url("../icons/arrow-between-down.svg"); - } - #windowPopup > menuitem[command="zoomWindow"] { - --menuitem-image: url("../icons/auto-fit-width.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_openHelp { - --menuitem-image: url("chrome://global/skin/icons/help.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #help_reportBrokenSite { - --menuitem-image: url("chrome://global/skin/icons/lightbulb.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #feedbackPage { - --menuitem-image: url("../icons/send.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #helpSafeMode { - --menuitem-image: url("chrome://devtools/skin/images/debugging-workers.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #troubleShooting { - --menuitem-image: url("chrome://global/skin/icons/more.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #help_reportSiteIssue { - --menuitem-image: url("chrome://global/skin/icons/lightbulb.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_HelpPopup_reportPhishingtoolmenu { - --menuitem-image: url("chrome://global/skin/icons/warning.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #menu_HelpPopup_reportPhishingErrortoolmenu { - --menuitem-image: url("../icons/checkmark-circle.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #helpSwitchDevice { - --menuitem-image: url("../icons/add-device.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") { - #aboutName { - --menuitem-image: url("chrome://global/skin/icons/info.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - /*= organizeButtonPopup ======================================================*/ - #newbookmark { - --menuitem-image: url("chrome://browser/skin/bookmark.svg"); - } - #newfolder { - --menuitem-image: var(--uc-folder-icon); - } - #newseparator { - --menuitem-image: url("../icons/vertical-line.svg"); - } - #orgUndo { - --menuitem-image: url("../icons/undo.svg"); - } - /*= viewMenuPopup ============================================================*/ - /*= maintenanceButtonPopup ===================================================*/ -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #orgRedo { - --menuitem-image: url("../icons/redo.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #orgCut { - --menuitem-image: url("../icons/edit-cut.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #orgCopy { - --menuitem-image: url("../icons/edit-copy.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #orgPaste { - --menuitem-image: url("../icons/edit-paste.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #orgDelete { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #orgSelectAll { - --menuitem-image: url("../icons/select-all-on.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #orgClose { - --menuitem-image: url("chrome://global/skin/icons/close.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #viewColumns { - --menuitem-image: url("chrome://global/skin/icons/columnpicker.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #viewSort { - --menuitem-image: url("../icons/text-sort-ascending.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #backupBookmarks { - --menuitem-image: url("../icons/datastore.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") and (-moz-bool-pref: "userChrome.icon.menu.full") { - #fileRestoreMenu { - --menuitem-image: url("../icons/datarestore.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #fileImport { - --menuitem-image: url("../icons/toolbarButton-download.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #fileExport { - --menuitem-image: url("../icons/toolbarButton-upload.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") { - #browserImport { - --menuitem-image: url("chrome://browser/skin/import.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.1-25px_stroke") { - #firefox-view-button { - list-style-image: url("../icons/firefox-view.svg") !important; - } - #reset-pbm-toolbar-button { - list-style-image: url("../icons/flame.svg") !important; - } - #translations-button-icon { - list-style-image: url("../icons/translations.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenu-restart-button { - list-style-image: url("../icons/refresh-cw.svg") !important; - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - #menu_FileRestartItem { - --menuitem-image: url("../icons/refresh-cw.svg"); - } - #toggle_status-dummybar { - --menuitem-image: url("../icons/pulse-square.svg"); - } - menuitem.privatetab-icon { - --menuitem-image: url("../icons/private-favicon.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #appMenuNewIdentity { - list-style-image: url("chrome://browser/skin/new_identity.svg"); - } - #appMenuNewCircuit { - list-style-image: url("chrome://browser/skin/new_circuit.svg"); - } - #appMenu_torBrowserUserManual { - list-style-image: url("chrome://browser/skin/onion.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - #menu_newIdentity { - --menuitem-image: url("chrome://browser/skin/new_identity.svg"); - } - #menu_newCircuit { - --menuitem-image: url("chrome://browser/skin/new_circuit.svg"); - } - #torBrowserUserManual { - --menuitem-image: url("chrome://browser/skin/onion.svg"); - } -} -@media not (-moz-bool-pref: "userChrome.icon.disabled") { - #ssbPageAction-image { - list-style-image: url("../icons/pwa-install.svg"); - } - #ssbPageAction-image[open-ssb="true"] { - list-style-image: url("../icons/pwa-launch.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #rebootappmenu { - list-style-image: url("../icons/refresh-cw.svg"); - } - #openprofiledir { - list-style-image: var(--uc-folder-icon); - } - #appMenu-ssb-button { - list-style-image: url("../icons/pwa-manage.svg"); - } - #appMenu-install-or-open-ssb-current-page-button { - list-style-image: url("../icons/pwa-install.svg"); - } - #appMenu-install-or-open-ssb-current-page-button[open-ssb="true"] { - list-style-image: url("../icons/pwa-launch.svg"); - } -} -@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") { - #toggle_sharemode { - --menuitem-image: url("chrome://branding/content/about-logo-private.png"); - } - #usercssloader-menu { - --menuitem-image: url("../icons/developer.svg"); - } - #usercssloader-menupopup > menu[data-l10n-id="css-menu"] { - --menuitem-image: url("../icons/document-css.svg"); - } - #usercssloader-submenupopup > menuitem[data-l10n-id="rebuild-css"] { - --menuitem-image: url("chrome://global/skin/icons/reload.svg"); - } - #usercssloader-submenupopup > menuitem[data-l10n-id="make-browsercss-file"] { - --menuitem-image: url("chrome://global/skin/icons/edit.svg"); - } - #usercssloader-submenupopup > menuitem[data-l10n-id="open-css-folder"] { - --menuitem-image: var(--uc-folder-icon); - } - #usercssloader-submenupopup > menuitem[data-l10n-id="edit-userChromeCss-editor"] { - --menuitem-image: url("chrome://browser/skin/window.svg"); - } - #usercssloader-submenupopup > menuitem[data-l10n-id="edit-userContentCss-editor"] { - --menuitem-image: url("chrome://global/skin/icons/page-portrait.svg"); - } - #context_toggleToPrivateContainer, - #open_in_private_container { - --menuitem-image: url("../icons/private-favicon.svg"); - } - #toggle_statusBar { - --menuitem-image: url("../icons/pulse-square.svg"); - } - #muteMenu { - --menuitem-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg"); - stroke: transparent !important; - } - #unloadWebpanelMenu { - --menuitem-image: var(--uc-tab-unload-icon); - } - #changeUAWebpanelMenu { - --menuitem-image: url("../icons/command-responsivemode.svg"); - fill-opacity: 0; - } - #deleteWebpanelMenu { - --menuitem-image: url("chrome://global/skin/icons/delete.svg"); - } - #run-ssb-contextmenu { - --menuitem-image: url("../icons/pwa-launch.svg"); - } - #uninstall-ssb-contextmenu { - --menuitem-image: url("../icons/pwa-remove.svg"); - } -} \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/add-device.svg b/firefox/chrome/Lepton_Icons/icons/add-device.svg deleted file mode 100644 index aea41fc..0000000 --- a/firefox/chrome/Lepton_Icons/icons/add-device.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/addons-logo.svg b/firefox/chrome/Lepton_Icons/icons/addons-logo.svg deleted file mode 100644 index 4c643af..0000000 --- a/firefox/chrome/Lepton_Icons/icons/addons-logo.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/arrow-between-down.svg b/firefox/chrome/Lepton_Icons/icons/arrow-between-down.svg deleted file mode 100644 index e004485..0000000 --- a/firefox/chrome/Lepton_Icons/icons/arrow-between-down.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/arrow-repeat-all.svg b/firefox/chrome/Lepton_Icons/icons/arrow-repeat-all.svg deleted file mode 100644 index ce59a89..0000000 --- a/firefox/chrome/Lepton_Icons/icons/arrow-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/arrow-sort-down-lines.svg b/firefox/chrome/Lepton_Icons/icons/arrow-sort-down-lines.svg deleted file mode 100644 index 352b448..0000000 --- a/firefox/chrome/Lepton_Icons/icons/arrow-sort-down-lines.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/arrow-swap.svg b/firefox/chrome/Lepton_Icons/icons/arrow-swap.svg deleted file mode 100644 index 14e5667..0000000 --- a/firefox/chrome/Lepton_Icons/icons/arrow-swap.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/auto-fit-width.svg b/firefox/chrome/Lepton_Icons/icons/auto-fit-width.svg deleted file mode 100644 index 5805d5f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/auto-fit-width.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/blank.svg b/firefox/chrome/Lepton_Icons/icons/blank.svg deleted file mode 100644 index 51f9a4c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/blank.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/firefox/chrome/Lepton_Icons/icons/blue-berror.svg b/firefox/chrome/Lepton_Icons/icons/blue-berror.svg deleted file mode 100644 index 8c3c8b4..0000000 --- a/firefox/chrome/Lepton_Icons/icons/blue-berror.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/book-add.svg b/firefox/chrome/Lepton_Icons/icons/book-add.svg deleted file mode 100644 index 3121f76..0000000 --- a/firefox/chrome/Lepton_Icons/icons/book-add.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/book.svg b/firefox/chrome/Lepton_Icons/icons/book.svg deleted file mode 100644 index 66f726a..0000000 --- a/firefox/chrome/Lepton_Icons/icons/book.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/bookmark-multiple.svg b/firefox/chrome/Lepton_Icons/icons/bookmark-multiple.svg deleted file mode 100644 index bf4be95..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmark-multiple.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/bookmarks-toolbar-alt.svg b/firefox/chrome/Lepton_Icons/icons/bookmarks-toolbar-alt.svg deleted file mode 100644 index cd58f93..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmarks-toolbar-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/bookmarks-toolbar.svg b/firefox/chrome/Lepton_Icons/icons/bookmarks-toolbar.svg deleted file mode 100644 index 2f20119..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmarks-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/bookmarksMenu-open.svg b/firefox/chrome/Lepton_Icons/icons/bookmarksMenu-open.svg deleted file mode 100644 index 83be211..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmarksMenu-open.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/bookmarksMenu-open2.svg b/firefox/chrome/Lepton_Icons/icons/bookmarksMenu-open2.svg deleted file mode 100644 index cba1fdf..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmarksMenu-open2.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/bookmarksToolbar-open-alt.svg b/firefox/chrome/Lepton_Icons/icons/bookmarksToolbar-open-alt.svg deleted file mode 100644 index 7e794b2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmarksToolbar-open-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/bookmarksToolbar-open.svg b/firefox/chrome/Lepton_Icons/icons/bookmarksToolbar-open.svg deleted file mode 100644 index ad37fa6..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bookmarksToolbar-open.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/broom.svg b/firefox/chrome/Lepton_Icons/icons/broom.svg deleted file mode 100644 index 7623bf2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/broom.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/bug.svg b/firefox/chrome/Lepton_Icons/icons/bug.svg deleted file mode 100644 index 9ebc798..0000000 --- a/firefox/chrome/Lepton_Icons/icons/bug.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/calendar-agenda.svg b/firefox/chrome/Lepton_Icons/icons/calendar-agenda.svg deleted file mode 100644 index 030e265..0000000 --- a/firefox/chrome/Lepton_Icons/icons/calendar-agenda.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/characterEncoding.svg b/firefox/chrome/Lepton_Icons/icons/characterEncoding.svg deleted file mode 100644 index f730cbc..0000000 --- a/firefox/chrome/Lepton_Icons/icons/characterEncoding.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/checkmark-circle.svg b/firefox/chrome/Lepton_Icons/icons/checkmark-circle.svg deleted file mode 100644 index 9d498da..0000000 --- a/firefox/chrome/Lepton_Icons/icons/checkmark-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/code.svg b/firefox/chrome/Lepton_Icons/icons/code.svg deleted file mode 100644 index 3462da7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/code.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/command-console.svg b/firefox/chrome/Lepton_Icons/icons/command-console.svg deleted file mode 100644 index 6e8a445..0000000 --- a/firefox/chrome/Lepton_Icons/icons/command-console.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/command-eyedropper.svg b/firefox/chrome/Lepton_Icons/icons/command-eyedropper.svg deleted file mode 100644 index 708e127..0000000 --- a/firefox/chrome/Lepton_Icons/icons/command-eyedropper.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/command-frames.svg b/firefox/chrome/Lepton_Icons/icons/command-frames.svg deleted file mode 100644 index 3dcb778..0000000 --- a/firefox/chrome/Lepton_Icons/icons/command-frames.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/command-pick.svg b/firefox/chrome/Lepton_Icons/icons/command-pick.svg deleted file mode 100644 index e2855a6..0000000 --- a/firefox/chrome/Lepton_Icons/icons/command-pick.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/command-responsivemode.svg b/firefox/chrome/Lepton_Icons/icons/command-responsivemode.svg deleted file mode 100644 index 74f72d3..0000000 --- a/firefox/chrome/Lepton_Icons/icons/command-responsivemode.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/container-openin-16.svg b/firefox/chrome/Lepton_Icons/icons/container-openin-16.svg deleted file mode 100644 index 82ce1d8..0000000 --- a/firefox/chrome/Lepton_Icons/icons/container-openin-16.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/content-view.svg b/firefox/chrome/Lepton_Icons/icons/content-view.svg deleted file mode 100644 index dcbafe1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/content-view.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/copy-select.svg b/firefox/chrome/Lepton_Icons/icons/copy-select.svg deleted file mode 100644 index 94aab6b..0000000 --- a/firefox/chrome/Lepton_Icons/icons/copy-select.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/dashboard.svg b/firefox/chrome/Lepton_Icons/icons/dashboard.svg deleted file mode 100644 index 95edcb1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/dashboard.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/datarestore.svg b/firefox/chrome/Lepton_Icons/icons/datarestore.svg deleted file mode 100644 index fe8d324..0000000 --- a/firefox/chrome/Lepton_Icons/icons/datarestore.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/datastore.svg b/firefox/chrome/Lepton_Icons/icons/datastore.svg deleted file mode 100644 index 2e384ef..0000000 --- a/firefox/chrome/Lepton_Icons/icons/datastore.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/developer.svg b/firefox/chrome/Lepton_Icons/icons/developer.svg deleted file mode 100644 index 4a393e9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/developer.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/device-desktop.svg b/firefox/chrome/Lepton_Icons/icons/device-desktop.svg deleted file mode 100644 index ce31984..0000000 --- a/firefox/chrome/Lepton_Icons/icons/device-desktop.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/device-phone.svg b/firefox/chrome/Lepton_Icons/icons/device-phone.svg deleted file mode 100644 index dcc978f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/device-phone.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/device-tablet.svg b/firefox/chrome/Lepton_Icons/icons/device-tablet.svg deleted file mode 100644 index e73ccf0..0000000 --- a/firefox/chrome/Lepton_Icons/icons/device-tablet.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/device-tv.svg b/firefox/chrome/Lepton_Icons/icons/device-tv.svg deleted file mode 100644 index 77ac9ce..0000000 --- a/firefox/chrome/Lepton_Icons/icons/device-tv.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/device-vr.svg b/firefox/chrome/Lepton_Icons/icons/device-vr.svg deleted file mode 100644 index 2d2fd97..0000000 --- a/firefox/chrome/Lepton_Icons/icons/device-vr.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/dismiss-filled.svg b/firefox/chrome/Lepton_Icons/icons/dismiss-filled.svg deleted file mode 100644 index 61693c4..0000000 --- a/firefox/chrome/Lepton_Icons/icons/dismiss-filled.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/document-css.svg b/firefox/chrome/Lepton_Icons/icons/document-css.svg deleted file mode 100644 index 68042b8..0000000 --- a/firefox/chrome/Lepton_Icons/icons/document-css.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/document-endnote.svg b/firefox/chrome/Lepton_Icons/icons/document-endnote.svg deleted file mode 100644 index 7623de2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/document-endnote.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/document-landscape-split-hint.svg b/firefox/chrome/Lepton_Icons/icons/document-landscape-split-hint.svg deleted file mode 100644 index c2e09fa..0000000 --- a/firefox/chrome/Lepton_Icons/icons/document-landscape-split-hint.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/document-search.svg b/firefox/chrome/Lepton_Icons/icons/document-search.svg deleted file mode 100644 index 444d267..0000000 --- a/firefox/chrome/Lepton_Icons/icons/document-search.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/drawer-arrow-download.svg b/firefox/chrome/Lepton_Icons/icons/drawer-arrow-download.svg deleted file mode 100644 index d328fdb..0000000 --- a/firefox/chrome/Lepton_Icons/icons/drawer-arrow-download.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/edit-copy.svg b/firefox/chrome/Lepton_Icons/icons/edit-copy.svg deleted file mode 100644 index e2f16cc..0000000 --- a/firefox/chrome/Lepton_Icons/icons/edit-copy.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/edit-cut.svg b/firefox/chrome/Lepton_Icons/icons/edit-cut.svg deleted file mode 100644 index 0d80d08..0000000 --- a/firefox/chrome/Lepton_Icons/icons/edit-cut.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/edit-paste-go.svg b/firefox/chrome/Lepton_Icons/icons/edit-paste-go.svg deleted file mode 100644 index 5cac56a..0000000 --- a/firefox/chrome/Lepton_Icons/icons/edit-paste-go.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/edit-paste-search.svg b/firefox/chrome/Lepton_Icons/icons/edit-paste-search.svg deleted file mode 100644 index cd82017..0000000 --- a/firefox/chrome/Lepton_Icons/icons/edit-paste-search.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/edit-paste.svg b/firefox/chrome/Lepton_Icons/icons/edit-paste.svg deleted file mode 100644 index d3eb2e7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/edit-paste.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/enter-fullscreen.svg b/firefox/chrome/Lepton_Icons/icons/enter-fullscreen.svg deleted file mode 100644 index 48bf632..0000000 --- a/firefox/chrome/Lepton_Icons/icons/enter-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/eraser.svg b/firefox/chrome/Lepton_Icons/icons/eraser.svg deleted file mode 100644 index 3038583..0000000 --- a/firefox/chrome/Lepton_Icons/icons/eraser.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/error-connection-failure.svg b/firefox/chrome/Lepton_Icons/icons/error-connection-failure.svg deleted file mode 100644 index f4725c6..0000000 --- a/firefox/chrome/Lepton_Icons/icons/error-connection-failure.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/error-malformed-url.svg b/firefox/chrome/Lepton_Icons/icons/error-malformed-url.svg deleted file mode 100644 index 831328d..0000000 --- a/firefox/chrome/Lepton_Icons/icons/error-malformed-url.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/error-server-not-found.svg b/firefox/chrome/Lepton_Icons/icons/error-server-not-found.svg deleted file mode 100644 index 0f13286..0000000 --- a/firefox/chrome/Lepton_Icons/icons/error-server-not-found.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/error-session-restore.svg b/firefox/chrome/Lepton_Icons/icons/error-session-restore.svg deleted file mode 100644 index 2cbe12f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/error-session-restore.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/error-tab-crashed.svg b/firefox/chrome/Lepton_Icons/icons/error-tab-crashed.svg deleted file mode 100644 index 9c7ac2d..0000000 --- a/firefox/chrome/Lepton_Icons/icons/error-tab-crashed.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/exit-fullscreen.svg b/firefox/chrome/Lepton_Icons/icons/exit-fullscreen.svg deleted file mode 100644 index 5a26852..0000000 --- a/firefox/chrome/Lepton_Icons/icons/exit-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/eye-hide.svg b/firefox/chrome/Lepton_Icons/icons/eye-hide.svg deleted file mode 100644 index 767a43e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/eye-hide.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/eye-show.svg b/firefox/chrome/Lepton_Icons/icons/eye-show.svg deleted file mode 100644 index 82e364f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/eye-show.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/eye-tracking-off.svg b/firefox/chrome/Lepton_Icons/icons/eye-tracking-off.svg deleted file mode 100644 index 86089dd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/eye-tracking-off.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/filter-dismiss.svg b/firefox/chrome/Lepton_Icons/icons/filter-dismiss.svg deleted file mode 100644 index bb9ce9b..0000000 --- a/firefox/chrome/Lepton_Icons/icons/filter-dismiss.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/filter-reload.svg b/firefox/chrome/Lepton_Icons/icons/filter-reload.svg deleted file mode 100644 index 71b4c68..0000000 --- a/firefox/chrome/Lepton_Icons/icons/filter-reload.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/firefox-view.svg b/firefox/chrome/Lepton_Icons/icons/firefox-view.svg deleted file mode 100644 index a3da0d0..0000000 --- a/firefox/chrome/Lepton_Icons/icons/firefox-view.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/flame.svg b/firefox/chrome/Lepton_Icons/icons/flame.svg deleted file mode 100644 index dd1062c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/flame.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/fluid.svg b/firefox/chrome/Lepton_Icons/icons/fluid.svg deleted file mode 100644 index 6686e4f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/fluid.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/folder-globe.svg b/firefox/chrome/Lepton_Icons/icons/folder-globe.svg deleted file mode 100644 index 5325f8a..0000000 --- a/firefox/chrome/Lepton_Icons/icons/folder-globe.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/folder-open.svg b/firefox/chrome/Lepton_Icons/icons/folder-open.svg deleted file mode 100644 index 177409b..0000000 --- a/firefox/chrome/Lepton_Icons/icons/folder-open.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/folder.svg b/firefox/chrome/Lepton_Icons/icons/folder.svg deleted file mode 100644 index 8b82f62..0000000 --- a/firefox/chrome/Lepton_Icons/icons/folder.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/forget.svg b/firefox/chrome/Lepton_Icons/icons/forget.svg deleted file mode 100644 index a18d6d4..0000000 --- a/firefox/chrome/Lepton_Icons/icons/forget.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/highlight.svg b/firefox/chrome/Lepton_Icons/icons/highlight.svg deleted file mode 100644 index 63628f4..0000000 --- a/firefox/chrome/Lepton_Icons/icons/highlight.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/history-reverse.svg b/firefox/chrome/Lepton_Icons/icons/history-reverse.svg deleted file mode 100644 index 7c0bf96..0000000 --- a/firefox/chrome/Lepton_Icons/icons/history-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/horizon-night.svg b/firefox/chrome/Lepton_Icons/icons/horizon-night.svg deleted file mode 100644 index 6459344..0000000 --- a/firefox/chrome/Lepton_Icons/icons/horizon-night.svg +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/horizon-sunrise.svg b/firefox/chrome/Lepton_Icons/icons/horizon-sunrise.svg deleted file mode 100644 index ee37718..0000000 --- a/firefox/chrome/Lepton_Icons/icons/horizon-sunrise.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/identity-icons-brand.svg b/firefox/chrome/Lepton_Icons/icons/identity-icons-brand.svg deleted file mode 100644 index c1801e0..0000000 --- a/firefox/chrome/Lepton_Icons/icons/identity-icons-brand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/image-add.svg b/firefox/chrome/Lepton_Icons/icons/image-add.svg deleted file mode 100644 index 05d06ed..0000000 --- a/firefox/chrome/Lepton_Icons/icons/image-add.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/image-alt-text.svg b/firefox/chrome/Lepton_Icons/icons/image-alt-text.svg deleted file mode 100644 index ffca1ff..0000000 --- a/firefox/chrome/Lepton_Icons/icons/image-alt-text.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/image-arrow-counterclockwise.svg b/firefox/chrome/Lepton_Icons/icons/image-arrow-counterclockwise.svg deleted file mode 100644 index 52c5e74..0000000 --- a/firefox/chrome/Lepton_Icons/icons/image-arrow-counterclockwise.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/image-copy.svg b/firefox/chrome/Lepton_Icons/icons/image-copy.svg deleted file mode 100644 index 5bfcbd7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/image-copy.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/image.svg b/firefox/chrome/Lepton_Icons/icons/image.svg deleted file mode 100644 index 91f1190..0000000 --- a/firefox/chrome/Lepton_Icons/icons/image.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/import-export.svg b/firefox/chrome/Lepton_Icons/icons/import-export.svg deleted file mode 100644 index 4decdd2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/import-export.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/ion.svg b/firefox/chrome/Lepton_Icons/icons/ion.svg deleted file mode 100644 index bc819d2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/ion.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/key-multiple.svg b/firefox/chrome/Lepton_Icons/icons/key-multiple.svg deleted file mode 100644 index 358ff1e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/key-multiple.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/link-no-tracking.svg b/firefox/chrome/Lepton_Icons/icons/link-no-tracking.svg deleted file mode 100644 index ae243ff..0000000 --- a/firefox/chrome/Lepton_Icons/icons/link-no-tracking.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/link-square.svg b/firefox/chrome/Lepton_Icons/icons/link-square.svg deleted file mode 100644 index 7c04e11..0000000 --- a/firefox/chrome/Lepton_Icons/icons/link-square.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/link.svg b/firefox/chrome/Lepton_Icons/icons/link.svg deleted file mode 100644 index 00be227..0000000 --- a/firefox/chrome/Lepton_Icons/icons/link.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/lock-closed.svg b/firefox/chrome/Lepton_Icons/icons/lock-closed.svg deleted file mode 100644 index 3a9bcf1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/lock-closed.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/mail-inbox-all.svg b/firefox/chrome/Lepton_Icons/icons/mail-inbox-all.svg deleted file mode 100644 index 6d88c4e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/mail-inbox-all.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/mail-inbox.svg b/firefox/chrome/Lepton_Icons/icons/mail-inbox.svg deleted file mode 100644 index afa3be5..0000000 --- a/firefox/chrome/Lepton_Icons/icons/mail-inbox.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/mail.svg b/firefox/chrome/Lepton_Icons/icons/mail.svg deleted file mode 100644 index afb55cd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/mail.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/menu-check.svg b/firefox/chrome/Lepton_Icons/icons/menu-check.svg deleted file mode 100644 index 3b34bd9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/menu-check.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/merge.svg b/firefox/chrome/Lepton_Icons/icons/merge.svg deleted file mode 100644 index e6060cd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/merge.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/movetowindow-16.svg b/firefox/chrome/Lepton_Icons/icons/movetowindow-16.svg deleted file mode 100644 index c2fe2f8..0000000 --- a/firefox/chrome/Lepton_Icons/icons/movetowindow-16.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-forward-photon.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-forward-photon.svg deleted file mode 100644 index 7398fc9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-forward-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-forward.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-forward.svg deleted file mode 100644 index 492f2d7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-forward.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-multiple-photon.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-multiple-photon.svg deleted file mode 100644 index 1830e7e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-multiple-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-multiple.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-multiple.svg deleted file mode 100644 index 0a23699..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-multiple.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-photon.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-photon.svg deleted file mode 100644 index ecf7398..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-skip-forward-photon.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-skip-forward-photon.svg deleted file mode 100644 index a2383b1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-skip-forward-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab-skip-forward.svg b/firefox/chrome/Lepton_Icons/icons/new-tab-skip-forward.svg deleted file mode 100644 index 1419c75..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab-skip-forward.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/new-tab.svg b/firefox/chrome/Lepton_Icons/icons/new-tab.svg deleted file mode 100644 index 04d67a1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/new-tab.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/no-search-results.svg b/firefox/chrome/Lepton_Icons/icons/no-search-results.svg deleted file mode 100644 index fcb214e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/no-search-results.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/panelarrow-vertical-reverse.svg b/firefox/chrome/Lepton_Icons/icons/panelarrow-vertical-reverse.svg deleted file mode 100644 index d274759..0000000 --- a/firefox/chrome/Lepton_Icons/icons/panelarrow-vertical-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/panelarrow-vertical.svg b/firefox/chrome/Lepton_Icons/icons/panelarrow-vertical.svg deleted file mode 100644 index 55d016c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/panelarrow-vertical.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/password-hide.svg b/firefox/chrome/Lepton_Icons/icons/password-hide.svg deleted file mode 100644 index 767a43e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/password-hide.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/password.svg b/firefox/chrome/Lepton_Icons/icons/password.svg deleted file mode 100644 index 91f2b6f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/password.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/paste-text.svg b/firefox/chrome/Lepton_Icons/icons/paste-text.svg deleted file mode 100644 index eee7242..0000000 --- a/firefox/chrome/Lepton_Icons/icons/paste-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/paste-url.svg b/firefox/chrome/Lepton_Icons/icons/paste-url.svg deleted file mode 100644 index 17f7232..0000000 --- a/firefox/chrome/Lepton_Icons/icons/paste-url.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/paste.svg b/firefox/chrome/Lepton_Icons/icons/paste.svg deleted file mode 100644 index 8678b77..0000000 --- a/firefox/chrome/Lepton_Icons/icons/paste.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/performance.svg b/firefox/chrome/Lepton_Icons/icons/performance.svg deleted file mode 100644 index 775c078..0000000 --- a/firefox/chrome/Lepton_Icons/icons/performance.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/pin-tab.svg b/firefox/chrome/Lepton_Icons/icons/pin-tab.svg deleted file mode 100644 index 2a30c3f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pin-tab.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/play.svg b/firefox/chrome/Lepton_Icons/icons/play.svg deleted file mode 100644 index d5b6790..0000000 --- a/firefox/chrome/Lepton_Icons/icons/play.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/plug-disconnected.svg b/firefox/chrome/Lepton_Icons/icons/plug-disconnected.svg deleted file mode 100644 index c3ab1f4..0000000 --- a/firefox/chrome/Lepton_Icons/icons/plug-disconnected.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/pocket-outline.svg b/firefox/chrome/Lepton_Icons/icons/pocket-outline.svg deleted file mode 100644 index 80b3b7d..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pocket-outline.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/private-favicon.svg b/firefox/chrome/Lepton_Icons/icons/private-favicon.svg deleted file mode 100644 index 48e4a3b..0000000 --- a/firefox/chrome/Lepton_Icons/icons/private-favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/pulse-square.svg b/firefox/chrome/Lepton_Icons/icons/pulse-square.svg deleted file mode 100644 index 2d65f1c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pulse-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/pwa-install.svg b/firefox/chrome/Lepton_Icons/icons/pwa-install.svg deleted file mode 100644 index 37d05c1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pwa-install.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/pwa-launch.svg b/firefox/chrome/Lepton_Icons/icons/pwa-launch.svg deleted file mode 100644 index e7662e1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pwa-launch.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/pwa-manage.svg b/firefox/chrome/Lepton_Icons/icons/pwa-manage.svg deleted file mode 100644 index 5bed619..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pwa-manage.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/pwa-remove.svg b/firefox/chrome/Lepton_Icons/icons/pwa-remove.svg deleted file mode 100644 index 3362b74..0000000 --- a/firefox/chrome/Lepton_Icons/icons/pwa-remove.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/quit.svg b/firefox/chrome/Lepton_Icons/icons/quit.svg deleted file mode 100644 index fcef680..0000000 --- a/firefox/chrome/Lepton_Icons/icons/quit.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/redo.svg b/firefox/chrome/Lepton_Icons/icons/redo.svg deleted file mode 100644 index b0d1f36..0000000 --- a/firefox/chrome/Lepton_Icons/icons/redo.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/refresh-cw.svg b/firefox/chrome/Lepton_Icons/icons/refresh-cw.svg deleted file mode 100644 index 8d41f1c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/refresh-cw.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/relay-logo.svg b/firefox/chrome/Lepton_Icons/icons/relay-logo.svg deleted file mode 100644 index b3ee0aa..0000000 --- a/firefox/chrome/Lepton_Icons/icons/relay-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/reload-auto.svg b/firefox/chrome/Lepton_Icons/icons/reload-auto.svg deleted file mode 100644 index c55fc24..0000000 --- a/firefox/chrome/Lepton_Icons/icons/reload-auto.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/reload.svg b/firefox/chrome/Lepton_Icons/icons/reload.svg deleted file mode 100644 index 7e499e6..0000000 --- a/firefox/chrome/Lepton_Icons/icons/reload.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/resize-image.svg b/firefox/chrome/Lepton_Icons/icons/resize-image.svg deleted file mode 100644 index 22fcd4d..0000000 --- a/firefox/chrome/Lepton_Icons/icons/resize-image.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/resize.svg b/firefox/chrome/Lepton_Icons/icons/resize.svg deleted file mode 100644 index 06f61ae..0000000 --- a/firefox/chrome/Lepton_Icons/icons/resize.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/restore-session.svg b/firefox/chrome/Lepton_Icons/icons/restore-session.svg deleted file mode 100644 index 33dd810..0000000 --- a/firefox/chrome/Lepton_Icons/icons/restore-session.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/screenshot-1.svg b/firefox/chrome/Lepton_Icons/icons/screenshot-1.svg deleted file mode 100644 index 5221408..0000000 --- a/firefox/chrome/Lepton_Icons/icons/screenshot-1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/screenshot.svg b/firefox/chrome/Lepton_Icons/icons/screenshot.svg deleted file mode 100644 index bc3b740..0000000 --- a/firefox/chrome/Lepton_Icons/icons/screenshot.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/select-all-on.svg b/firefox/chrome/Lepton_Icons/icons/select-all-on.svg deleted file mode 100644 index 72bd134..0000000 --- a/firefox/chrome/Lepton_Icons/icons/select-all-on.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/send-to-device.svg b/firefox/chrome/Lepton_Icons/icons/send-to-device.svg deleted file mode 100644 index 2adc908..0000000 --- a/firefox/chrome/Lepton_Icons/icons/send-to-device.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/send.svg b/firefox/chrome/Lepton_Icons/icons/send.svg deleted file mode 100644 index 3e2a9e2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/send.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/share.svg b/firefox/chrome/Lepton_Icons/icons/share.svg deleted file mode 100644 index 9793379..0000000 --- a/firefox/chrome/Lepton_Icons/icons/share.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/shield-task.svg b/firefox/chrome/Lepton_Icons/icons/shield-task.svg deleted file mode 100644 index 07119ea..0000000 --- a/firefox/chrome/Lepton_Icons/icons/shield-task.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/sign-out.svg b/firefox/chrome/Lepton_Icons/icons/sign-out.svg deleted file mode 100644 index d810081..0000000 --- a/firefox/chrome/Lepton_Icons/icons/sign-out.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/sort.svg b/firefox/chrome/Lepton_Icons/icons/sort.svg deleted file mode 100644 index e8c10f5..0000000 --- a/firefox/chrome/Lepton_Icons/icons/sort.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/star-line-horizontal.svg b/firefox/chrome/Lepton_Icons/icons/star-line-horizontal.svg deleted file mode 100644 index d41cbd1..0000000 --- a/firefox/chrome/Lepton_Icons/icons/star-line-horizontal.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/synced-tabs.svg b/firefox/chrome/Lepton_Icons/icons/synced-tabs.svg deleted file mode 100644 index af172fd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/synced-tabs.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-australis-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-australis-clipped.svg deleted file mode 100644 index 6467247..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-australis-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-australis.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-australis.svg deleted file mode 100644 index 955e390..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-australis.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome-clipped.svg deleted file mode 100644 index 24ae50b..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg deleted file mode 100644 index fda2f96..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chromeLegacy-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chromeLegacy-clipped.svg deleted file mode 100644 index da5e1b8..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chromeLegacy-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chromeLegacy.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chromeLegacy.svg deleted file mode 100644 index 5b71bd8..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chromeLegacy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-edge-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-edge-clipped.svg deleted file mode 100644 index e92817e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-edge-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-edge.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-edge.svg deleted file mode 100644 index d24d02c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-edge.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave-clipped.svg deleted file mode 100644 index 5d70865..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg deleted file mode 100644 index 32e0c1b..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left.svg deleted file mode 100644 index a502cdb..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-australis-cilpped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-australis-cilpped.svg deleted file mode 100644 index 409e3bd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-australis-cilpped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-australis.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-australis.svg deleted file mode 100644 index aef6e0e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-australis.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chrome-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chrome-clipped.svg deleted file mode 100644 index 96baab9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chrome-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chrome.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chrome.svg deleted file mode 100644 index ace5206..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chrome.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chromeLegacy-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chromeLegacy-clipped.svg deleted file mode 100644 index 1e4b049..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chromeLegacy-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chromeLegacy.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chromeLegacy.svg deleted file mode 100644 index 9749ab7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-chromeLegacy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge-clipped.svg deleted file mode 100644 index 20bde7c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg deleted file mode 100644 index a9de51f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-wave-clipped.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-wave-clipped.svg deleted file mode 100644 index 6bbb9ac..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-wave-clipped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-wave.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-wave.svg deleted file mode 100644 index 343b26d..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-wave.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right.svg deleted file mode 100644 index 72f14fc..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-copy-photon.svg b/firefox/chrome/Lepton_Icons/icons/tab-copy-photon.svg deleted file mode 100644 index dc5ca7d..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-copy-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/tab-copy.svg b/firefox/chrome/Lepton_Icons/icons/tab-copy.svg deleted file mode 100644 index 56f6ca8..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-copy.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-desktop-multiple-bottom.svg b/firefox/chrome/Lepton_Icons/icons/tab-desktop-multiple-bottom.svg deleted file mode 100644 index 3f4dede..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-desktop-multiple-bottom.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/tab-desktop-multiple.svg b/firefox/chrome/Lepton_Icons/icons/tab-desktop-multiple.svg deleted file mode 100644 index 17381f7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-desktop-multiple.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/tab-multiple.svg b/firefox/chrome/Lepton_Icons/icons/tab-multiple.svg deleted file mode 100644 index 17381f7..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-multiple.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/tab-photon.svg b/firefox/chrome/Lepton_Icons/icons/tab-photon.svg deleted file mode 100644 index c919959..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/tab-unload-photon.svg b/firefox/chrome/Lepton_Icons/icons/tab-unload-photon.svg deleted file mode 100644 index cc231b5..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-unload-photon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/tab-unload.svg b/firefox/chrome/Lepton_Icons/icons/tab-unload.svg deleted file mode 100644 index eab65e2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab-unload.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/tab.svg b/firefox/chrome/Lepton_Icons/icons/tab.svg deleted file mode 100644 index 3839ca0..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tab.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/tag-open.svg b/firefox/chrome/Lepton_Icons/icons/tag-open.svg deleted file mode 100644 index 8d22a0c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tag-open.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/tag.svg b/firefox/chrome/Lepton_Icons/icons/tag.svg deleted file mode 100644 index 930cc3a..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/text-direction-horizontal-ltr.svg b/firefox/chrome/Lepton_Icons/icons/text-direction-horizontal-ltr.svg deleted file mode 100644 index de255bb..0000000 --- a/firefox/chrome/Lepton_Icons/icons/text-direction-horizontal-ltr.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/text-number-format.svg b/firefox/chrome/Lepton_Icons/icons/text-number-format.svg deleted file mode 100644 index 74a33b9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/text-number-format.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/text-proofing-tools.svg b/firefox/chrome/Lepton_Icons/icons/text-proofing-tools.svg deleted file mode 100644 index a1a433e..0000000 --- a/firefox/chrome/Lepton_Icons/icons/text-proofing-tools.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/text-sort-ascending.svg b/firefox/chrome/Lepton_Icons/icons/text-sort-ascending.svg deleted file mode 100644 index 013c393..0000000 --- a/firefox/chrome/Lepton_Icons/icons/text-sort-ascending.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/time-picker.svg b/firefox/chrome/Lepton_Icons/icons/time-picker.svg deleted file mode 100644 index 3f9001c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/time-picker.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/timer10.svg b/firefox/chrome/Lepton_Icons/icons/timer10.svg deleted file mode 100644 index b31c0f9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/timer10.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/tool-accessibility.svg b/firefox/chrome/Lepton_Icons/icons/tool-accessibility.svg deleted file mode 100644 index 5cd3ecd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/tool-accessibility.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/toolbar.svg b/firefox/chrome/Lepton_Icons/icons/toolbar.svg deleted file mode 100644 index 0d66c2a..0000000 --- a/firefox/chrome/Lepton_Icons/icons/toolbar.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/toolbarButton-download.svg b/firefox/chrome/Lepton_Icons/icons/toolbarButton-download.svg deleted file mode 100644 index bc63a41..0000000 --- a/firefox/chrome/Lepton_Icons/icons/toolbarButton-download.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/toolbarButton-upload.svg b/firefox/chrome/Lepton_Icons/icons/toolbarButton-upload.svg deleted file mode 100644 index 88d3f78..0000000 --- a/firefox/chrome/Lepton_Icons/icons/toolbarButton-upload.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/toolbox.svg b/firefox/chrome/Lepton_Icons/icons/toolbox.svg deleted file mode 100644 index 5e29c6c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/toolbox.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/translations.svg b/firefox/chrome/Lepton_Icons/icons/translations.svg deleted file mode 100644 index 155c55f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/translations.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/Lepton_Icons/icons/undo.svg b/firefox/chrome/Lepton_Icons/icons/undo.svg deleted file mode 100644 index 31263da..0000000 --- a/firefox/chrome/Lepton_Icons/icons/undo.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/unpin-tab.svg b/firefox/chrome/Lepton_Icons/icons/unpin-tab.svg deleted file mode 100644 index f738efd..0000000 --- a/firefox/chrome/Lepton_Icons/icons/unpin-tab.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/vertical-line.svg b/firefox/chrome/Lepton_Icons/icons/vertical-line.svg deleted file mode 100644 index c8d4ad4..0000000 --- a/firefox/chrome/Lepton_Icons/icons/vertical-line.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/video-clip.svg b/firefox/chrome/Lepton_Icons/icons/video-clip.svg deleted file mode 100644 index 557ca62..0000000 --- a/firefox/chrome/Lepton_Icons/icons/video-clip.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/video-snapshot.svg b/firefox/chrome/Lepton_Icons/icons/video-snapshot.svg deleted file mode 100644 index 51e3d1c..0000000 --- a/firefox/chrome/Lepton_Icons/icons/video-snapshot.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/video.svg b/firefox/chrome/Lepton_Icons/icons/video.svg deleted file mode 100644 index bd13560..0000000 --- a/firefox/chrome/Lepton_Icons/icons/video.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/weather-snowflake.svg b/firefox/chrome/Lepton_Icons/icons/weather-snowflake.svg deleted file mode 100644 index fe7c53f..0000000 --- a/firefox/chrome/Lepton_Icons/icons/weather-snowflake.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/Lepton_Icons/icons/welcome-back.svg b/firefox/chrome/Lepton_Icons/icons/welcome-back.svg deleted file mode 100644 index 70f9731..0000000 --- a/firefox/chrome/Lepton_Icons/icons/welcome-back.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/whatsnew.svg b/firefox/chrome/Lepton_Icons/icons/whatsnew.svg deleted file mode 100644 index 7708044..0000000 --- a/firefox/chrome/Lepton_Icons/icons/whatsnew.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/window-dev-tools.svg b/firefox/chrome/Lepton_Icons/icons/window-dev-tools.svg deleted file mode 100644 index 5d81171..0000000 --- a/firefox/chrome/Lepton_Icons/icons/window-dev-tools.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/Lepton_Icons/icons/window.svg b/firefox/chrome/Lepton_Icons/icons/window.svg deleted file mode 100644 index 1c3e1b2..0000000 --- a/firefox/chrome/Lepton_Icons/icons/window.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/firefox/chrome/Lepton_Icons/icons/wrench-filled.svg b/firefox/chrome/Lepton_Icons/icons/wrench-filled.svg deleted file mode 100644 index 4a393e9..0000000 --- a/firefox/chrome/Lepton_Icons/icons/wrench-filled.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/icons/arrow_clockwise_20_filled.svg b/firefox/chrome/icons/arrow_clockwise_20_filled.svg deleted file mode 100644 index ed62aa4..0000000 --- a/firefox/chrome/icons/arrow_clockwise_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_clockwise_20_regular.svg b/firefox/chrome/icons/arrow_clockwise_20_regular.svg deleted file mode 100644 index 0b22415..0000000 --- a/firefox/chrome/icons/arrow_clockwise_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_download_20_filled.svg b/firefox/chrome/icons/arrow_download_20_filled.svg deleted file mode 100644 index 5302bba..0000000 --- a/firefox/chrome/icons/arrow_download_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_download_20_regular.svg b/firefox/chrome/icons/arrow_download_20_regular.svg deleted file mode 100644 index 08bdde3..0000000 --- a/firefox/chrome/icons/arrow_download_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_redo_20_filled.svg b/firefox/chrome/icons/arrow_redo_20_filled.svg deleted file mode 100644 index b59dcac..0000000 --- a/firefox/chrome/icons/arrow_redo_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_redo_20_regular.svg b/firefox/chrome/icons/arrow_redo_20_regular.svg deleted file mode 100644 index df2cd84..0000000 --- a/firefox/chrome/icons/arrow_redo_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_undo_20_filled.svg b/firefox/chrome/icons/arrow_undo_20_filled.svg deleted file mode 100644 index 597c9a2..0000000 --- a/firefox/chrome/icons/arrow_undo_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/arrow_undo_20_regular.svg b/firefox/chrome/icons/arrow_undo_20_regular.svg deleted file mode 100644 index 48a370d..0000000 --- a/firefox/chrome/icons/arrow_undo_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/camera_edit_20_filled.svg b/firefox/chrome/icons/camera_edit_20_filled.svg deleted file mode 100644 index 709d38c..0000000 --- a/firefox/chrome/icons/camera_edit_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/camera_edit_20_regular.svg b/firefox/chrome/icons/camera_edit_20_regular.svg deleted file mode 100644 index 9ed9e39..0000000 --- a/firefox/chrome/icons/camera_edit_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/clipboard_paste_20_filled.svg b/firefox/chrome/icons/clipboard_paste_20_filled.svg deleted file mode 100644 index f440c8d..0000000 --- a/firefox/chrome/icons/clipboard_paste_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/clipboard_paste_20_regular.svg b/firefox/chrome/icons/clipboard_paste_20_regular.svg deleted file mode 100644 index 59188a6..0000000 --- a/firefox/chrome/icons/clipboard_paste_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/clipboard_search_20_filled.svg b/firefox/chrome/icons/clipboard_search_20_filled.svg deleted file mode 100644 index 7a9a6d5..0000000 --- a/firefox/chrome/icons/clipboard_search_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/clipboard_search_20_regular.svg b/firefox/chrome/icons/clipboard_search_20_regular.svg deleted file mode 100644 index 93d5486..0000000 --- a/firefox/chrome/icons/clipboard_search_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/color_20_filled.svg b/firefox/chrome/icons/color_20_filled.svg deleted file mode 100644 index ecfdf8b..0000000 --- a/firefox/chrome/icons/color_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/color_20_regular.svg b/firefox/chrome/icons/color_20_regular.svg deleted file mode 100644 index 6196f10..0000000 --- a/firefox/chrome/icons/color_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/copy_20_filled.svg b/firefox/chrome/icons/copy_20_filled.svg deleted file mode 100644 index 76b5f07..0000000 --- a/firefox/chrome/icons/copy_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/copy_20_regular.svg b/firefox/chrome/icons/copy_20_regular.svg deleted file mode 100644 index 17bc4e9..0000000 --- a/firefox/chrome/icons/copy_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/cursor_hover_20_filled.svg b/firefox/chrome/icons/cursor_hover_20_filled.svg deleted file mode 100644 index d4b5137..0000000 --- a/firefox/chrome/icons/cursor_hover_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/cursor_hover_20_regular.svg b/firefox/chrome/icons/cursor_hover_20_regular.svg deleted file mode 100644 index e5054f8..0000000 --- a/firefox/chrome/icons/cursor_hover_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/cut_20_filled.svg b/firefox/chrome/icons/cut_20_filled.svg deleted file mode 100644 index 4f82a5f..0000000 --- a/firefox/chrome/icons/cut_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/cut_20_regular.svg b/firefox/chrome/icons/cut_20_regular.svg deleted file mode 100644 index 203d47c..0000000 --- a/firefox/chrome/icons/cut_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/delete_20_filled.svg b/firefox/chrome/icons/delete_20_filled.svg deleted file mode 100644 index 9ad2472..0000000 --- a/firefox/chrome/icons/delete_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/delete_20_regular.svg b/firefox/chrome/icons/delete_20_regular.svg deleted file mode 100644 index f72bbe0..0000000 --- a/firefox/chrome/icons/delete_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/dismiss_20_filled.svg b/firefox/chrome/icons/dismiss_20_filled.svg deleted file mode 100644 index 2b5783b..0000000 --- a/firefox/chrome/icons/dismiss_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/dismiss_20_regular.svg b/firefox/chrome/icons/dismiss_20_regular.svg deleted file mode 100644 index 30599d5..0000000 --- a/firefox/chrome/icons/dismiss_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/document_search_20_filled.svg b/firefox/chrome/icons/document_search_20_filled.svg deleted file mode 100644 index 8272448..0000000 --- a/firefox/chrome/icons/document_search_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/document_search_20_regular.svg b/firefox/chrome/icons/document_search_20_regular.svg deleted file mode 100644 index 8e6b52f..0000000 --- a/firefox/chrome/icons/document_search_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/edit_20_filled.svg b/firefox/chrome/icons/edit_20_filled.svg deleted file mode 100644 index fe58d16..0000000 --- a/firefox/chrome/icons/edit_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/edit_20_regular.svg b/firefox/chrome/icons/edit_20_regular.svg deleted file mode 100644 index af75545..0000000 --- a/firefox/chrome/icons/edit_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/folder_add_20_filled.svg b/firefox/chrome/icons/folder_add_20_filled.svg deleted file mode 100644 index 4941d16..0000000 --- a/firefox/chrome/icons/folder_add_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/folder_add_20_regular.svg b/firefox/chrome/icons/folder_add_20_regular.svg deleted file mode 100644 index dcd49d8..0000000 --- a/firefox/chrome/icons/folder_add_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/history_20_filled.svg b/firefox/chrome/icons/history_20_filled.svg deleted file mode 100644 index c63be64..0000000 --- a/firefox/chrome/icons/history_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/history_20_regular.svg b/firefox/chrome/icons/history_20_regular.svg deleted file mode 100644 index b332479..0000000 --- a/firefox/chrome/icons/history_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/image_copy_20_filled.svg b/firefox/chrome/icons/image_copy_20_filled.svg deleted file mode 100644 index 99dbb25..0000000 --- a/firefox/chrome/icons/image_copy_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/image_copy_20_regular.svg b/firefox/chrome/icons/image_copy_20_regular.svg deleted file mode 100644 index 7eeaf96..0000000 --- a/firefox/chrome/icons/image_copy_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/image_edit_20_filled.svg b/firefox/chrome/icons/image_edit_20_filled.svg deleted file mode 100644 index 254ec5c..0000000 --- a/firefox/chrome/icons/image_edit_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/image_edit_20_regular.svg b/firefox/chrome/icons/image_edit_20_regular.svg deleted file mode 100644 index b473b8d..0000000 --- a/firefox/chrome/icons/image_edit_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/key_20_filled.svg b/firefox/chrome/icons/key_20_filled.svg deleted file mode 100644 index 847b889..0000000 --- a/firefox/chrome/icons/key_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/key_20_regular.svg b/firefox/chrome/icons/key_20_regular.svg deleted file mode 100644 index fa16f1e..0000000 --- a/firefox/chrome/icons/key_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/link_20_filled.svg b/firefox/chrome/icons/link_20_filled.svg deleted file mode 100644 index 8d62bbc..0000000 --- a/firefox/chrome/icons/link_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/link_20_regular.svg b/firefox/chrome/icons/link_20_regular.svg deleted file mode 100644 index 5d5e3f7..0000000 --- a/firefox/chrome/icons/link_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/pause_20_filled.svg b/firefox/chrome/icons/pause_20_filled.svg deleted file mode 100644 index 46846a7..0000000 --- a/firefox/chrome/icons/pause_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/pause_20_regular.svg b/firefox/chrome/icons/pause_20_regular.svg deleted file mode 100644 index adb01bd..0000000 --- a/firefox/chrome/icons/pause_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/person_feedback_20_filled.svg b/firefox/chrome/icons/person_feedback_20_filled.svg deleted file mode 100644 index 119923b..0000000 --- a/firefox/chrome/icons/person_feedback_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/person_feedback_20_regular.svg b/firefox/chrome/icons/person_feedback_20_regular.svg deleted file mode 100644 index cf708d3..0000000 --- a/firefox/chrome/icons/person_feedback_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/pin_20_filled.svg b/firefox/chrome/icons/pin_20_filled.svg deleted file mode 100644 index 2ed3f39..0000000 --- a/firefox/chrome/icons/pin_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/pin_20_regular.svg b/firefox/chrome/icons/pin_20_regular.svg deleted file mode 100644 index fedfb70..0000000 --- a/firefox/chrome/icons/pin_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/play_20_filled.svg b/firefox/chrome/icons/play_20_filled.svg deleted file mode 100644 index be1107e..0000000 --- a/firefox/chrome/icons/play_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/play_20_regular.svg b/firefox/chrome/icons/play_20_regular.svg deleted file mode 100644 index b0eacb2..0000000 --- a/firefox/chrome/icons/play_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/print_20_filled.svg b/firefox/chrome/icons/print_20_filled.svg deleted file mode 100644 index 2538778..0000000 --- a/firefox/chrome/icons/print_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/print_20_regular.svg b/firefox/chrome/icons/print_20_regular.svg deleted file mode 100644 index 75e3574..0000000 --- a/firefox/chrome/icons/print_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/puzzle_piece_20_filled.svg b/firefox/chrome/icons/puzzle_piece_20_filled.svg deleted file mode 100644 index 39cb085..0000000 --- a/firefox/chrome/icons/puzzle_piece_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/puzzle_piece_20_regular.svg b/firefox/chrome/icons/puzzle_piece_20_regular.svg deleted file mode 100644 index 37ddad5..0000000 --- a/firefox/chrome/icons/puzzle_piece_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/question_circle_20_filled.svg b/firefox/chrome/icons/question_circle_20_filled.svg deleted file mode 100644 index 23ef98d..0000000 --- a/firefox/chrome/icons/question_circle_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/question_circle_20_regular.svg b/firefox/chrome/icons/question_circle_20_regular.svg deleted file mode 100644 index db63276..0000000 --- a/firefox/chrome/icons/question_circle_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/save_edit_20_filled.svg b/firefox/chrome/icons/save_edit_20_filled.svg deleted file mode 100644 index 35c1518..0000000 --- a/firefox/chrome/icons/save_edit_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/save_edit_20_regular.svg b/firefox/chrome/icons/save_edit_20_regular.svg deleted file mode 100644 index 4740a63..0000000 --- a/firefox/chrome/icons/save_edit_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/search_20_filled.svg b/firefox/chrome/icons/search_20_filled.svg deleted file mode 100644 index 2397be8..0000000 --- a/firefox/chrome/icons/search_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/search_20_regular.svg b/firefox/chrome/icons/search_20_regular.svg deleted file mode 100644 index e3a3189..0000000 --- a/firefox/chrome/icons/search_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/settings_20_filled.svg b/firefox/chrome/icons/settings_20_filled.svg deleted file mode 100644 index 80bcc96..0000000 --- a/firefox/chrome/icons/settings_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/settings_20_regular.svg b/firefox/chrome/icons/settings_20_regular.svg deleted file mode 100644 index 5002663..0000000 --- a/firefox/chrome/icons/settings_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/speaker_2_20_filled.svg b/firefox/chrome/icons/speaker_2_20_filled.svg deleted file mode 100644 index da456a2..0000000 --- a/firefox/chrome/icons/speaker_2_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/speaker_2_20_regular.svg b/firefox/chrome/icons/speaker_2_20_regular.svg deleted file mode 100644 index 9911f06..0000000 --- a/firefox/chrome/icons/speaker_2_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/speaker_mute_20_filled.svg b/firefox/chrome/icons/speaker_mute_20_filled.svg deleted file mode 100644 index 9a5d6c8..0000000 --- a/firefox/chrome/icons/speaker_mute_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/speaker_mute_20_regular.svg b/firefox/chrome/icons/speaker_mute_20_regular.svg deleted file mode 100644 index 188e508..0000000 --- a/firefox/chrome/icons/speaker_mute_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/star_20_filled.svg b/firefox/chrome/icons/star_20_filled.svg deleted file mode 100644 index 0eacc38..0000000 --- a/firefox/chrome/icons/star_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/star_add_20_filled.svg b/firefox/chrome/icons/star_add_20_filled.svg deleted file mode 100644 index 7390fc9..0000000 --- a/firefox/chrome/icons/star_add_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/star_add_20_regular.svg b/firefox/chrome/icons/star_add_20_regular.svg deleted file mode 100644 index f268a7f..0000000 --- a/firefox/chrome/icons/star_add_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/star_line_horizontal_3_20_filled.svg b/firefox/chrome/icons/star_line_horizontal_3_20_filled.svg deleted file mode 100644 index 13ddd4b..0000000 --- a/firefox/chrome/icons/star_line_horizontal_3_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/star_line_horizontal_3_20_regular.svg b/firefox/chrome/icons/star_line_horizontal_3_20_regular.svg deleted file mode 100644 index d2204c0..0000000 --- a/firefox/chrome/icons/star_line_horizontal_3_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_20_filled.svg b/firefox/chrome/icons/tab_desktop_20_filled.svg deleted file mode 100644 index 0d8fbb9..0000000 --- a/firefox/chrome/icons/tab_desktop_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_20_regular.svg b/firefox/chrome/icons/tab_desktop_20_regular.svg deleted file mode 100644 index 176c791..0000000 --- a/firefox/chrome/icons/tab_desktop_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_copy_20_filled.svg b/firefox/chrome/icons/tab_desktop_copy_20_filled.svg deleted file mode 100644 index 6544dba..0000000 --- a/firefox/chrome/icons/tab_desktop_copy_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_copy_20_regular.svg b/firefox/chrome/icons/tab_desktop_copy_20_regular.svg deleted file mode 100644 index c425b27..0000000 --- a/firefox/chrome/icons/tab_desktop_copy_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_image_20_filled.svg b/firefox/chrome/icons/tab_desktop_image_20_filled.svg deleted file mode 100644 index e61a1dd..0000000 --- a/firefox/chrome/icons/tab_desktop_image_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_image_20_regular.svg b/firefox/chrome/icons/tab_desktop_image_20_regular.svg deleted file mode 100644 index 1e2ce60..0000000 --- a/firefox/chrome/icons/tab_desktop_image_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_new_page_20_filled.svg b/firefox/chrome/icons/tab_desktop_new_page_20_filled.svg deleted file mode 100644 index d051aa1..0000000 --- a/firefox/chrome/icons/tab_desktop_new_page_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/tab_desktop_new_page_20_regular.svg b/firefox/chrome/icons/tab_desktop_new_page_20_regular.svg deleted file mode 100644 index f912d5d..0000000 --- a/firefox/chrome/icons/tab_desktop_new_page_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/translate_20_filled.svg b/firefox/chrome/icons/translate_20_filled.svg deleted file mode 100644 index 5cecb32..0000000 --- a/firefox/chrome/icons/translate_20_filled.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/icons/translate_20_regular.svg b/firefox/chrome/icons/translate_20_regular.svg deleted file mode 100644 index 4fa130a..0000000 --- a/firefox/chrome/icons/translate_20_regular.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/firefox/chrome/icons/warning_20_filled.svg b/firefox/chrome/icons/warning_20_filled.svg deleted file mode 100644 index bcc81d4..0000000 --- a/firefox/chrome/icons/warning_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/warning_20_regular.svg b/firefox/chrome/icons/warning_20_regular.svg deleted file mode 100644 index 132f999..0000000 --- a/firefox/chrome/icons/warning_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/window_20_filled.svg b/firefox/chrome/icons/window_20_filled.svg deleted file mode 100644 index d349792..0000000 --- a/firefox/chrome/icons/window_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/window_20_regular.svg b/firefox/chrome/icons/window_20_regular.svg deleted file mode 100644 index 14f4397..0000000 --- a/firefox/chrome/icons/window_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/window_dev_tools_20_filled.svg b/firefox/chrome/icons/window_dev_tools_20_filled.svg deleted file mode 100644 index bb91a07..0000000 --- a/firefox/chrome/icons/window_dev_tools_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/window_dev_tools_20_regular.svg b/firefox/chrome/icons/window_dev_tools_20_regular.svg deleted file mode 100644 index e684ff1..0000000 --- a/firefox/chrome/icons/window_dev_tools_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/window_inprivate_account_20_filled.svg b/firefox/chrome/icons/window_inprivate_account_20_filled.svg deleted file mode 100644 index f8e71ac..0000000 --- a/firefox/chrome/icons/window_inprivate_account_20_filled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/icons/window_inprivate_account_20_regular.svg b/firefox/chrome/icons/window_inprivate_account_20_regular.svg deleted file mode 100644 index 9da0d8b..0000000 --- a/firefox/chrome/icons/window_inprivate_account_20_regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/firefox/chrome/special/Additional_Elements/Media.svg b/firefox/chrome/special/Additional_Elements/Media.svg deleted file mode 100644 index 9fce8e4..0000000 --- a/firefox/chrome/special/Additional_Elements/Media.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/Additional_Elements/Media_rtl.svg b/firefox/chrome/special/Additional_Elements/Media_rtl.svg deleted file mode 100644 index 604fa85..0000000 --- a/firefox/chrome/special/Additional_Elements/Media_rtl.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/Additional_Elements/PIP.svg b/firefox/chrome/special/Additional_Elements/PIP.svg deleted file mode 100644 index c5bf820..0000000 --- a/firefox/chrome/special/Additional_Elements/PIP.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/Additional_Elements/PIP_Sound.svg b/firefox/chrome/special/Additional_Elements/PIP_Sound.svg deleted file mode 100644 index 68fe206..0000000 --- a/firefox/chrome/special/Additional_Elements/PIP_Sound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/linux.css b/firefox/chrome/special/linux.css deleted file mode 100644 index 014fc73..0000000 --- a/firefox/chrome/special/linux.css +++ /dev/null @@ -1,49 +0,0 @@ -@media (-moz-bool-pref: "userChrome.Menu.Icons.Regular.Enabled") or - (-moz-bool-pref: "userChrome.Menu.Icons.Filled.Enabled") -{ - :root - { - --align-menu-icons: -2px -18px; - } -} - -@media (-moz-bool-pref: "userChrome.Linux.Transparency.Low.Enabled") or - (-moz-bool-pref: "userChrome.Linux.Transparency.Medium.Enabled") or - (-moz-bool-pref: "userChrome.Linux.Transparency.High.Enabled") or - (-moz-bool-pref: "userChrome.Linux.Transparency.VeryHigh.Enabled") -{ - :root - { - --toolbox-background-color: ActiveCaption; - - &:-moz-window-inactive - { - --toolbox-background-color: InActiveCaption; - } - - @media (-moz-bool-pref: "userChrome.Linux.Transparency.Low.Enabled") - { - --toolbox-transparency: 25%; - } - - @media (-moz-bool-pref: "userChrome.Linux.Transparency.Medium.Enabled") - { - --toolbox-transparency: 50%; - } - - @media (-moz-bool-pref: "userChrome.Linux.Transparency.High.Enabled") - { - --toolbox-transparency: 75%; - } - - @media (-moz-bool-pref: "userChrome.Linux.Transparency.VeryHigh.Enabled") - { - --toolbox-transparency: 100%; - } - - &[tabsintitlebar]:not([lwtheme]) #navigator-toolbox - { - background-color: color-mix(in srgb, var(--toolbox-background-color), transparent var(--toolbox-transparency)) !important; - } - } -} diff --git a/firefox/chrome/special/mac.css b/firefox/chrome/special/mac.css deleted file mode 100644 index d3f5a12..0000000 --- a/firefox/chrome/special/mac.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/firefox/chrome/special/tabs/option_1/center.svg b/firefox/chrome/special/tabs/option_1/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_1/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_1/left_corners.svg b/firefox/chrome/special/tabs/option_1/left_corners.svg deleted file mode 100644 index 8e4c4c1..0000000 --- a/firefox/chrome/special/tabs/option_1/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_1/right_corners.svg b/firefox/chrome/special/tabs/option_1/right_corners.svg deleted file mode 100644 index 3e0030e..0000000 --- a/firefox/chrome/special/tabs/option_1/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_10/center.svg b/firefox/chrome/special/tabs/option_10/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_10/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_10/left_corners.svg b/firefox/chrome/special/tabs/option_10/left_corners.svg deleted file mode 100644 index af09dda..0000000 --- a/firefox/chrome/special/tabs/option_10/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_10/right_corners.svg b/firefox/chrome/special/tabs/option_10/right_corners.svg deleted file mode 100644 index 40231c4..0000000 --- a/firefox/chrome/special/tabs/option_10/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_11/center.svg b/firefox/chrome/special/tabs/option_11/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_11/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_11/left_corners.svg b/firefox/chrome/special/tabs/option_11/left_corners.svg deleted file mode 100644 index 45c0a1c..0000000 --- a/firefox/chrome/special/tabs/option_11/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_11/right_corners.svg b/firefox/chrome/special/tabs/option_11/right_corners.svg deleted file mode 100644 index 6aa4979..0000000 --- a/firefox/chrome/special/tabs/option_11/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_12/center.svg b/firefox/chrome/special/tabs/option_12/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_12/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_12/left_corners.svg b/firefox/chrome/special/tabs/option_12/left_corners.svg deleted file mode 100644 index 2860efc..0000000 --- a/firefox/chrome/special/tabs/option_12/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_12/right_corners.svg b/firefox/chrome/special/tabs/option_12/right_corners.svg deleted file mode 100644 index ec4a9f1..0000000 --- a/firefox/chrome/special/tabs/option_12/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_2/center.svg b/firefox/chrome/special/tabs/option_2/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_2/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_2/left_corners.svg b/firefox/chrome/special/tabs/option_2/left_corners.svg deleted file mode 100644 index e5b4e18..0000000 --- a/firefox/chrome/special/tabs/option_2/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_2/right_corners.svg b/firefox/chrome/special/tabs/option_2/right_corners.svg deleted file mode 100644 index e222b8a..0000000 --- a/firefox/chrome/special/tabs/option_2/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_3/center.svg b/firefox/chrome/special/tabs/option_3/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_3/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_3/left_corners.svg b/firefox/chrome/special/tabs/option_3/left_corners.svg deleted file mode 100644 index 6d2e85a..0000000 --- a/firefox/chrome/special/tabs/option_3/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_3/right_corners.svg b/firefox/chrome/special/tabs/option_3/right_corners.svg deleted file mode 100644 index f99c447..0000000 --- a/firefox/chrome/special/tabs/option_3/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_4/center.svg b/firefox/chrome/special/tabs/option_4/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_4/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_4/left_corners.svg b/firefox/chrome/special/tabs/option_4/left_corners.svg deleted file mode 100644 index fab5381..0000000 --- a/firefox/chrome/special/tabs/option_4/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_4/right_corners.svg b/firefox/chrome/special/tabs/option_4/right_corners.svg deleted file mode 100644 index 9d3bd87..0000000 --- a/firefox/chrome/special/tabs/option_4/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_5/center.svg b/firefox/chrome/special/tabs/option_5/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_5/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_5/left_corners.svg b/firefox/chrome/special/tabs/option_5/left_corners.svg deleted file mode 100644 index 7ee43a2..0000000 --- a/firefox/chrome/special/tabs/option_5/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_5/right_corners.svg b/firefox/chrome/special/tabs/option_5/right_corners.svg deleted file mode 100644 index 1255192..0000000 --- a/firefox/chrome/special/tabs/option_5/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_6/center.svg b/firefox/chrome/special/tabs/option_6/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_6/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_6/left_corners.svg b/firefox/chrome/special/tabs/option_6/left_corners.svg deleted file mode 100644 index 718147a..0000000 --- a/firefox/chrome/special/tabs/option_6/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_6/right_corners.svg b/firefox/chrome/special/tabs/option_6/right_corners.svg deleted file mode 100644 index 0ca859f..0000000 --- a/firefox/chrome/special/tabs/option_6/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_7/center.svg b/firefox/chrome/special/tabs/option_7/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_7/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_7/left_corners.svg b/firefox/chrome/special/tabs/option_7/left_corners.svg deleted file mode 100644 index 59e2efd..0000000 --- a/firefox/chrome/special/tabs/option_7/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_7/right_corners.svg b/firefox/chrome/special/tabs/option_7/right_corners.svg deleted file mode 100644 index fe67860..0000000 --- a/firefox/chrome/special/tabs/option_7/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_8/center.svg b/firefox/chrome/special/tabs/option_8/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_8/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_8/left_corners.svg b/firefox/chrome/special/tabs/option_8/left_corners.svg deleted file mode 100644 index 7323cfa..0000000 --- a/firefox/chrome/special/tabs/option_8/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_8/right_corners.svg b/firefox/chrome/special/tabs/option_8/right_corners.svg deleted file mode 100644 index 96006bf..0000000 --- a/firefox/chrome/special/tabs/option_8/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_9/center.svg b/firefox/chrome/special/tabs/option_9/center.svg deleted file mode 100644 index c99e6ce..0000000 --- a/firefox/chrome/special/tabs/option_9/center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_9/left_corners.svg b/firefox/chrome/special/tabs/option_9/left_corners.svg deleted file mode 100644 index 1d30a81..0000000 --- a/firefox/chrome/special/tabs/option_9/left_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/tabs/option_9/right_corners.svg b/firefox/chrome/special/tabs/option_9/right_corners.svg deleted file mode 100644 index 9270427..0000000 --- a/firefox/chrome/special/tabs/option_9/right_corners.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/firefox/chrome/special/windows.css b/firefox/chrome/special/windows.css deleted file mode 100644 index 1927ad7..0000000 --- a/firefox/chrome/special/windows.css +++ /dev/null @@ -1,32 +0,0 @@ -@media not (prefers-contrast) -{ - .titlebar-buttonbox-container - { - align-items: flex-start !important; - } - - .titlebar-button:not(.titlebar-close):hover - { - background-color: var(--toolbarbutton-hover-background) !important; - } - - .titlebar-button:not(.titlebar-close):hover:active - { - background-color: var(--toolbarbutton-active-background) !important; - } -} - -@media (-moz-bool-pref: "userChrome.Menu.Icons.Regular.Enabled") or - (-moz-bool-pref: "userChrome.Menu.Icons.Filled.Enabled") -{ - :root - { - --align-menu-icons: -2px 6px; - } -} - -menupopup[needsgutter] menu:not([icon], .menu-iconic), -menupopup[needsgutter] menuitem:not([checked="true"], [icon], .menuitem-iconic) -{ - padding-inline-start: 1em !important; -} diff --git a/firefox/chrome/third_party_custom_styles.css b/firefox/chrome/third_party_custom_styles.css deleted file mode 100644 index 6bce586..0000000 --- a/firefox/chrome/third_party_custom_styles.css +++ /dev/null @@ -1,7 +0,0 @@ -#main-window { - background: rgba(25, 25, 25, 0) !important; -} - -#tabbrowser-tabpanels{ - background: transparent !important; -} diff --git a/firefox/chrome/userChrome.css b/firefox/chrome/userChrome.css deleted file mode 100644 index f6291d5..0000000 --- a/firefox/chrome/userChrome.css +++ /dev/null @@ -1,2180 +0,0 @@ -@layer LowPriority, HighPriority; - -@import "special/windows.css" layer(HighPriority) /* supports() */ (-moz-platform: windows); -@import "special/linux.css" layer(HighPriority) /* supports() */ (-moz-platform: linux); -@import "special/mac.css" layer(HighPriority) /* supports() */ (-moz-platform: macos); -@import "Lepton_Icons/icons/Lepton_Icons.css" /* layer() supports() */ (-moz-bool-pref: "userChrome.Menu.Icons.LeptonIcons.Enabled"); -@import "third_party_custom_styles.css" /* layer() supports() */ (-moz-bool-pref: "userChrome.Style.ThirdParty.Enabled"); - -@layer LowPriority -{ - -@media (-moz-platform: windows), - (-moz-platform: linux), - (-moz-platform: macos) -{ - -/* ---------------------------------------- Tabs (SVG) ---------------------------------------- */ - -:root -{ - @media (-moz-bool-pref: "userChrome.Tabs.Option1.Enabled") - { - --left-svg: url("special/tabs/option_1/left_corners.svg"); - --center-svg: url("special/tabs/option_1/center.svg"); - --right-svg: url("special/tabs/option_1/right_corners.svg"); - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option2.Enabled") - { - --left-svg: url("special/tabs/option_2/left_corners.svg"); - --center-svg: url("special/tabs/option_2/center.svg"); - --right-svg: url("special/tabs/option_2/right_corners.svg"); - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option3.Enabled") - { - --left-svg: url("special/tabs/option_3/left_corners.svg"); - --center-svg: url("special/tabs/option_3/center.svg"); - --right-svg: url("special/tabs/option_3/right_corners.svg"); - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option4.Enabled") - { - --left-svg: url("special/tabs/option_4/left_corners.svg"); - --center-svg: url("special/tabs/option_4/center.svg"); - --right-svg: url("special/tabs/option_4/right_corners.svg"); - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option5.Enabled") - { - --left-svg: url("special/tabs/option_5/left_corners.svg"); - --center-svg: url("special/tabs/option_5/center.svg"); - --right-svg: url("special/tabs/option_5/right_corners.svg"); - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option6.Enabled") - { - --left-svg: url("special/tabs/option_1/left_corners.svg"); - --center-svg: url("special/tabs/option_1/center.svg"); - --right-svg: url("special/tabs/option_1/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 4); - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option7.Enabled") - { - --left-svg: url("special/tabs/option_6/left_corners.svg"); - --center-svg: url("special/tabs/option_6/center.svg"); - --right-svg: url("special/tabs/option_6/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 4); - --outer-drop-border-offset: 1px; - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option8.Enabled") - { - --left-svg: url("special/tabs/option_7/left_corners.svg"); - --center-svg: url("special/tabs/option_7/center.svg"); - --right-svg: url("special/tabs/option_7/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 4); - --outer-drop-border-offset: 1px; - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option9.Enabled") - { - --left-svg: url("special/tabs/option_8/left_corners.svg"); - --center-svg: url("special/tabs/option_8/center.svg"); - --right-svg: url("special/tabs/option_8/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 2 - 6px); - --outer-drop-border-offset: 1px; - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option10.Enabled") - { - --left-svg: url("special/tabs/option_9/left_corners.svg"); - --center-svg: url("special/tabs/option_9/center.svg"); - --right-svg: url("special/tabs/option_9/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 2); - --outer-drop-border-offset: 1px; - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option11.Enabled") - { - --left-svg: url("special/tabs/option_10/left_corners.svg"); - --center-svg: url("special/tabs/option_10/center.svg"); - --right-svg: url("special/tabs/option_10/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 2); - --outer-drop-border-offset: 1px; - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option12.Enabled") - { - --left-svg: url("special/tabs/option_11/left_corners.svg"); - --center-svg: url("special/tabs/option_11/center.svg"); - --right-svg: url("special/tabs/option_11/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 2); - --outer-drop-border-offset: 1px; - } - - @media (-moz-bool-pref: "userChrome.Tabs.Option13.Enabled") - { - --left-svg: url("special/tabs/option_12/left_corners.svg"); - --center-svg: url("special/tabs/option_12/center.svg"); - --right-svg: url("special/tabs/option_12/right_corners.svg"); - - --tab-first-last-inline-margin: calc(var(--tab-min-height) / 2); - --outer-drop-border-offset: 1px; - } - - /* -------------------- Floating Tabs -------------------- */ - - @media (-moz-bool-pref: "userChrome.Tabs.Option1.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option2.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option3.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option4.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option5.Enabled") - { - --tab-first-last-inline-margin: calc(var(--tab-block-margin) / 2); - --tab-overflow-clip-margin: var(--tab-first-last-inline-margin); - --tab-inset-clip-path: 0px calc(-1 * var(--tab-first-last-inline-margin)); - --tab-scroll-animation-inline-margin: calc(-1 * var(--tab-first-last-inline-margin)); - --tab-scroll-animation-inline-padding: calc(var(--tab-first-last-inline-margin) * 2); - --tab-bg-block-margin: var(--tab-block-margin); - --tab-inline-padding: var(--tab-first-last-inline-margin); - --tab-separator-offset: var(--tab-first-last-inline-margin); - } - - /* -------------------- Attached Tabs -------------------- */ - - @media (-moz-bool-pref: "userChrome.Tabs.Option6.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option7.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option8.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option9.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option10.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option11.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option12.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option13.Enabled") - { - --tab-overflow-clip-margin: var(--tab-first-last-inline-margin); - --tab-inset-clip-path: -4px calc(-1 * var(--tab-first-last-inline-margin)) 0px; - --tab-scroll-animation-inline-margin: calc(-1 * var(--tab-first-last-inline-margin)); - --tab-scroll-animation-inline-padding: var(--tab-first-last-inline-margin); - --tab-bg-block-margin: 0px; - --tab-inline-padding: 0px; - --tab-separator-offset: 0px; - } -} - -/* ---------------------------------------- Tab Bar Shadows ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.Low.Enabled") or - (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.Medium.Enabled") or - (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.High.Enabled") or - (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.VeryHigh.Enabled") -{ - @media (prefers-color-scheme: light) - { - :root - { - --shadow-blur: 4px; - --shadow-color: rgb(0, 0, 0); - - --outer-box-shadow: 0 - 0 - var(--shadow-blur) - color-mix(in srgb, var(--shadow-color) var(--shadow-saturation), transparent); - - --inner-box-shadow: inset - 0 - calc(-1 * var(--shadow-blur)) - var(--shadow-blur) - calc(-1 * var(--shadow-blur)) - color-mix(in srgb, var(--shadow-color) var(--shadow-saturation), transparent); - - --outer-drop-shadow: drop-shadow( - 0 - 0 - calc(var(--shadow-blur) / 2) - color-mix(in srgb, var(--shadow-color) var(--shadow-saturation), transparent)); - - /* ---------- Saturation ---------- */ - - @media (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.Low.Enabled") - { - --shadow-saturation: 10%; - } - - @media (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.Medium.Enabled") - { - --shadow-saturation: 25%; - } - - @media (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.High.Enabled") - { - --shadow-saturation: 50%; - } - - @media (-moz-bool-pref: "userChrome.LightTheme.Tabs.Shadows.Saturation.VeryHigh.Enabled") - { - --shadow-saturation: 100%; - } - } - } -} - -@media (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.Low.Enabled") or - (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.Medium.Enabled") or - (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.High.Enabled") or - (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.VeryHigh.Enabled") -{ - @media (prefers-color-scheme: dark) - { - :root - { - --shadow-blur: 4px; - --shadow-color: rgb(0, 0, 0); - - --outer-box-shadow: 0 - 0 - var(--shadow-blur) - color-mix(in srgb, var(--shadow-color) var(--shadow-saturation), transparent); - - --inner-box-shadow: inset - 0 - calc(-1 * var(--shadow-blur)) - var(--shadow-blur) - calc(-1 * var(--shadow-blur)) - color-mix(in srgb, var(--shadow-color) var(--shadow-saturation), transparent); - - --outer-drop-shadow: drop-shadow( - 0 - 0 - calc(var(--shadow-blur) / 2) - color-mix(in srgb, var(--shadow-color) var(--shadow-saturation), transparent)); - - /* ---------- Saturation ---------- */ - - @media (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.Low.Enabled") - { - --shadow-saturation: 25%; - } - - @media (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.Medium.Enabled") - { - --shadow-saturation: 50%; - } - - @media (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.High.Enabled") - { - --shadow-saturation: 75%; - } - - @media (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Shadows.Saturation.VeryHigh.Enabled") - { - --shadow-saturation: 100%; - } - } - } -} - -/* ---------------------------------------- Tab Bar Borders ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.LightTheme.Tabs.Borders.Enabled") -{ - @media (prefers-color-scheme: light) - { - :root - { - --my-border-width: 1px; - --my-border-color: var(--chrome-content-separator-color); - - --outer-box-border: 0 0 0 var(--my-border-width) var(--my-border-color); - - --inner-box-border: inset 0 calc(-1 * var(--my-border-width)) 0 var(--my-border-color); - - --outer-drop-border: drop-shadow( - 0 - calc(-1 * var(--my-border-width)) - 0 - var(--my-border-color)) - - drop-shadow( - var(--my-border-width) - var(--outer-drop-border-offset, 0) - 0 - var(--my-border-color)) - - drop-shadow( - 0 - var(--my-border-width) - 0 - var(--my-border-color)) - - drop-shadow( - calc(-1 * var(--my-border-width)) - var(--outer-drop-border-offset, 0) - 0 - var(--my-border-color)); - } - } -} - -@media (-moz-bool-pref: "userChrome.DarkTheme.Tabs.Borders.Enabled") -{ - @media (prefers-color-scheme: dark) - { - :root - { - --my-border-width: 1px; - --my-border-color: var(--chrome-content-separator-color); - - --outer-box-border: 0 0 0 var(--my-border-width) var(--my-border-color); - - --inner-box-border: inset 0 calc(-1 * var(--my-border-width)) 0 var(--my-border-color); - - --outer-drop-border: drop-shadow( - 0 - calc(-1 * var(--my-border-width)) - 0 - var(--my-border-color)) - - drop-shadow( - var(--my-border-width) - var(--outer-drop-border-offset, 0) - 0 - var(--my-border-color)) - - drop-shadow( - 0 - var(--my-border-width) - 0 - var(--my-border-color)) - - drop-shadow( - calc(-1 * var(--my-border-width)) - var(--outer-drop-border-offset, 0) - 0 - var(--my-border-color)); - } - } -} - -/* ---------------------------------------- System Theme ---------------------------------------- */ - -@media not (prefers-contrast) -{ - :root:not([lwtheme]) - { - .tabbrowser-tab[visuallyselected] - { - color: var(--toolbar-color) !important; - - .tab-background - { - background-color: var(--toolbar-bgcolor) !important; - } - } - } -} - -/* ---------------------------------------- Light Theme / Dark Theme ---------------------------------------- */ - -:root:is( - [style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26)"], - [style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254)"] - ) -{ - .tabbrowser-tab[visuallyselected] - { - color: var(--toolbar-color) !important; - - .tab-background - { - background-color: var(--toolbar-bgcolor) !important; - } - } -} - -/* ---------------------------------------- Pinned Tabs Width ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.Tabs.Pinned.Width.LowOffset.Enabled") -{ - :root - { - --pinned-tabs-width-offset: 2px; - } -} - -@media (-moz-bool-pref: "userChrome.Tabs.Pinned.Width.HighOffset.Enabled") -{ - :root - { - --pinned-tabs-width-offset: 4px; - } -} - -/* ---------------------------------------- Firefox View ---------------------------------------- */ - -:where(toolbarbutton, toolbarpaletteitem) + #tabbrowser-tabs -{ - border-inline-start: none !important; - padding-inline-start: var(--tab-overflow-pinned-tabs-width) !important; - margin-inline-start: 0px !important; -} - -#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon -{ - background-color: var(--toolbarbutton-active-background) !important; - color: inherit !important; - box-shadow: none !important; - outline: none !important; -} - -#TabsToolbar #firefox-view-button:hover:not([open]) > .toolbarbutton-icon -{ - background-color: var(--toolbarbutton-hover-background) !important; -} - -#TabsToolbar #firefox-view-button[attention] -{ - background-position: var(--tab-attention-indicator-position) !important; -} - -/* ---------------------------------------- Main Window ---------------------------------------- */ - -:root -{ - --tab-shadow-max-size: 0px !important; - --tab-attention-indicator-position: 50% calc(50% + 12px); -} - -/* ---------------------------------------- Nav Bar ---------------------------------------- */ - -#nav-bar -{ - border: none !important; -} - -/* ---------------------------------------- Titlebar ---------------------------------------- */ - -:root[tabsintitlebar] -{ - #titlebar - { - will-change: auto !important; - transition: none !important; - opacity: 1 !important; - } - - &:-moz-window-inactive .titlebar-color - { - color: color-mix(in srgb, currentColor 60%, transparent) !important; - --toolbarbutton-icon-fill: currentColor !important; - } -} - -/* ---------------------------------------- Density ---------------------------------------- */ - -:root[uidensity="compact"] -{ - --tab-min-height: 32px !important; -} - -:root[uidensity="touch"] -{ - --tab-min-height: 40px !important; -} - -/* ---------------------------------------- Context Menu (Not System Related) ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.Menu.Size.Compact.Enabled") or - (-moz-bool-pref: "userChrome.Menu.Size.Normal.Enabled") or - (-moz-bool-pref: "userChrome.Menu.Size.Touch.Enabled") -{ - :root - { - --arrowpanel-menuitem-margin-block: 0px !important; - --arrowpanel-menuitem-margin-inline: var(--browser-context-menu-margin-padding) !important; - --arrowpanel-menuitem-padding-block: var(--browser-context-menu-margin-padding) !important; - --arrowpanel-menuitem-padding-inline: var(--browser-context-menu-margin-padding) !important; - --panel-separator-margin-horizontal: var(--browser-context-menu-margin-padding) !important; - --panel-separator-margin-vertical: var(--browser-context-menu-margin-padding) !important; - --panel-subview-body-padding-block: var(--browser-context-menu-margin-padding) !important; - --panel-subview-body-padding-inline: 0px !important; - - @media (-moz-bool-pref: "userChrome.Menu.Size.Compact.Enabled") - { - --browser-context-menu-margin-padding: 4px; - } - - @media (-moz-bool-pref: "userChrome.Menu.Size.Normal.Enabled") - { - --browser-context-menu-margin-padding: 6px; - } - - @media (-moz-bool-pref: "userChrome.Menu.Size.Touch.Enabled") - { - --browser-context-menu-margin-padding: 8px; - } - } -} - -/* -------------------- Extensions menu -------------------- */ - -#unified-extensions-panel -{ - --uei-icon-size: 24px !important; -} - -#unified-extensions-panel .unified-extensions-item -{ - margin-block: 0px !important; -} - -#unified-extensions-panel :is( - .unified-extensions-item-name, - .unified-extensions-item-message-deck > * - ) -{ - overflow: hidden !important; - white-space: nowrap !important; - text-overflow: ellipsis !important; -} - -/* ---------------------------------------- Drag Space ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.DragSpace.Left.Disabled") -{ - .titlebar-spacer[type="pre-tabs"] - { - display: none !important; - } -} - -@media (-moz-bool-pref: "userChrome.DragSpace.Right.Disabled") -{ - .titlebar-spacer[type="post-tabs"] - { - display: none !important; - } -} - -@media (-moz-bool-pref: "userChrome.DragSpace.Top.Windowed.Enabled") -{ - :root[sizemode="normal"] - { - --drag-space: 8px; - } -} - -@media (-moz-bool-pref: "userChrome.DragSpace.Top.Maximized.Enabled") -{ - :root[sizemode="maximized"] - { - --drag-space: 8px; - } -} - -@media (-moz-bool-pref: "userChrome.DragSpace.Top.Fullscreen.Enabled") -{ - :root[sizemode="fullscreen"] - { - --drag-space: 8px; - } -} - -#TabsToolbar :is(.tabbrowser-tab, .toolbarbutton-1, separator, #personal-bookmarks, #search-container, .accessibility-indicator, .private-browsing-indicator, #private-browsing-indicator-with-label) -{ - margin-top: var(--drag-space, 0px) !important; -} - -/* ---------- Shadow DOM ---------- */ - -#tabbrowser-arrowscrollbox -{ - --margin-top: var(--drag-space, 0px) !important; -} - -#scrollbutton-up, -#scrollbutton-down, -spacer[part="overflow-start-indicator"], -spacer[part="overflow-end-indicator"] -{ - margin-top: var(--margin-top, revert) !important; -} - -/* ---------------------------------------- Tabs ---------------------------------------- */ - -.tabbrowser-tab -{ - --tab-label-mask-size: 0px !important; - overflow-x: clip !important; - overflow-y: visible !important; - overflow-clip-margin: var(--tab-overflow-clip-margin) !important; - clip-path: inset(var(--tab-inset-clip-path)) !important; - padding-inline: var(--tab-inline-padding) !important; - - &[visuallyselected] - { - position: relative; - z-index: 2 !important; - filter: var(--outer-drop-border, drop-shadow(0 0 0 transparent)) - var(--outer-drop-shadow, drop-shadow(0 0 0 transparent)); - } - - &:not([visuallyselected]) - { - color: inherit !important; - - &:hover .tab-background - { - background-color: var(--toolbarbutton-hover-background) !important; - } - - &[multiselected] .tab-background - { - background-color: var(--toolbarbutton-active-background) !important; - } - } - - .tab-background - { - mask-image: var(--left-svg), var(--center-svg), var(--right-svg); - mask-size: auto 100%, calc(100% - var(--tab-min-height) * 2) 100%, auto 100%; - mask-position: left center, center center, right center; - mask-repeat: no-repeat, no-repeat, no-repeat; - box-shadow: none !important; - outline: none !important; - margin-block: var(--tab-bg-block-margin) !important; - margin-inline: calc(-1 * (var(--tab-min-height) / 2)) !important; - border-radius: 0px !important; - pointer-events: none !important; - } - - &[pinned] .tab-content - { - padding-inline: calc((var(--tab-min-height) - 16px) / 2 + var(--pinned-tabs-width-offset, 0px)) !important; - } - - &:not([pinned]) .tab-content - { - padding-inline: 10px !important; - } -} - -.tab-drop-indicator -{ - opacity: 0 !important; -} - -#tabbrowser-tabs[movingtab] .tabbrowser-tab:not([visuallyselected]) -{ - z-index: auto !important; -} - -.tabbrowser-tab[pending] .tab-icon-image -{ - opacity: 0.5 !important; -} - -.tab-close-button -{ - width: 16px !important; - height: 16px !important; - border-radius: 50% !important; - padding: 2px !important; - margin: 0px !important; -} - -.tab-close-button:hover -{ - background-color: var(--toolbarbutton-hover-background) !important; -} - -.tab-close-button:hover:active -{ - background-color: var(--toolbarbutton-active-background) !important; -} - -/* -------------------- Selected Tab Indicator -------------------- */ - -@media (-moz-bool-pref: "userChrome.Tabs.SelectedTabIndicator.Enabled") -{ - .tabbrowser-tab[visuallyselected][usercontextid] .tab-background - { - box-shadow: inset 0 -2px 0 var(--tab-loading-fill) !important; - } - - .tabbrowser-tab[visuallyselected]:not([usercontextid]) .tab-background - { - box-shadow: inset 0 2px 0 var(--tab-loading-fill) !important; - } -} - -/* -------------------- Tab Counter -------------------- */ - -#tabbrowser-tabs -{ - counter-reset: TabCounter; -} - -.tabbrowser-tab -{ - counter-increment: TabCounter; -} - -#tabbrowser-tabs ~ #alltabs-button::after -{ - content: counter(TabCounter); -} - -/* -------------------- Container Indicators -------------------- */ - -.tab-context-line -{ - margin: 0px !important; -} - -/* -------------------- Tab Icon Indicators -------------------- */ - -.tabbrowser-tab:is([image], [pinned]) .tab-content[attention]:not([selected]), -.tab-content[pinned][titlechanged]:not([selected]) -{ - background-position: var(--tab-attention-indicator-position) !important; -} - -/* -------------------- Media Icons -------------------- */ - -.tab-icon-overlay:not([crashed]) -{ - stroke: transparent !important; - background-color: transparent !important; - border-radius: 50% !important; - color: inherit !important; - fill: currentColor !important; - fill-opacity: 1 !important; - z-index: 1 !important; -} - -.tab-icon-overlay:not([crashed]):hover -{ - background-color: var(--toolbarbutton-hover-background) !important; -} - -.tab-icon-overlay:not([crashed]):hover:active -{ - background-color: var(--toolbarbutton-active-background) !important; -} - -.tabbrowser-tab:is([pinned], [image], [sharing], [pictureinpicture]):not([crashed]) .tab-icon-overlay -{ - top: -8px !important; - inset-inline-end: -8px !important; -} - -.tab-icon-overlay[indicator-replaces-favicon], -.tab-icon-stack[indicator-replaces-favicon] > :not(.tab-icon-overlay) -{ - opacity: 1 !important; -} - -.tabbrowser-tab:not([pinned]) .tab-icon-stack > * -{ - margin-inline-end: 10px !important; -} - -.tabbrowser-tab[busy] .tab-icon-overlay -{ - display: none !important; -} - -.tabbrowser-tab:is([pinned], [image], [sharing], [pictureinpicture]):is([soundplaying], [muted], [activemedia-blocked]):not([busy], [crashed]) .tab-icon-stack > :not(.tab-icon-overlay) -{ - mask-image: url("special/Additional_Elements/Media.svg"); - mask-size: 16px 16px; -} - -:root:-moz-locale-dir(rtl) .tabbrowser-tab:is([pinned], [image], [sharing], [pictureinpicture]):is([soundplaying], [muted], [activemedia-blocked]):not([busy], [crashed]) .tab-icon-stack > :not(.tab-icon-overlay) -{ - mask-image: url("special/Additional_Elements/Media_rtl.svg"); -} - -/* ---------- Picture-In-Picture ---------- */ - -.tabbrowser-tab[pictureinpicture]:not([busy], [crashed]) .tab-icon-stack::before -{ - content: ""; - display: block; - position: absolute; - width: 16px; - height: 16px; - background-color: currentColor; - mask-size: 16px 16px; - mask-position: center center; - mask-repeat: no-repeat; -} - -:root:-moz-locale-dir(rtl) .tabbrowser-tab[pictureinpicture]:not([busy], [crashed]) .tab-icon-stack::before -{ - transform: rotateY(180deg); -} - -.tabbrowser-tab[pictureinpicture]:not([busy], [crashed]) .tab-icon-stack > :not(.tab-icon-overlay) -{ - position: relative !important; - padding: 2px !important; - inset-inline-start: 8px !important; - top: 8px !important; - mask-image: none !important; - box-sizing: border-box !important; - z-index: 1 !important; -} - -.tabbrowser-tab[pictureinpicture]:not([busy], [crashed]):not([soundplaying], [muted], [activemedia-blocked]) .tab-icon-stack::before -{ - mask-image: url("special/Additional_Elements/PIP.svg"); -} - -.tabbrowser-tab[pictureinpicture]:not([busy], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) .tab-icon-stack::before -{ - mask-image: url("special/Additional_Elements/PIP_Sound.svg"); -} - -/* -------------------- Tab Text -------------------- */ - -.tab-label-container -{ - height: var(--tab-min-height) !important; -} - -.tab-label -{ - width: 100% !important; - height: 16px !important; - line-height: 16px !important; - overflow: hidden !important; - text-overflow: ellipsis !important; - margin-block: 0px !important; -} - -#tabbrowser-tabs[secondarytext-unsupported] .tab-label -{ - height: var(--tab-min-height) !important; - line-height: var(--tab-min-height) !important; -} - -.tab-secondary-label -{ - width: 100% !important; - height: 16px !important; - line-height: 16px !important; - margin-block: 0px !important; - order: -1 !important; -} - -.tab-secondary-label > * -{ - width: 100% !important; - height: 16px !important; - line-height: 16px !important; - overflow: hidden !important; - text-overflow: ellipsis !important; -} - -/* ---------------------------------------- Tab Bar ---------------------------------------- */ - -#TabsToolbar -{ - --toolbarbutton-inner-padding: inherit !important; - position: relative !important; -} - -#TabsToolbar::before -{ - content: ""; - display: block; - position: absolute; - width: 100%; - height: 100%; - bottom: 0px; - inset-inline-start: 0px; - box-shadow: var(--inner-box-border, inset 0 0 0 transparent), - var(--inner-box-shadow, inset 0 0 0 transparent); - pointer-events: none; - z-index: 2; -} - -#TabsToolbar #search-container -{ - padding-block: 0 !important; -} - -/* ---------------------------------------- Indents ---------------------------------------- */ - -#TabsToolbar-customization-target > :is(toolbarbutton, toolbaritem):first-child, -#TabsToolbar-customization-target > toolbarpaletteitem:first-child > :is(toolbarbutton, toolbaritem) -{ - margin-inline-start: calc(var(--toolbar-start-end-padding) - var(--toolbarbutton-outer-padding)) !important; -} - -#TabsToolbar-customization-target > :is(toolbarbutton, toolbaritem):last-child, -#TabsToolbar-customization-target > toolbarpaletteitem:last-child > :is(toolbarbutton, toolbaritem) -{ - margin-inline-end: calc(var(--toolbar-start-end-padding) - var(--toolbarbutton-outer-padding)) !important; -} - -#tabbrowser-tabs:not([overflow]) .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden])) -{ - margin-inline-start: 0px !important; -} - -#tabbrowser-tabs:not([overflow]) .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([hidden])), -#tabbrowser-tabs[overflow] .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden])), -#tabbrowser-tabs[overflow][haspinnedtabs] -{ - margin-inline-start: var(--tab-first-last-inline-margin) !important; -} - -.tabbrowser-tab:nth-last-child(1 of .tabbrowser-tab:not([hidden])) -{ - margin-inline-end: var(--tab-first-last-inline-margin) !important; -} - -#tabs-newtab-button -{ - margin-inline-start: calc(-1 * var(--tab-first-last-inline-margin) / 2) !important; -} - -.toolbarbutton-1:has(+ #tabbrowser-tabs:not([overflow])), -.toolbarbutton-1:has(+ #tabbrowser-tabs[overflow][haspinnedtabs]) -{ - margin-inline-end: calc(-1 * var(--tab-first-last-inline-margin) / 2 + 1px) !important; - z-index: 0 !important; -} - -/* ---------------------------------------- Separators ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.TabSeparators.Saturation.Low.Enabled") or - (-moz-bool-pref: "userChrome.TabSeparators.Saturation.Medium.Enabled") -{ - .tab-stack - { - margin-inline-end: 1px !important; - } - - .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([hidden])) .tab-stack::before, - #tabbrowser-tabs[overflow][haspinnedtabs] .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden])) .tab-stack::before, - .tab-stack::after - { - content: ""; - display: block; - position: absolute; - width: 1px; - height: 50%; - border-inline-end: 1px solid currentColor; - top: 25%; - opacity: var(--separators-color-saturation); - box-sizing: border-box; - pointer-events: none; - } - - .tab-stack::before - { - inset-inline-end: 100%; - transform: translateX(calc(-1 * var(--tab-separator-offset))); - } - - :root:-moz-locale-dir(rtl) .tab-stack::before - { - transform: translateX(var(--tab-separator-offset)); - } - - .tab-stack::after - { - inset-inline-start: 100%; - transform: translateX(var(--tab-separator-offset)); - } - - :root:-moz-locale-dir(rtl) .tab-stack::after - { - transform: translateX(calc(-1 * var(--tab-separator-offset))); - } - - .tabbrowser-tab:not([hidden]):is([selected], :hover, [multiselected]) .tab-stack::before, - .tabbrowser-tab:not([hidden]):is([selected], :hover, [multiselected]) .tab-stack::after, - .tabbrowser-tab:not([hidden]):has(+ .tabbrowser-tab:is([selected], :hover, [multiselected]):not([hidden])) .tab-stack::after, - .tabbrowser-tab:not([hidden]):has(+ .tabbrowser-tab[hidden] + .tabbrowser-tab:is([selected], :hover, [multiselected]):not([hidden])) .tab-stack::after, - .tabbrowser-tab:not([hidden]):has(+ .tabbrowser-tab[hidden] ~ .tabbrowser-tab[hidden] + .tabbrowser-tab:is([selected], :hover, [multiselected]):not([hidden])) .tab-stack::after - { - opacity: 0 !important; - } - - #tabbrowser-tabs[overflow] .tabbrowser-tab[pinned]:not([selected], :hover, [multiselected]):has(+ .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden]))) .tab-stack::after, - #tabbrowser-tabs[overflow] .tabbrowser-tab[pinned]:not([selected], :hover, [multiselected]):has(+ .tabbrowser-tab[hidden] + .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden]))) .tab-stack::after, - #tabbrowser-tabs[overflow] .tabbrowser-tab[pinned]:not([selected], :hover, [multiselected]):has(+ .tabbrowser-tab[hidden] ~ .tabbrowser-tab[hidden] + .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden]))) .tab-stack::after - { - opacity: var(--separators-color-saturation) !important; - } - - @media (-moz-bool-pref: "userChrome.TabSeparators.Saturation.Low.Enabled") - { - :root - { - --separators-color-saturation: 0.25; - } - } - - @media (-moz-bool-pref: "userChrome.TabSeparators.Saturation.Medium.Enabled") - { - :root - { - --separators-color-saturation: 0.5; - } - } -} - -/* ---------------------------------------- Tab Scroll Animation ---------------------------------------- */ - -#tabbrowser-tabs[overflow] .tabbrowser-tab:not([pinned]) -{ - box-sizing: content-box !important; -} - -#tabbrowser-tabs[overflow]:not([movingtab]) .tabbrowser-tab:not([pinned]) -{ - pointer-events: none !important; - box-sizing: content-box !important; - padding-inline: var(--tab-scroll-animation-inline-padding) !important; - margin-inline: var(--tab-scroll-animation-inline-margin) !important; - overflow-clip-margin: 0px !important; -} - -#tabbrowser-tabs[overflow]:not([movingtab]) .tabbrowser-tab:not([pinned]) .tab-stack -{ - pointer-events: auto !important; -} - -#tabbrowser-tabs[overflow]:not([movingtab]) .tabbrowser-tab:nth-child(1 of .tabbrowser-tab:not([pinned], [hidden])) -{ - margin-inline-start: 0px !important; -} - -#tabbrowser-tabs[overflow]:not([movingtab]) .tabbrowser-tab:nth-last-child(1 of .tabbrowser-tab:not([hidden])) -{ - margin-inline-end: 0px !important; -} - -/* ---------------------------------------- Tabs On Bottom ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.Tabs.TabsOnBottom.Enabled") -{ - @media (-moz-bool-pref: "userChrome.Tabs.Option7.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option8.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option9.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option10.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option11.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option12.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option13.Enabled") - { - :root - { - --outer-drop-border-offset: -1px; - } - } - - /* -------------------- Title Bar -------------------- */ - - #titlebar - { - order: 2 !important; - } - - #toolbar-menubar - { - --toolbarbutton-icon-fill: inherit !important; - background-color: var(--toolbar-bgcolor) !important; - color: var(--toolbar-color) !important; - appearance: none !important; - } - - #TabsToolbar::before - { - transform: rotateX(180deg); - } - - /* -------------------- Nav Bar -------------------- */ - - #nav-bar - { - order: 0 !important; - } - - /* -------------------- Personal Bar -------------------- */ - - #PersonalToolbar - { - order: 1 !important; - } - - /* -------------------- Tabs -------------------- */ - - :root - { - --drag-space: 0px !important; - } - - .tabbrowser-tab - { - --tab-inset-clip-path: 0px calc(-1 * var(--tab-first-last-inline-margin)); - } - - .tab-background - { - transform: rotateX(180deg); - } -} - -/* ---------------------------------------- One Line ---------------------------------------- */ - -@media (-moz-bool-pref: "userChrome.OneLine.TabBarFirst.Enabled") or - (-moz-bool-pref: "userChrome.OneLine.NavBarFirst.Enabled") -{ - @media (-moz-bool-pref: "userChrome.OneLine.TabBarFirst.Enabled") - { - #navigator-toolbox - { - grid-template-columns: auto min-content !important; - } - - #titlebar - { - grid-area: 1 / 1 / span 1 / span 1 !important; - } - } - - @media (-moz-bool-pref: "userChrome.OneLine.NavBarFirst.Enabled") - { - #navigator-toolbox - { - grid-template-columns: min-content auto !important; - } - - #nav-bar - { - grid-area: 1 / 1 / span 1 / span 1 !important; - } - } - - :root - { - --drag-space: 0px !important; - } - - #navigator-toolbox - { - display: grid !important; - -moz-window-dragging: drag !important; - } - - #TabsToolbar::before - { - display: none !important; - } - - /* -------------------- Nav Bar -------------------- */ - - #nav-bar - { - margin: var(--tab-block-margin) !important; - border-radius: var(--tab-border-radius) !important; - box-shadow: var(--outer-box-border, 0 0 0 transparent), - var(--outer-box-shadow, 0 0 0 transparent) !important; - } - - #urlbar-container, - #search-container - { - padding-block: 0px !important; - } - - #urlbar-container - { - --urlbar-container-height: var(--tab-min-height) !important; - } - - /* -------------------- Bookmarks Bar -------------------- */ - - #PersonalToolbar - { - margin-inline: var(--tab-block-margin) !important; - border-radius: var(--tab-border-radius) !important; - box-shadow: var(--outer-box-border, 0 0 0 transparent), - var(--outer-box-shadow, 0 0 0 transparent) !important; - } - - #PersonalToolbar[collapsed="false"] - { - margin-bottom: var(--tab-block-margin) !important; - } - - /* -------------------- Bookmarks Bar / Notifications -------------------- */ - - #navigator-toolbox > *:not(#titlebar, #nav-bar) - { - grid-column: 1 / span 2 !important; - } - - /* -------------------- Customization -------------------- */ - - #customization-panelWrapper - { - --panel-arrow-offset: 0px !important; - } - - /* -------------------- Attached Tabs -------------------- */ - - @media (-moz-bool-pref: "userChrome.Tabs.Option6.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option7.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option8.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option9.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option10.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option11.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option12.Enabled") or - (-moz-bool-pref: "userChrome.Tabs.Option13.Enabled") - { - :root - { - --tab-min-height: 44px !important; - - &[uidensity="compact"] - { - --tab-min-height: 40px !important; - } - - &[uidensity="touch"] - { - --tab-min-height: 48px !important; - } - } - - #urlbar-container - { - --urlbar-container-height: calc(var(--tab-min-height) - var(--tab-block-margin) * 2) !important; - } - } -} - -/* ---------------------------------------- Menu Icons ---------------------------------------- */ - -/* ---------- Regular Icons ---------- */ - -@media (-moz-bool-pref: "userChrome.Menu.Icons.Regular.Enabled") -{ - :root - { - --tab-new-page: url("./icons/tab_desktop_new_page_20_regular.svg"); - --window: url("./icons/window_20_regular.svg"); - --window-inprivate-account: url("./icons/window_inprivate_account_20_regular.svg"); - --star-line-horizontal: url("./icons/star_line_horizontal_3_20_regular.svg"); - --star-add: url("./icons/star_add_20_regular.svg"); - --star: url("./icons/star_20_filled.svg"); - --history: url("./icons/history_20_regular.svg"); - --arrow-download: url("./icons/arrow_download_20_regular.svg"); - --key: url("./icons/key_20_regular.svg"); - --puzzle-piece: url("./icons/puzzle_piece_20_regular.svg"); - --print: url("./icons/print_20_regular.svg"); - --save-edit: url("./icons/save_edit_20_regular.svg"); - --document-search: url("./icons/document_search_20_regular.svg"); - --settings: url("./icons/settings_20_regular.svg"); - --question-circle: url("./icons/question_circle_20_regular.svg"); - --color: url("./icons/color_20_regular.svg"); - --window-dev-tools: url("./icons/window_dev_tools_20_regular.svg"); - --person-feedback: url("./icons/person_feedback_20_regular.svg"); - --warning: url("./icons/warning_20_regular.svg"); - --arrow-clockwise: url("./icons/arrow_clockwise_20_regular.svg"); - --arrow-redo: url("./icons/arrow_redo_20_regular.svg"); - --arrow-undo: url("./icons/arrow_undo_20_regular.svg"); - --clipboard-paste: url("./icons/clipboard_paste_20_regular.svg"); - --clipboard-search: url("./icons/clipboard_search_20_regular.svg"); - --copy: url("./icons/copy_20_regular.svg"); - --cut: url("./icons/cut_20_regular.svg"); - --delete: url("./icons/delete_20_regular.svg"); - --dismiss: url("./icons/dismiss_20_regular.svg"); - --folder-add: url("./icons/folder_add_20_regular.svg"); - --pin: url("./icons/pin_20_regular.svg"); - --speaker-mute: url("./icons/speaker_mute_20_regular.svg"); - --tab-desktop: url("./icons/tab_desktop_20_regular.svg"); - --tab-desktop-copy: url("./icons/tab_desktop_copy_20_regular.svg"); - --edit: url("./icons/edit_20_regular.svg"); - --speaker-2: url("./icons/speaker_2_20_regular.svg"); - --camera-edit: url("./icons/camera_edit_20_regular.svg"); - --cursor-hover: url("./icons/cursor_hover_20_regular.svg"); - --image-copy: url("./icons/image_copy_20_regular.svg"); - --image-edit: url("./icons/image_edit_20_regular.svg"); - --link: url("./icons/link_20_regular.svg"); - --play: url("./icons/play_20_regular.svg"); - --pause: url("./icons/pause_20_regular.svg"); - --search: url("./icons/search_20_regular.svg"); - --tab-desktop-image: url("./icons/tab_desktop_image_20_regular.svg"); - --translate: url("./icons/translate_20_regular.svg"); - } -} - -/* ---------- Filled Icons ---------- */ - -@media (-moz-bool-pref: "userChrome.Menu.Icons.Filled.Enabled") -{ - :root - { - --tab-new-page: url("./icons/tab_desktop_new_page_20_filled.svg"); - --window: url("./icons/window_20_filled.svg"); - --window-inprivate-account: url("./icons/window_inprivate_account_20_filled.svg"); - --star-line-horizontal: url("./icons/star_line_horizontal_3_20_filled.svg"); - --star-add: url("./icons/star_add_20_filled.svg"); - --star: url("./icons/star_20_filled.svg"); - --history: url("./icons/history_20_filled.svg"); - --arrow-download: url("./icons/arrow_download_20_filled.svg"); - --key: url("./icons/key_20_filled.svg"); - --puzzle-piece: url("./icons/puzzle_piece_20_filled.svg"); - --print: url("./icons/print_20_filled.svg"); - --save-edit: url("./icons/save_edit_20_filled.svg"); - --document-search: url("./icons/document_search_20_filled.svg"); - --settings: url("./icons/settings_20_filled.svg"); - --question-circle: url("./icons/question_circle_20_filled.svg"); - --color: url("./icons/color_20_filled.svg"); - --window-dev-tools: url("./icons/window_dev_tools_20_filled.svg"); - --person-feedback: url("./icons/person_feedback_20_filled.svg"); - --warning: url("./icons/warning_20_filled.svg"); - --arrow-clockwise: url("./icons/arrow_clockwise_20_filled.svg"); - --arrow-redo: url("./icons/arrow_redo_20_filled.svg"); - --arrow-undo: url("./icons/arrow_undo_20_filled.svg"); - --clipboard-paste: url("./icons/clipboard_paste_20_filled.svg"); - --clipboard-search: url("./icons/clipboard_search_20_filled.svg"); - --copy: url("./icons/copy_20_filled.svg"); - --cut: url("./icons/cut_20_filled.svg"); - --delete: url("./icons/delete_20_filled.svg"); - --dismiss: url("./icons/dismiss_20_filled.svg"); - --folder-add: url("./icons/folder_add_20_filled.svg"); - --pin: url("./icons/pin_20_filled.svg"); - --speaker-mute: url("./icons/speaker_mute_20_filled.svg"); - --tab-desktop: url("./icons/tab_desktop_20_filled.svg"); - --tab-desktop-copy: url("./icons/tab_desktop_copy_20_filled.svg"); - --edit: url("./icons/edit_20_filled.svg"); - --speaker-2: url("./icons/speaker_2_20_filled.svg"); - --camera-edit: url("./icons/camera_edit_20_filled.svg"); - --cursor-hover: url("./icons/cursor_hover_20_filled.svg"); - --image-copy: url("./icons/image_copy_20_filled.svg"); - --image-edit: url("./icons/image_edit_20_filled.svg"); - --link: url("./icons/link_20_filled.svg"); - --play: url("./icons/play_20_filled.svg"); - --pause: url("./icons/pause_20_filled.svg"); - --search: url("./icons/search_20_filled.svg"); - --tab-desktop-image: url("./icons/tab_desktop_image_20_filled.svg"); - --translate: url("./icons/translate_20_filled.svg"); - } -} - -/* ---------- Native Browser Menus ---------- */ - -@media (-moz-bool-pref: "userChrome.Menu.Icons.Regular.Enabled") or - (-moz-bool-pref: "userChrome.Menu.Icons.Filled.Enabled") -{ - :is( - - /* ----- Main Menu ----- */ - - #appMenu-new-tab-button2, - #appMenu-new-window-button2, - #appMenu-new-private-window-button2, - #appMenu-bookmarks-button, - #appMenu-history-button, - #appMenu-downloads-button, - #appMenu-passwords-button, - #appMenu-extensions-themes-button, - #appMenu-print-button2, - #appMenu-save-file-button2, - #appMenu-find-button2, - #appMenu-translate-button, - #appMenu-settings-button, - #appMenu-help-button2, - - /* ----- Main Menu (Submenus) ----- */ - - #appmenu-moreTools-button, - #appmenu-developer-tools-view > toolbarbutton:nth-child(1), - - #appMenu_menu_openHelp, - #appMenu_feedbackPage, - #appMenu_menu_HelpPopup_reportPhishingtoolmenu, - - /* ----- Bookmark Menu ----- */ - - #panelMenuBookmarkThisPage, - #panelMenu_showAllBookmarks, - #BMB_bookmarksShowAllTop, - #BMB_bookmarksShowAll, - - /* ----- History Menu ----- */ - - #PanelUI-historyMore, - - /* ----- Library Menu ----- */ - - #appMenu-library-bookmarks-button, - #appMenu-library-history-button, - #appMenu-library-downloads-button, - - /* ----- Downloads Menu ----- */ - - #downloadsHistory, - - /* ----- Developer Menu ----- */ - - #PanelUI-developer-tools-view > toolbarbutton:nth-child(1), - - /* ----- Sidebar Menu ----- */ - - #sidebar-switcher-bookmarks, - #sidebar-switcher-history - - )::before - { - content: "" !important; - display: block; - position: relative; - width: 20px; - height: 20px; - background-color: currentColor; - mask-size: 20px 20px; - mask-repeat: no-repeat; - mask-position: center center; - margin-block: -2px; - margin-inline: -2px 6px; - } - - /* ----- Main Menu ----- */ - - #appMenu-new-tab-button2::before - { - mask-image: var(--tab-new-page); - } - - #appMenu-new-window-button2::before - { - mask-image: var(--window); - } - - #appMenu-new-private-window-button2::before - { - mask-image: var(--window-inprivate-account); - } - - #appMenu-bookmarks-button::before - { - mask-image: var(--star-line-horizontal); - } - - #appMenu-history-button::before - { - mask-image: var(--history); - } - - #appMenu-downloads-button::before - { - mask-image: var(--arrow-download); - } - - #appMenu-passwords-button::before - { - mask-image: var(--key); - } - - #appMenu-extensions-themes-button::before - { - mask-image: var(--puzzle-piece); - } - - #appMenu-print-button2::before - { - mask-image: var(--print); - } - - #appMenu-save-file-button2::before - { - mask-image: var(--save-edit); - } - - #appMenu-find-button2::before - { - mask-image: var(--document-search); - } - - #appMenu-translate-button::before - { - mask-image: var(--translate); - } - - #appMenu-settings-button::before - { - mask-image: var(--settings); - } - - #appMenu-help-button2::before - { - mask-image: var(--question-circle); - } - - /* ----- Main Menu (Submenus) ----- */ - - #appmenu-moreTools-button::before - { - mask-image: var(--color); - } - - #appmenu-developer-tools-view > toolbarbutton:nth-child(1)::before - { - mask-image: var(--window-dev-tools); - } - - #appMenu_menu_openHelp::before - { - mask-image: var(--question-circle); - } - - #appMenu_feedbackPage::before - { - mask-image: var(--person-feedback); - } - - #appMenu_menu_HelpPopup_reportPhishingtoolmenu::before - { - mask-image: var(--warning); - } - - /* ----- Bookmark Menu ----- */ - - #panelMenuBookmarkThisPage::before - { - mask-image: var(--star-add); - } - - #panelMenuBookmarkThisPage[starred]::before - { - mask-image: var(--star); - background-color: var(--toolbarbutton-icon-fill-attention) !important; - } - - :is(#panelMenu_showAllBookmarks, #BMB_bookmarksShowAllTop, #BMB_bookmarksShowAll)::before - { - mask-image: var(--star-line-horizontal); - } - - /* ----- History Menu ----- */ - - #PanelUI-historyMore::before - { - mask-image: var(--history); - } - - /* ----- Library Menu ----- */ - - #appMenu-library-bookmarks-button::before - { - mask-image: var(--star-line-horizontal); - } - - #appMenu-library-history-button::before - { - mask-image: var(--history); - } - - #appMenu-library-downloads-button::before - { - mask-image: var(--arrow-download); - } - - /* ----- Downloads Menu ----- */ - - #downloadsHistory::before - { - mask-image: var(--arrow-download); - } - - /* ----- Developer Menu ----- */ - - #PanelUI-developer-tools-view > toolbarbutton:nth-child(1)::before - { - mask-image: var(--window-dev-tools); - } - - /* ----- Sidebar Menu ----- */ - - #sidebar-switcher-bookmarks::before - { - mask-image: var(--star-line-horizontal); - } - - #sidebar-switcher-history::before - { - mask-image: var(--history); - } - - /* ---------- Non-Native Browser Menus ---------- */ - - @media (-moz-platform: windows), - (-moz-platform: linux) - { - - :is( - - /* ----- Toolbar Menubar Menu ----- */ - - menuitem.viewCustomizeToolbar, - - /* ----- TabsToolbar Menu ----- */ - - #toolbar-context-openANewTab, - #toolbar-context-reloadSelectedTab, - #toolbar-context-bookmarkSelectedTab, - - /* ----- Tab Menu ----- */ - - #context_openANewTab, - #context_reloadTab, - #context_toggleMuteTab, - #context_pinTab, - #context_unpinTab, - #context_duplicateTab, - #context_bookmarkTab, - #context_openTabInWindow, - #context_closeTab, - - /* ----- Tabs Menu ----- */ - - #context_reloadSelectedTabs, - #context_toggleMuteSelectedTabs, - #context_pinSelectedTabs, - #context_unpinSelectedTabs, - #context_duplicateTabs, - #context_bookmarkSelectedTabs, - - /* ----- Urlbar Menu ----- */ - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(1), - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(2), - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(4), - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(5), - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(7), - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(8), - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(9), - - /* ----- Searchbar Menu ----- */ - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(1), - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(2), - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(4), - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(5), - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(6), - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(7), - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(8), - - /* ----- PersonalToolbar Menu ----- */ - - #placesContext_openBookmarkContainer\:tabs, - #placesContext_new\:bookmark, - #placesContext_new\:folder, - #placesContext_paste, - #placesContext_showAllBookmarks, - - /* ----- Bookmarks Menu ----- */ - - #placesContext_open\:newtab, - #placesContext_open\:newwindow, - #placesContext_open\:newprivatewindow, - #placesContext_show_bookmark\:info, - #placesContext_deleteBookmark, - #placesContext_cut, - #placesContext_copy, - #placesContext_paste_group, - - /* ----- Folder Menu ----- */ - - #placesContext_show_folder\:info, - #placesContext_deleteFolder, - - /* ---------- Web Menu ---------- */ - - /* ----- Menu ----- */ - - #context-savepage, - #context-take-screenshot, - #context-inspect, - - /* ----- Text Menu ----- */ - - #context-copy, - #context-print-selection, - #context-searchselect, - - /* ----- Image Menu ----- */ - - #context-viewimage, - #context-saveimage, - #context-copyimage-contents, - - /* ----- Link Menu ----- */ - - #context-openlinkintab, - #context-openlink, - #context-openlinkprivate, - #context-bookmarklink, - #context-savelink, - #context-copylink, - - /* ----- Input Menu ----- */ - - #context-undo, - #context-redo, - #context-cut, - #context-copy, - #context-paste, - #context-delete, - #context-keywordfield, - - /* ----- Video Menu ----- */ - - #context-media-play, - #context-media-pause, - #context-media-mute, - #context-media-unmute, - #context-viewvideo, - #context-savevideo - - )::before - { - content: "" !important; - display: block; - position: relative; - width: 20px; - height: 20px; - background-color: currentColor; - mask-size: 20px 20px; - mask-repeat: no-repeat; - mask-position: center center; - margin-block: -2px; - margin-inline: var(--align-menu-icons); - } - - /* ----- Toolbar Menubar Menu ----- */ - - menuitem.viewCustomizeToolbar::before - { - mask-image: var(--color); - } - - /* ----- TabsToolbar Menu ----- */ - - #toolbar-context-openANewTab::before - { - mask-image: var(--tab-new-page); - } - - #toolbar-context-reloadSelectedTab::before - { - mask-image: var(--arrow-clockwise); - } - - #toolbar-context-bookmarkSelectedTab::before - { - mask-image: var(--star-add); - } - - /* ----- Tab Menu ----- */ - - #context_openANewTab::before - { - mask-image: var(--tab-new-page); - } - - #context_reloadTab::before - { - mask-image: var(--arrow-clockwise); - } - - #context_toggleMuteTab::before - { - mask-image: var(--speaker-mute); - } - - #context_toggleMuteTab[muted]::before - { - mask-image: var(--speaker-2); - } - - :is(#context_pinTab, #context_unpinTab)::before - { - mask-image: var(--pin); - } - - #context_duplicateTab::before - { - mask-image: var(--tab-desktop-copy); - } - - #context_bookmarkTab::before - { - mask-image: var(--star-add); - } - - #context_openTabInWindow::before - { - mask-image: var(--window); - } - - #context_closeTab::before - { - mask-image: var(--dismiss); - } - - /* ----- Tabs Menu ----- */ - - #context_reloadSelectedTabs::before - { - mask-image: var(--arrow-clockwise); - } - - #context_toggleMuteSelectedTabs::before - { - mask-image: var(--speaker-mute); - } - - #context_toggleMuteSelectedTabs[muted]::before - { - mask-image: var(--speaker-2); - } - - :is(#context_pinSelectedTabs, #context_unpinSelectedTabs)::before - { - mask-image: var(--pin); - } - - #context_duplicateTabs::before - { - mask-image: var(--tab-desktop-copy); - } - - #context_bookmarkSelectedTabs::before - { - mask-image: var(--star-add); - } - - /* ----- Urlbar Menu ----- */ - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(1)::before - { - mask-image: var(--arrow-undo); - } - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(2)::before - { - mask-image: var(--arrow-redo); - } - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(4)::before - { - mask-image: var(--cut); - } - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(5)::before - { - mask-image: var(--copy); - } - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(7)::before - { - mask-image: var(--clipboard-paste); - } - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(8)::before - { - mask-image: var(--clipboard-search); - } - - menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(9)::before - { - mask-image: var(--delete); - } - - /* ----- Searchbar Menu ----- */ - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(1)::before - { - mask-image: var(--arrow-undo); - } - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(2)::before - { - mask-image: var(--arrow-redo); - } - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(4)::before - { - mask-image: var(--cut); - } - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(5)::before - { - mask-image: var(--copy); - } - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(6)::before - { - mask-image: var(--clipboard-paste); - } - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(7)::before - { - mask-image: var(--clipboard-search); - } - - menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(8)::before - { - mask-image: var(--delete); - } - - /* ----- PersonalToolbar Menu ----- */ - - #placesContext_openBookmarkContainer\:tabs::before - { - mask-image: var(--tab-desktop); - } - - #placesContext_new\:bookmark::before - { - mask-image: var(--star-add); - } - - #placesContext_new\:folder::before - { - mask-image: var(--folder-add); - } - - #placesContext_paste::before - { - mask-image: var(--clipboard-paste); - } - - #placesContext_showAllBookmarks::before - { - mask-image: var(--star-line-horizontal); - } - - /* ----- Bookmarks Menu ----- */ - - #placesContext_open\:newtab::before - { - mask-image: var(--tab-new-page); - } - - #placesContext_open\:newwindow::before - { - mask-image: var(--window); - } - - #placesContext_open\:newprivatewindow::before - { - mask-image: var(--window-inprivate-account); - } - - #placesContext_show_bookmark\:info::before - { - mask-image: var(--edit); - } - - #placesContext_deleteBookmark::before - { - mask-image: var(--delete); - } - - #placesContext_cut::before - { - mask-image: var(--cut); - } - - #placesContext_copy::before - { - mask-image: var(--copy); - } - - #placesContext_paste_group::before - { - mask-image: var(--clipboard-paste); - } - - /* ----- Folder Menu ----- */ - - #placesContext_show_folder\:info::before - { - mask-image: var(--edit); - } - - #placesContext_deleteFolder::before - { - mask-image: var(--delete); - } - - /* ---------- Web Menu ---------- */ - - #context-savepage::before - { - mask-image: var(--save-edit); - } - - #context-take-screenshot::before - { - mask-image: var(--camera-edit); - } - - #context-inspect::before - { - mask-image: var(--cursor-hover); - } - - #context-copy::before - { - mask-image: var(--copy); - } - - #context-print-selection::before - { - mask-image: var(--print); - } - - #context-searchselect::before - { - mask-image: var(--search); - } - - #context-viewimage::before - { - mask-image: var(--tab-desktop-image); - } - - #context-saveimage::before - { - mask-image: var(--image-edit); - } - - #context-copyimage-contents::before - { - mask-image: var(--image-copy); - } - - #context-openlinkintab::before - { - mask-image: var(--tab-desktop); - } - - #context-openlink::before - { - mask-image: var(--window); - } - - #context-openlinkprivate::before - { - mask-image: var(--window-inprivate-account); - } - - #context-bookmarklink::before - { - mask-image: var(--star-add); - } - - #context-savelink::before - { - mask-image: var(--save-edit); - } - - #context-copylink::before - { - mask-image: var(--link); - } - - #context-undo::before - { - mask-image: var(--arrow-undo); - } - - #context-redo::before - { - mask-image: var(--arrow-redo); - } - - #context-cut::before - { - mask-image: var(--cut); - } - - #context-copy::before - { - mask-image: var(--copy); - } - - #context-paste::before - { - mask-image: var(--clipboard-paste); - } - - #context-delete::before - { - mask-image: var(--delete); - } - - #context-keywordfield::before - { - mask-image: var(--star-add); - } - - #context-media-play::before - { - mask-image: var(--play); - } - - #context-media-pause::before - { - mask-image: var(--pause); - } - - #context-media-mute::before - { - mask-image: var(--speaker-mute); - } - - #context-media-unmute::before - { - mask-image: var(--speaker-2); - } - - #context-viewvideo::before - { - mask-image: var(--tab-desktop); - } - - #context-savevideo::before - { - mask-image: var(--save-edit); - } - - } - -} - -} - -} diff --git a/firefox/chrome/userContent.css b/firefox/chrome/userContent.css deleted file mode 100644 index 59ac293..0000000 --- a/firefox/chrome/userContent.css +++ /dev/null @@ -1,8 +0,0 @@ -@-moz-document url-prefix("about:") { - host, :root { - --in-content-page-background: transparent !important; - } - * { - background: rgba(25, 25, 25, 255) !important; - } -} diff --git a/mkshrc b/mkshrc index d528096..293c712 100644 --- a/mkshrc +++ b/mkshrc @@ -35,7 +35,7 @@ parse_git_branch() { fi } -parse_git_dirty() { +parse_git_dirty () { status=`git status 2>&1 | tee` dirty=`echo -n "${status}" 2> /dev/null | grep "modified:" &> /dev/null; echo "$?"` untracked=`echo -n "${status}" 2> /dev/null | grep "Untracked files" &> /dev/null; echo "$?"` diff --git a/profile b/profile index 93a54ad..09ce224 100644 --- a/profile +++ b/profile @@ -14,7 +14,7 @@ export FILE_MANAGER="/usr/bin/thunar" export EMAIL_CLIENT="/usr/bin/claws-mail" export EDITOR="/usr/bin/vim" -export JAVA_HOME=/usr/lib/jvm/java-19-openjdk/ +export JAVA_HOME=/usr/lib/jvm/java-17-openjdk/ export XINITRC="$HOME/.config/sx/sxrc" [ "$(fgconsole 2>/dev/null)" = "1" ] && exec sx diff --git a/scripts/bg.sh b/scripts/bg.sh index c6aaa61..06793e9 100755 --- a/scripts/bg.sh +++ b/scripts/bg.sh @@ -1,6 +1,6 @@ #!/bin/sh -feh --no-xinerama --bg-fill ~/.config/bg.png +feh --bg-fill ~/.config/bg.png exit setbg="feh --force-aliasing --bg-tile " diff --git a/scripts/calculator b/scripts/calculator index af0033c..31998cc 100755 --- a/scripts/calculator +++ b/scripts/calculator @@ -1,2 +1,2 @@ #!/bin/sh -bspc rule -a \* -o state=floating && $TERMINAL -e bc -lq +bspc rule -a \* -o state=floating && $TERMINAL -e bc -l diff --git a/scripts/gamma.sh b/scripts/gamma.sh index 0f39291..8de1b80 100755 --- a/scripts/gamma.sh +++ b/scripts/gamma.sh @@ -6,5 +6,5 @@ v=$1 if [ $# -ne 0 ]; then xrandr --output $MAIN_DP --gamma $(paste -d" " <(xrandr | grep " connected" | cut -f1 -d " ") <(xrandr --current --verbose | grep "Gamma" | cut -f7 -d" " | cut -f1 -d":" | xargs -I % echo "1/%") | grep $MAIN_DP | cut -d" " -f2 | xargs -I % echo "%*$v" | bc -l) else - xrandr --output $MAIN_DP --gamma 1 + xrandr --output $MAIN_DP --gamma 1.1 fi diff --git a/scripts/mpc_add_query.sh b/scripts/mpc_add_query.sh index 03e39e0..08a1c20 100755 --- a/scripts/mpc_add_query.sh +++ b/scripts/mpc_add_query.sh @@ -1,7 +1,5 @@ #!/bin/sh query=${1} -mpc -f "%title%[\t\t%artist%][\t\t%album%]\t\t%file%" listall | grep -i "${query}" | rev | cut -f1 -d' ' | rev | while read -r track; do - echo "$track" - mpc insert "$track" -done +cd ~/music +find . -iname "*$query*" -type f | while read -r line; do echo "$line"; mpc insert "${line#./}"; done diff --git a/scripts/mpc_add_recent.sh b/scripts/mpc_add_recent.sh index e025eb5..356ad6f 100755 --- a/scripts/mpc_add_recent.sh +++ b/scripts/mpc_add_recent.sh @@ -1,7 +1,7 @@ #!/bin/sh # add recently added files to the playlist -count=${1:-10} +count=${1:-25} cd ~/music -find . -type f -print0 | xargs -0 stat -c"%Y %n" | sort -n | tail -${count} |cut -d' ' -f2- | while read -r line; do printf "%s\n" "$line" ; mpc insert "${line#./}"; done +find . -type f -print0 | xargs -0 stat -c"%Y %n" | sort -n | tail -${count} |cut -d' ' -f2- | while read -r line; do mpc insert "${line#./}"; done diff --git a/scripts/record_window.sh b/scripts/record_window.sh index f732fb7..841b756 100755 --- a/scripts/record_window.sh +++ b/scripts/record_window.sh @@ -14,6 +14,6 @@ position=+$(echo $geom | cut -d'+' -f2- | sed "s/+/,/g") filename=$(date +"$HOME/pics/screenshot/%F_%T.mp4") echo $size and $position -ffmpeg -y -f x11grab -video_size $size -i $position -f pulse -i default $filename +ffmpeg -y -f x11grab -video_size $size -i $position $filename rm $info diff --git a/scripts/reload_gtk_theme b/scripts/reload_gtk_theme deleted file mode 100755 index 6d17f65..0000000 --- a/scripts/reload_gtk_theme +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -theme=$(gsettings get org.gnome.desktop.interface gtk-theme) -gsettings set org.gnome.desktop.interface gtk-theme '' -sleep 1 -gsettings set org.gnome.desktop.interface gtk-theme $theme diff --git a/themes/vimix-vski/gtk-3.0/gtk.css b/themes/vimix-vski/gtk-3.0/gtk.css index 7d8b75f..5d94fbf 100644 --- a/themes/vimix-vski/gtk-3.0/gtk.css +++ b/themes/vimix-vski/gtk-3.0/gtk.css @@ -39,7 +39,7 @@ } .background { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -48,22 +48,22 @@ } .gtkstyle-fallback { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } .gtkstyle-fallback:hover { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } .gtkstyle-fallback:active { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } .gtkstyle-fallback:disabled { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -73,7 +73,7 @@ } iconview, .view { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -87,7 +87,7 @@ iconview:disabled, .view:disabled { } textview text { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -96,7 +96,7 @@ textview text:disabled { } textview border { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -272,11 +272,11 @@ notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), popover.ba } spinbutton:not(.vertical), entry { - border: 1px solid rgba(25, 25, 25, 192); + border: 1px solid #191919; box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -285,15 +285,15 @@ spinbutton:focus:not(.vertical), entry:focus { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } spinbutton:disabled:not(.vertical), entry:disabled { - border: 1px solid rgba(25, 25, 25, 192); + border: 1px solid #191919; box-shadow: none; border-image: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -302,7 +302,7 @@ spinbutton:disabled:not(.vertical), entry:disabled { border: none; border-image: none; box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -315,7 +315,7 @@ spinbutton:disabled:not(.vertical), entry:disabled { .background .gedit-search-slider > .linked:not(.vertical) > entry:disabled, .background entry:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -348,7 +348,7 @@ entry image.right { entry undershoot.left { background-color: transparent; - background-image: linear-gradient(to top, alpha(rgba(25, 25, 25, 192), 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); padding-left: 1px; background-size: 1px 12px; background-repeat: repeat-y; @@ -358,7 +358,7 @@ entry undershoot.left { entry undershoot.right { background-color: transparent; - background-image: linear-gradient(to top, alpha(rgba(25, 25, 25, 192), 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); padding-right: 1px; background-size: 1px 12px; background-repeat: repeat-y; @@ -384,7 +384,7 @@ entry undershoot.right { .background entry.error:disabled, .background entry.search.error:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -429,7 +429,7 @@ entry undershoot.right { .background entry.warning:disabled, .background entry.search.warning:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -512,7 +512,7 @@ treeview entry.flat, treeview entry { min-height: 0; padding: 2px; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { @@ -678,7 +678,7 @@ button { font-weight: 500; border: 1px solid #707880; box-shadow: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -710,7 +710,7 @@ button:checked:disabled { .background button { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); background-repeat: no-repeat; background-position: center; @@ -1301,7 +1301,7 @@ combobox entry.combo { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -1310,7 +1310,7 @@ combobox entry.combo:focus { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -1318,7 +1318,7 @@ combobox entry.combo:disabled { border: 1px solid #707880; box-shadow: none; border-image: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -1409,7 +1409,7 @@ combobox:drop(active) { toolbar { -GtkWidget-window-dragging: true; padding: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .osd toolbar { @@ -1420,7 +1420,7 @@ frame.documents-dropdown, .app-notification, toolbar.osd { padding: 6px; border-radius: 2px; box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { @@ -1493,7 +1493,7 @@ window.background stack scrolledwindow :not(stackswitcher).linked button:checked border-style: solid; border-width: 0 1px 1px; border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } searchbar > revealer > box, @@ -1502,7 +1502,7 @@ searchbar > revealer > box, border-style: solid; border-width: 0 0 1px; border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-clip: border-box; } @@ -1603,7 +1603,7 @@ headerbar { min-height: 36px; padding: 0 12px; box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -1785,7 +1785,7 @@ headerbar .linked:not(.vertical).path-bar > button:checked:hover { headerbar separator, headerbar separator.titlebutton { min-width: 0; min-height: 0; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; border: none; } @@ -1900,8 +1900,8 @@ window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerb .titlebar:not(headerbar) > separator { min-width: 1px; min-height: 1px; - background-color: rgba(25, 25, 25, 192); - background-image: image(rgba(25, 25, 25, 192)); + background-color: #191919; + background-image: image(#191919); border: none; } @@ -1918,7 +1918,7 @@ window.background > box.vertical > headerbar:not(.titlebar) { } window.background > box.vertical > headerbar:not(.titlebar), window.background > box.vertical > headerbar:not(.titlebar):backdrop { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } separator:first-child + window.background > box.vertical > headerbar:not(.titlebar), separator:first-child + window.background > box.vertical > headerbar:not(.titlebar):backdrop, window.background > box.vertical > headerbar:not(.titlebar):first-child, window.background > box.vertical > headerbar:not(.titlebar):first-child:backdrop { @@ -2096,7 +2096,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he } treeview.view header button, treeview.view header button:disabled { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } treeview.view header button:last-child { @@ -2111,7 +2111,7 @@ treeview.view header.button.dnd { border-color: rgba(255, 255, 255, 0.12); border-radius: 0; box-shadow: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-clip: border-box; color: #707880; } @@ -2125,7 +2125,7 @@ menubar, -GtkWidget-window-dragging: true; padding: 0; color: rgba(255, 255, 255, 0.7); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } menubar:backdrop, @@ -2390,7 +2390,7 @@ popover.background list separator { notebook > header { border-width: 1px; border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-clip: border-box; } @@ -2532,7 +2532,7 @@ notebook > header tab:hover { notebook > header tab:hover.reorderable-page { border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } notebook > header tab:disabled { @@ -2552,7 +2552,7 @@ notebook > header tab:checked:disabled { notebook > header tab:checked.reorderable-page { border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } notebook > header tab button.flat { @@ -2600,7 +2600,7 @@ notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs t } notebook > stack:not(:only-child) { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } notebook button.toggle { @@ -2613,7 +2613,7 @@ notebook button.toggle { scrollbar { transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-clip: border-box; } @@ -2683,14 +2683,14 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { min-width: 4px; min-height: 4px; margin: 3px; - border: 1px solid alpha(rgba(25, 25, 25, 192), 0.3); + border: 1px solid alpha(#191919, 0.3); } scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 4px; min-height: 4px; margin: 3px; - border: 1px solid alpha(rgba(25, 25, 25, 192), 0.3); + border: 1px solid alpha(#191919, 0.3); border-radius: 9999px; background-color: rgba(255, 255, 255, 0.45); background-clip: padding-box; @@ -2718,7 +2718,7 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { } scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: alpha(rgba(25, 25, 25, 192), 0.9); + background-color: alpha(#191919, 0.9); } scrollbar.horizontal slider { @@ -3395,13 +3395,13 @@ levelbar trough { border: none; border-image: none; box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } levelbar trough:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -3441,7 +3441,7 @@ levelbar block.empty { printdialog paper { padding: 0; border: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -3547,7 +3547,7 @@ overshoot.right { undershoot.top { background-color: transparent; - background-image: linear-gradient(to left, alpha(rgba(25, 25, 25, 192), 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + background-image: linear-gradient(to left, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); padding-top: 1px; background-size: 12px 1px; background-repeat: repeat-x; @@ -3557,7 +3557,7 @@ undershoot.top { undershoot.bottom { background-color: transparent; - background-image: linear-gradient(to left, alpha(rgba(25, 25, 25, 192), 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + background-image: linear-gradient(to left, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); padding-bottom: 1px; background-size: 12px 1px; background-repeat: repeat-x; @@ -3567,7 +3567,7 @@ undershoot.bottom { undershoot.left { background-color: transparent; - background-image: linear-gradient(to top, alpha(rgba(25, 25, 25, 192), 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); padding-left: 1px; background-size: 1px 12px; background-repeat: repeat-y; @@ -3577,7 +3577,7 @@ undershoot.left { undershoot.right { background-color: transparent; - background-image: linear-gradient(to top, alpha(rgba(25, 25, 25, 192), 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); padding-right: 1px; background-size: 1px 12px; background-repeat: repeat-y; @@ -3589,7 +3589,7 @@ junction { border-style: solid none none solid; border-width: 1px; border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } junction:dir(rtl) { @@ -3609,7 +3609,7 @@ separator.selection-mode.sidebar { list { border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } list.content:not(.conversation-listbox) { @@ -3830,7 +3830,7 @@ filechooser .dialog-action-box { filechooser #pathbarbox { border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } filechooserbutton:drop(active) { @@ -3896,7 +3896,7 @@ stacksidebar row > label { } placessidebar { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } placessidebar > viewport.frame { @@ -4004,7 +4004,7 @@ paned > separator { paned > separator.wide { min-width: 6px; min-height: 6px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-image: image(#707880), image(#707880); background-size: 1px 1px, 1px 1px; } @@ -4133,7 +4133,7 @@ tooltip { tooltip.background { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: alpha(rgba(25, 25, 25, 192), 0.9); + background-color: alpha(#191919, 0.9); } tooltip:not(.csd) { @@ -4262,7 +4262,7 @@ colorchooser .popover.osd { transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); border-radius: 2px; box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } colorchooser .popover.osd:backdrop { @@ -4270,7 +4270,7 @@ colorchooser .popover.osd:backdrop { } .content-view { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } decoration { @@ -4316,7 +4316,7 @@ messagedialog.csd decoration { padding: 1px 2px 2px; border: 1px solid #1e1f21; border-radius: 0; - box-shadow: inset 0 0 0 2px rgba(25, 25, 25, 192), inset 0 1px rgba(255, 255, 255, 0.1); + box-shadow: inset 0 0 0 2px #191919, inset 0 1px rgba(255, 255, 255, 0.1); background-color: #707880; } @@ -4615,7 +4615,7 @@ row button.circular { border: solid 1px rgba(255, 255, 255, 0.12); border-radius: 3px; box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; font-size: smaller; } @@ -4849,7 +4849,7 @@ window.background stack scrolledwindow stackswitcher.stack-switcher button:check .nautilus-window, .nautilus-window notebook, .nautilus-window notebook > stack { - background: rgba(25, 25, 25, 192); + background: #191919; } .nautilus-window notebook > header.top tabs, @@ -4960,7 +4960,7 @@ filechooser placessidebar.sidebar row.sidebar-row:selected:hover, padding: 0; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 0; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-clip: border-box; transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-width 0; } @@ -5147,7 +5147,7 @@ paned.titlebar.horizontal > separator { .background .gedit-search-slider > .linked:not(.vertical) > entry.search.error:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -5192,7 +5192,7 @@ paned.titlebar.horizontal > separator { .background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -5225,7 +5225,7 @@ notebook > stack:not(:only-child) revealer .gedit-search-slider .linked:not(.ver } window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { @@ -5234,11 +5234,11 @@ window.background > box.vertical > overlay > stack > widget > stack > box.vertic } window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); } window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { @@ -5247,13 +5247,13 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box } .category_page_header_filter_box { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); border-image: linear-gradient(to bottom, #707880, #707880) 0 0 1 0/0 0 1px 0 stretch; } .category_page_header_filter_box button { color: rgba(255, 255, 255, 0.7); - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); } .category_page_header_filter_box button:hover { @@ -5269,7 +5269,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box } .application-details-infobar { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); border-image: linear-gradient(to bottom, #707880, #707880) 1 1 1 1/1px 1px 1px 1px stretch; } @@ -5311,8 +5311,8 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow } window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(rgba(25, 25, 25, 192)); - background-color: rgba(25, 25, 25, 192); + background-image: image(#191919); + background-color: #191919; color: #707880; } @@ -5343,7 +5343,7 @@ popover.background.dzlmenubutton button.dzlmenubuttonitem:active label, popover. } perspectiveswitcher { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } perspectiveswitcher button:checked { @@ -5352,7 +5352,7 @@ perspectiveswitcher button:checked { layouttabbar { border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } layouttabbar > box > button { @@ -5365,7 +5365,7 @@ layouttab { border-width: 1px; border-color: rgba(255, 255, 255, 0.12); box-shadow: inset 0 -2px #707880; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } layouttab separator.vertical { @@ -5416,13 +5416,13 @@ dockpaned { eggsearchbar box.search-bar { padding: 0 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } docktabstrip { padding: 0 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } docktab { @@ -5450,7 +5450,7 @@ docktab:checked { } dockoverlayedge { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } dockoverlayedge docktabstrip { @@ -5475,7 +5475,7 @@ dockoverlayedge.right-edge docktab:checked { } pillbox { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; border-radius: 2px; } @@ -5485,7 +5485,7 @@ buildperspective row { layoutpane entry.search { box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } editortweak entry.search { @@ -5765,7 +5765,7 @@ button.title label { } .tweak-categories { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); } .tweak-categories separator { @@ -5785,16 +5785,16 @@ button.title label { .tweak-group-#c5c8c6, .tweak-#c5c8c6, .tweak-#c5c8c6:hover { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); } .tweak-startup, .tweak-startup:hover { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); } .tweak-group-startup { - background-image: image(rgba(25, 25, 25, 192)); + background-image: image(#191919); border: 1px solid rgba(255, 255, 255, 0.12); } @@ -5943,7 +5943,7 @@ window.background:not(.csd) > widget > entry { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -5952,7 +5952,7 @@ window.background:not(.csd) > widget > entry:focus { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -5960,14 +5960,14 @@ window.background:not(.csd) > widget > entry:disabled { border: 1px solid #707880; box-shadow: none; border-image: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } window.background:not(.csd) > widget > button > button, window.background:not(.csd) > widget > button.combo > button { border: 1px solid #707880; box-shadow: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -6014,7 +6014,7 @@ window.background:not(.csd) > widget > frame { window.background:not(.csd) > menu, window.background:not(.csd) > menu > menu { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background:not(.csd) > menu menuitem, @@ -6066,7 +6066,7 @@ window.background:not(.csd) > menu > separator { } #MozillaGtkWidget.background { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } #MozillaGtkWidget.background, #MozillaGtkWidget.background decoration { @@ -6081,7 +6081,7 @@ window.background:not(.csd) > menu > separator { #MozillaGtkWidget.background frame, #MozillaGtkWidget.background separator, #MozillaGtkWidget.background scrolledwindow { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } #MozillaGtkWidget.background scrollbar { @@ -6089,7 +6089,7 @@ window.background:not(.csd) > menu > separator { } #MozillaGtkWidget.background > window.background > menu { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } #MozillaGtkWidget.background > window.background > menu > separator { @@ -6179,7 +6179,7 @@ window.background:not(.csd) > menu > separator { } #MozillaGtkWidget.background > widget > scrolledwindow > textview { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } #MozillaGtkWidget.background > widget > scrolledwindow > textview text { @@ -6190,7 +6190,7 @@ window.background:not(.csd) > menu > separator { #MozillaGtkWidget.background > widget > button > button, #MozillaGtkWidget.background > widget > button.combo > button { border: 1px solid #707880; box-shadow: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -6224,7 +6224,7 @@ window.background:not(.csd) > menu > separator { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -6233,7 +6233,7 @@ window.background:not(.csd) > menu > separator { box-shadow: none; border-image: none; border-radius: 3px; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -6241,7 +6241,7 @@ window.background:not(.csd) > menu > separator { border: 1px solid #707880; box-shadow: none; border-image: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -6256,7 +6256,7 @@ window.background:not(.csd) > menu > separator { } window.background.chromium { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -6297,12 +6297,12 @@ window.background.chromium entry.chromium:focus { } window.background.chromium > menubar { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background.chromium > menu { border: 1px solid #707880; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; border-radius: 0; } @@ -6326,17 +6326,17 @@ window.background.chromium > menu > menuitem label:disabled, window.background.c window.background.chromium > textview.view { color: #c5c8c6; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background.chromium > textview { color: #c5c8c6; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background.chromium > textview text { color: #c5c8c6; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background > box.vertical > widget > widget:selected { @@ -6344,12 +6344,12 @@ window.background > box.vertical > widget > widget:selected { } window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background:not(.solid-csd) > notebook:not(.frame) { border: 0 none transparent; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window.background:not(.solid-csd) > notebook:not(.frame) > stack { @@ -6413,7 +6413,7 @@ window#GearyMainWindow.background.csd statusbar frame { } .geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout headerbar { @@ -6427,7 +6427,7 @@ window#GearyMainWindow.background.csd statusbar frame { .geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, .geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { border-right: none; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } @@ -6445,7 +6445,7 @@ window#GearyMainWindow.background.csd statusbar frame { } .geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:not(:hover):not(:selected) { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { @@ -6600,7 +6600,7 @@ widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titl .XfceHeading { border: 0 none transparent; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -6665,7 +6665,7 @@ XfdesktopIconView.view:active, XfdesktopIconView.view:checked { } window#whiskermenu-window { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } window#whiskermenu-window > frame > border { @@ -6753,17 +6753,17 @@ menubar.-vala-panel-background > menuitem:disabled { } .nemo-window notebook { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .nemo-window notebook .primary-toolbar { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .nemo-window notebook .primary-toolbar button { transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); background-repeat: no-repeat; background-position: center; @@ -6808,7 +6808,7 @@ menubar.-vala-panel-background > menuitem:disabled { border: none; border-image: none; box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); } @@ -6821,7 +6821,7 @@ menubar.-vala-panel-background > menuitem:disabled { .nemo-window notebook .primary-toolbar entry:disabled { box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.45); } @@ -6834,7 +6834,7 @@ menubar.-vala-panel-background > menuitem:disabled { .nemo-window .nemo-window-pane treeview.view entry, .nemo-window .nemo-window-pane treeview.view:selected entry { color: #c5c8c6; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; border-radius: 3px; } @@ -6848,7 +6848,7 @@ menubar.-vala-panel-background > menuitem:disabled { padding-bottom: 6px; border: none; color: #c5c8c6; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); } @@ -6992,7 +6992,7 @@ UnityDecoration .top { padding: 3px 8px 3px 8px; border-radius: 2px 2px 0px 0px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: #c5c8c6; } @@ -7003,7 +7003,7 @@ UnityDecoration .top:backdrop { UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } UnityDecoration.menuitem, @@ -7090,7 +7090,7 @@ headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not( #PanelPlug, PanelToplevel.background { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; color: rgba(255, 255, 255, 0.7); font-weight: 500; } @@ -7172,7 +7172,7 @@ na-tray-applet { border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .mate-panel-applet-slider frame frame { @@ -7198,7 +7198,7 @@ na-tray-applet { .caja-side-pane notebook viewport.frame, .caja-side-pane notebook widget .vertical { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .caja-side-pane notebook .frame, @@ -7223,7 +7223,7 @@ na-tray-applet { #caja-extra-view-widget { border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } #caja-extra-view-widget > box > box > label { @@ -7680,7 +7680,7 @@ window.budgie-popover:not(.csd) > frame.container > border { .budgie-menu.background { padding: 0; - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .budgie-menu scrollbar, @@ -8151,7 +8151,7 @@ frame.raven-frame > border { border-style: solid none; border-width: 1px; border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .background .raven .raven-background.frame { @@ -8433,7 +8433,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list } .budgie-run-dialog { - background-color: rgba(25, 25, 25, 192); + background-color: #191919; } .budgie-run-dialog entry.search { @@ -8572,27 +8572,27 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list /* text color for entries, views and content in general */ @define-color theme_text_color currentColor; /* widget base background color */ -@define-color theme_bg_color rgba(25, 25, 25, 192); +@define-color theme_bg_color #191919; /* text widgets and the like base background color */ -@define-color theme_base_color rgba(25, 25, 25, 192); +@define-color theme_base_color #191919; /* base background color of selections */ @define-color theme_selected_bg_color #707880; /* text/foreground color of selections */ @define-color theme_selected_fg_color #c5c8c6; /* base background color of insensitive widgets */ -@define-color insensitive_bg_color rgba(25, 25, 25, 192); +@define-color insensitive_bg_color #191919; /* text foreground color of insensitive widgets */ @define-color insensitive_fg_color rgba(255, 255, 255, 0.45); /* insensitive text widgets and the like base background color */ -@define-color insensitive_base_color rgba(25, 25, 25, 192); +@define-color insensitive_base_color #191919; /* widget text/foreground color on backdrop windows */ @define-color theme_unfocused_fg_color #c5c8c6; /* text color for entries, views and content in general on backdrop windows */ @define-color theme_unfocused_text_color currentColor; /* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color rgba(25, 25, 25, 192); +@define-color theme_unfocused_bg_color #191919; /* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color rgba(25, 25, 25, 192); +@define-color theme_unfocused_base_color #191919; /* base background color of selections on backdrop windows */ @define-color theme_unfocused_selected_bg_color #707880; /* text/foreground color of selections on backdrop windows */ @@ -8606,19 +8606,19 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list /* widgets */ @define-color fg_color #c5c8c6; @define-color text_color currentColor; -@define-color bg_color rgba(25, 25, 25, 192); -@define-color base_color rgba(25, 25, 25, 192); +@define-color bg_color #191919; +@define-color base_color #191919; /* WM */ @define-color wm_title alpha(#c5c8c6, 0.8); @define-color wm_unfocused_title alpha(#c5c8c6, 0.5); -@define-color wm_bg rgba(25, 25, 25, 192); -@define-color wm_bg_unfocused rgba(25, 25, 25, 192); -@define-color wm_highlight rgba(25, 25, 25, 192); +@define-color wm_bg #191919; +@define-color wm_bg_unfocused #191919; +@define-color wm_highlight #191919; /* these are pretty self explicative */ @define-color warning_color #f0c674; @define-color error_color #a54242; @define-color success_color #81C995; -@define-color content_view_bg rgba(25, 25, 25, 192); +@define-color content_view_bg #191919; @define-color placeholder_text_color #707880; /* Very contrasty background for text views (@theme_text foreground) */ @define-color text_view_bg #252629; diff --git a/firefox/user.js b/user.js similarity index 97% rename from firefox/user.js rename to user.js index ffc436a..65caef9 100644 --- a/firefox/user.js +++ b/user.js @@ -329,7 +329,7 @@ user_pref("browser.user_preferences.moreFromMozilla", false); // Disable hardware acceleration //user_pref("layers.acceleration.disabled", false); -//user_pref("gfx.direct2d.disabled", true); +user_pref("gfx.direct2d.disabled", true); // Disable SSDP user_pref("browser.casting.enabled", false); @@ -415,15 +415,3 @@ user_pref("browser.contentblocking.report.vpn-promo.url", ""); user_pref("browser.contentblocking.report.vpn-android.url", ""); user_pref("browser.contentblocking.report.vpn-ios.url", ""); user_pref("browser.privatebrowsing.promoEnabled", false); - -// Disable automatic gain control -user_pref("media.getusermedia.agc_enabled", false); - -// Theming -user_pref("gfx.webrender.all", true); -user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); -user_pref("userChrome.Tabs.Option6.Enabled", true); -user_pref("userChrome.Style.ThirdParty.Enabled", true); -user_pref("userChrome.Linux.Transparency.Medium.Enabled", true); - -user_pref("browser.tabs.inTitlebar", 2);