paper-gtk-theme
paper-gtk-theme copied to clipboard
Theme causing weird white border around windows in some apps.
I am running Paper Theme on Unity (I know it is a gtk theme but everything else works well) and the theme causes an ugly white border around some windows (Files app, Font viewer etc.) which is not visible when I use other themes. Is this a problem at your end or am I doing something wrong?
@shreyasminocha I suspect this has something to do with client-side decoration, as seen in Numix theme #206 and #281.
Well this is very strange.
Which version of Ubuntu?
I think this is connected with compiz and nautilus. All I figured out is that windows look ok after nautilus -q && nautilus -n
command till next logout. After restart issue comes back.
Hey.
This is the same case like in: https://github.com/numixproject/numix-gtk-theme/issues/206
For me works fix in file /usr/share/themes/Paper/gtk-3.18/gtk.css
:
.solid-csd .window-frame {
border-radius: 5px;
margin: 0px;
background-color: #f7f7f7;
border: 0px solid #c9c9c9;
box-shadow: none;
}
Notice border-radius
and margin
properties.
@snwh consider to add fix to the repo.