Codebase list sugar-artwork / fd48dd3
3.20: Fix frame wifi device icons hover style Sam Parkinson 8 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
607607 background-clip: padding-box;
608608 }
609609
610 /* Edge case of the wifi toolbuttons in the frame */
611 framewindow toolbutton button:hover {
612 padding: $(toolbutton_padding - default_padding)px;
613 border-width: 0;
614 }
615
610616 toolbutton button:hover:not(:checked),
611617 toolbutton button:hover:not(:checked) * {
612618 background: @black;