Hi,
I'm using Thunderbird 52.0a1 and I have an issue with the forward and backward steppers (top and bottom arrows on scrollbars) missing. In another thread Tom Horsley provided a gtk-3 css script that needed to be placed in ~/.config/gtk-3.0/gtk.css. This script rectified the missing arrows issue when I was using KDE, but now that I am trying Gnome this script does not appear to work, what needs to be done to get the script to work under Gnome?
regards,
Steve
On 9 October 2016 at 23:03, Stephen Morris samorris@netspace.net.au wrote:
Hi,
I'm using Thunderbird 52.0a1 and I have an issue with the forward andbackward steppers (top and bottom arrows on scrollbars) missing. In another thread Tom Horsley provided a gtk-3 css script that needed to be placed in ~/.config/gtk-3.0/gtk.css. This script rectified the missing arrows issue when I was using KDE, but now that I am trying Gnome this script does not appear to work, what needs to be done to get the script to work under Gnome?
regards,
Steve
In ~/.config/gtk-3.0/gtk.css, replace: .scrollbar {
with: scrollbar {
that seems to work for me.
On 11/10/16 03:37, Ahmad Samir wrote:
On 9 October 2016 at 23:03, Stephen Morris samorris@netspace.net.au wrote:
Hi,
I'm using Thunderbird 52.0a1 and I have an issue with the forward andbackward steppers (top and bottom arrows on scrollbars) missing. In another thread Tom Horsley provided a gtk-3 css script that needed to be placed in ~/.config/gtk-3.0/gtk.css. This script rectified the missing arrows issue when I was using KDE, but now that I am trying Gnome this script does not appear to work, what needs to be done to get the script to work under Gnome?
regards,
Steve
In ~/.config/gtk-3.0/gtk.css, replace: .scrollbar {
with: scrollbar {
that seems to work for me.
Thanks Ahmad, your suggestion works under both Gnome and KDE, which now raises the question of why does the original format of .scrollbar { only work under KDE and not Gnome.
regards, Steve
On 10 October 2016 at 22:47, Stephen Morris samorris@netspace.net.au wrote:
On 11/10/16 03:37, Ahmad Samir wrote:
On 9 October 2016 at 23:03, Stephen Morris samorris@netspace.net.au wrote:
Hi,
I'm using Thunderbird 52.0a1 and I have an issue with the forwardand backward steppers (top and bottom arrows on scrollbars) missing. In another thread Tom Horsley provided a gtk-3 css script that needed to be placed in ~/.config/gtk-3.0/gtk.css. This script rectified the missing arrows issue when I was using KDE, but now that I am trying Gnome this script does not appear to work, what needs to be done to get the script to work under Gnome?
regards,
Steve
In ~/.config/gtk-3.0/gtk.css, replace: .scrollbar {
with: scrollbar {
that seems to work for me.
Thanks Ahmad, your suggestion works under both Gnome and KDE, which now raises the question of why does the original format of .scrollbar { only work under KDE and not Gnome.
It could be that you're using different GTK3 themes under KDE and GNOME respectively. Check the output of these commands while running GNOME: $ grep gtk-theme ~/.config/gtk-3.0/settings.ini $ gsettings get org.gnome.desktop.interface gtk-theme
On 11/10/16 22:23, Ahmad Samir wrote:
On 10 October 2016 at 22:47, Stephen Morris samorris@netspace.net.au wrote:
On 11/10/16 03:37, Ahmad Samir wrote:
On 9 October 2016 at 23:03, Stephen Morris samorris@netspace.net.au wrote:
Hi,
I'm using Thunderbird 52.0a1 and I have an issue with the forwardand backward steppers (top and bottom arrows on scrollbars) missing. In another thread Tom Horsley provided a gtk-3 css script that needed to be placed in ~/.config/gtk-3.0/gtk.css. This script rectified the missing arrows issue when I was using KDE, but now that I am trying Gnome this script does not appear to work, what needs to be done to get the script to work under Gnome?
regards,
Steve
In ~/.config/gtk-3.0/gtk.css, replace: .scrollbar {
with: scrollbar {
that seems to work for me.
Thanks Ahmad, your suggestion works under both Gnome and KDE, which now raises the question of why does the original format of .scrollbar { only work under KDE and not Gnome.
It could be that you're using different GTK3 themes under KDE and GNOME respectively. Check the output of these commands while running GNOME: $ grep gtk-theme ~/.config/gtk-3.0/settings.ini $ gsettings get org.gnome.desktop.interface gtk-theme
Thanks Ahmad, I am using different themes under KDE and Gnome. In KDE I'm using Breeze and under Gnome I'm using the default of Adwaita.
regards, Steve