Arc-theme: Dashed line in some applications

Created on 30 Jul 2016  路  6Comments  路  Source: horst3180/arc-theme

In some applications the dashed line, for example in the calculator is visible. On the picture it is possible to see it near the cursor.
Gnome 3.20
Thx
2016-07-30 07-38-04

Most helpful comment

@ElvisPresly edit gtk.css, find .undershoot.top, .undershoot.bottom, .undershoot.left and .undershoot.right, for each of them, set background-size property to 0px 0px.
ps: sorry for my bad english.
screenshot from 2016-08-08 12-20-22

All 6 comments

Nautilus: If many files also appear the side toddler of scrolling
2016-07-30 07-43-15

It's a GTK feature, shows when the view is scrollable :wink:

Ubuntu 14.04, I've experimented several dashed-like lines on all menus, which is very annoying for me.
As a web programmer was easy for me to read theme's CSS styles, here's how I got rid of those lines:
Edit gtk.css file as sudo, located at /usr/share/themes/Arc-Dark/gtk-3.0 (in case theme to edit is Arc-Dark)
Set outline-width property (around line 27) to 0px (originally, 1px), save the file, and re-apply theme (set randomly a theme and set again Arc-Dark theme).
Here final changes and line I've changed.
captura de pantalla de 2016-08-06 16 56 08_2
Hope this helps (Y)

@padre629 no, this is another issue, yours is about modifying a unsupported GTK version, this is a supported GTK feature

@ElvisPresly edit gtk.css, find .undershoot.top, .undershoot.bottom, .undershoot.left and .undershoot.right, for each of them, set background-size property to 0px 0px.
ps: sorry for my bad english.
screenshot from 2016-08-08 12-20-22

@ShinzJr It work, thx

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Lknechtli picture Lknechtli  路  7Comments

cbcoutinho picture cbcoutinho  路  3Comments

roidm picture roidm  路  7Comments

timorei picture timorei  路  7Comments

umpirsky picture umpirsky  路  8Comments