Solved Change border colors in Folder Pane for highlighted folder


davidhelp

Member
Local time
7:47 AM
Posts
19
OS
Windows 11 in VirtualBox
Thunderbird version 128.3.1
Question: How do you change border colors in Folder Pane for highlighted folder?

In the Folder Pane when a folder is selected there is a orange left side border and the border around the highlighted folder is a thin orange color. (from Windows Title bar and window borders)
Also when you hover over a folder there is a slight border color of whatever your Windows Title bar and window borders color is.
It carries over to what colors I have using the userChrome.css file.

Question: How to change these colors to what I want?

Here are the settings for the userChrome file I use.

Code:
/* Folder Pane - hover color, once a row is clicked on it will either display
the Windows Titlebar color you choose if you do not specify a color here then
the hover color will continue on any other row you hover over. light blue specified */
.container:hover {
  background-color: #66CDAA !important;}


/* Folder Pane - light blue specified */
li.selected > .container {
  color: black !important;
  background-color: #52aaff !important;
  border: 0px solid #000000 !important;}



border color.jpg
 

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2 26100.3775
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 nvme+256gb SKHynix m.2 nvme /External drives 512gb Samsung m.2 sata+1tb Kingston m2.nvme+ 4gb Solidigm nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
Question: How to change these colors to what I want?

Here are the settings for the userChrome file I use.

Code:
/* Folder Pane - hover color, once a row is clicked on it will either display
the Windows Titlebar color you choose if you do not specify a color here then
the hover color will continue on any other row you hover over. light blue specified */
.container:hover {
background-color: #66CDAA !important;}


/* Folder Pane - light blue specified */
li.selected > .container {
color: black !important;
background-color: #52aaff !important;
border: 0px solid #000000 !important;}

You mean what to change in the code?

background-color: #66CDAA !important;}
background-color: #52aaff !important;
border: 0px solid #000000 !important;}

All of the bold letters & numbers are hex colour codes. Change them accordingly.
(Backup the style sheet first)

You can use this site to get your hex colour codes


IMG_5123.jpeg
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5039
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
For some reason:

border: 0px solid #000000 !important;}

Did you change that? If you want the border, change to 1px (or more if you want it thicker, I wouldn’t go past 2, it will be kind of ugly.)
The #000000 is black.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5039
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
Thanks for trying. Those add-ons are for very old versions of Thunderbird. They cannot be installed.
In my screenshots I show the Thunderbird original look with the border. The border code was there as a reminder only. If I fill in like 3px it does not show a border that I want but only what you see in my screenshots.

Code:
/* Folder Pane - light green hover color, red for border */
.container:hover {
background-color: #66CDAA !important;}
border: 3px solid #FF0000 !important;}


/* Folder Pane - light blue specified, black for border */
li.selected > .container {
color: black !important;
background-color: #52aaff !important;
border: 3px solid #000000 !important;}
 
Last edited:

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus
It’s always nice to have complimentary colours, meaning the background colour would be subtle then darker elements accordingly.
For instance with Blues
Subtle blue BG with a slightly darker blue hover.
Darker blue border


CSS:
.container:hover {
background-color: #b5eeee !important;}

/* Folder Pane - light blue specified */
li.selected > .container {
color: black !important;
background-color: #e9f4f4 !important;
border: 1px solid #acdcdc !important;}
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5039
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
Ignore the code from me above in post #5. I corrected it here. I do not want to see a border at all and have tried the same color as the background-color. I only use the black and red colors to view the border. If I use the same color then the border disappears when you click away but that orange/red thin border still shows up when the folder is selected. The hover color still has the thin border.

border1.jpg
The hover border does not change.

border2.jpg

With same color as background.

border3.jpg


Code:
/* Folder Pane - light green hover color, red for border or the light blue */
.container:hover {
background-color: #66CDAA !important;
border: 3px solid #FF0000; !important;}


/* Folder Pane - light blue specified, black for border */
li.selected > .container {
color: black !important;
background-color: #52aaff !important;
border: 3px solid #000000 !important;}  /* change to #52aaff */
 
Last edited:

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus
If you don't want a border, remove it

CSS:
.container:hover {
background-color: #66CDAA !important;
border: 0px solid #FF0000; !important;}

Or border none.

CSS:
.container:hover {
background-color: #66CDAA !important;
border: none; !important;}

Or try border style none if the above doesn’t work.

CSS:
.container:hover {
background-color: #66CDAA !important;
border-style: none; !important;}
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5039
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
See my explanation above. That has been done. A border with 3px and without 0px
Just copy my code into a userChrome.css you create and re-open Thunderbird and check it yourself.
 

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus
That isn’t removing a border properly in CSS coding. But if making it the same colour works for you (y)
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5039
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
If you don't want to see the border, you can also make its color transparent; eg.
Code:
/* Folder Pane - hover color, once a row is clicked on it will either display
the Windows Titlebar color you choose if you do not specify a color here then
the hover color will continue on any other row you hover over. light blue specified */
.container:hover {
background-color: #66CDAA       !important;
border-color:     transparent   !important;
}

/* Folder Pane - light blue specified */
li.selected > .container {
color:            black         !important;
background-color: #52aaff       !important;
border-color:     transparent   !important;
}

/* the indicator in front of the foldername selected */
li.selected div::before {
background-color: #52aaff      !important;
border-color:      transparent  !important;
}
 

My Computer

System One

  • OS
    Windows 11 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom
    CPU
    intel i7-8700 (non-K)
    Motherboard
    Asus Z370 TUF Gaming
    Memory
    32Gb
    Graphics Card(s)
    On-board Intel iGPU
    Sound Card
    On-board Realtek
    Hard Drives
    Samsung_SSD_850_EVO
    PSU
    Corsair Rm850X
    Cooling
    All air
Thanks, the border-color: transparent (das10) works for the hover.
I added the border: none; to the li.selected (antspants) and now have no border for that. Without it the border appears.
Anyone know how to change the color of the left side line that Thunderbird adds for the li.selected?

border8.jpg


Code:
/* Folder Pane - light green hover color, border transparent. */
.container:hover {
background-color: #66CDAA !important;
border-color: transparent !important;
border-left: 3px solid  #FF0000 !important;}


/* Folder Pane - light blue specified, border has orange line on left from Thunderbird*/
li.selected > .container {
color: black !important;
background-color: #52aaff !important;
border-color: transparent !important;}
border: none; !important;}
 
Last edited:

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus
Do you mean the selection indicator on the "left" of the selected folder?
 

My Computer

System One

  • OS
    Windows 11 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom
    CPU
    intel i7-8700 (non-K)
    Motherboard
    Asus Z370 TUF Gaming
    Memory
    32Gb
    Graphics Card(s)
    On-board Intel iGPU
    Sound Card
    On-board Realtek
    Hard Drives
    Samsung_SSD_850_EVO
    PSU
    Corsair Rm850X
    Cooling
    All air
Yes, what you see in the above photo with the line offset from the blue highlight.
It takes up the Windows color for your title bars and windows colors under Settings> Color
It is a grey line if you click elsewhere.
 

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus
🥱
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5039
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
This all works with the colors I want. The color of the left side that Thunderbird adds I have not been able to change yet but it is orange and that works for me. This is all the code for the Folder Pane I use.

Code:
/* Folder Pane - background color is light grey */
#folderPane, #folderPaneHeaderBar {
background-color: #F0F0F0 !important;}


/* Folder Pane - folder names, font, font size - text color is dark green*/
.name {color: #0D3C39 !important; font-family: 'Georgia'; font-size: 12px; font-weight: 600; !important;}


/* Folder Pane - hover color, once a row is clicked on it will either display the Windows Titlebar color you choose if you do not specify a color here. The hover color will continue on any other row you hover over. hover color is light green, border-left is red */
.container:hover {
  background-color: #66CDAA !important;
  border-color: transparent !important;
  border-left: 3px solid  #FF0000 !important;}

/* Folder Pane - light blue specified */
li.selected > .container {
  color: black !important;
  background-color: #52aaff !important;
  border: 0px solid #000000 !important;}

/* this is the color when you drag an email to another folder and that folder is highlighted. Light green color */
#folderTree:focus-within li.selected > .container,
#folderTree li.drop-target > .container {
  background-color: #66CDAA !important;
  border: 0px solid red !important;
  border-radius: 0px;}
 

My Computer

System One

  • OS
    Windows 11 in VirtualBox
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte
    CPU
    Intel Core i5 4690K @ 3.50GHz
    Motherboard
    Gigabyte Z97X-UD5H
    Memory
    32GB DDR3
    Graphics Card(s)
    4095MB NVIDIA GeForce GTX 1650
    Sound Card
    Sound Blaster Z
    Monitor(s) Displays
    Dell G3223Q Monitor - 32-Inch 4K Ultra UHD (3840x2160), 144Hz 1Ms Display
    Screen Resolution
    3840x2160@144Hz
    Hard Drives
    Samsung SSD 4TB
    Keyboard
    4Tech
    Mouse
    Jelly Comb
    Internet Speed
    1GB
    Browser
    Firefox
    Antivirus
    Windows Anti-virus
Back
Top Bottom