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:
parent
ef1d2cca62
commit
1ec377db04
|
@ -3235,13 +3235,13 @@ GtkBubbleWindow .toolbar {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
GtkWindow.csd,
|
||||
GtkWindows.ssd {
|
||||
padding: 4px;
|
||||
border-radius: 0;
|
||||
border-width: 0px 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: #c0c0c0 #000 #000 #c0c0c0;
|
||||
box-shadow: inset 1px 0px #FFF, inset -1px -1px #808080;
|
||||
|
||||
}
|
||||
#GtkWindow.csd,
|
||||
#GtkWindows.ssd {
|
||||
# padding: 4px;
|
||||
# border-radius: 0;
|
||||
# border-width: 0px 1px 1px 1px;
|
||||
# border-style: solid;
|
||||
# border-color: #c0c0c0 #000 #000 #c0c0c0;
|
||||
# box-shadow: inset 1px 0px #FFF, inset -1px -1px #808080;
|
||||
#
|
||||
#}
|
||||
|
|
Loading…
Reference in New Issue