mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 15:44:22 +02:00
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;
|
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;
|
||||||
|
#
|
||||||
}
|
#}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user