Update gtk-widgets.css

Commenting out lines 3240-3247. Unsure of it's purpose, but it's causing a button style border on GTK3 mouse-hover tooltips.
This commit is contained in:
EMH-Mark-I 2017-05-03 22:48:28 -05:00 committed by GitHub
parent ef1d2cca62
commit 1ec377db04

View File

@ -3235,13 +3235,13 @@ GtkBubbleWindow .toolbar {
box-shadow: none; box-shadow: none;
} }
GtkWindow.csd, #GtkWindow.csd,
GtkWindows.ssd { #GtkWindows.ssd {
padding: 4px; # padding: 4px;
border-radius: 0; # border-radius: 0;
border-width: 0px 1px 1px 1px; # border-width: 0px 1px 1px 1px;
border-style: solid; # border-style: solid;
border-color: #c0c0c0 #000 #000 #c0c0c0; # border-color: #c0c0c0 #000 #000 #c0c0c0;
box-shadow: inset 1px 0px #FFF, inset -1px -1px #808080; # box-shadow: inset 1px 0px #FFF, inset -1px -1px #808080;
#
} #}