/*GtkMenuButton*/ .titlebar .left GtkMenuButton.titlebutton:first-child:hover, .titlebar .right GtkMenuButton.titlebutton:last-child:hover { text-shadow: 0 -1px alpha(black, 0.7); icon-shadow: 0 -1px alpha(black, 0.7); border-image: -gtk-scaled(url("borders/button-border-dark.png"),url("borders/button-border-dark@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; } .titlebar .left GtkMenuButton.titlebutton:first-child:checked, .titlebar .right GtkMenuButton.titlebutton:last-child:checked { text-shadow: 0 -1px alpha(black, 0.7); icon-shadow: 0 -1px alpha(black, 0.7); border-image: -gtk-scaled(url("borders/button-active-border-dark.png"),url("borders/button-active-border-dark@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; }