Codebase list sugar-artwork / f1cc110
Merge pull request #78 from samdroid-apps/fix-4901-try2 Explicitly style ToolButton insensitive state, fixes #4901 Ignacio Rodríguez 8 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4848 icon_small = icon_base * 3
4949 icon_large = icon_base * 5
5050
51 disabled_opacity = 0.5
52
5153 }
5254
5355 * {
582584 padding: $(toolbutton_padding)px;
583585 }
584586
587 GtkToolButton .button:insensitive,
588 SugarRadioToolButton .button:insensitive {
589 opacity: $(disabled_opacity);
590 }
591
585592 .toolbar GtkToolButton .button,
586593 SugarPaletteWindowWidget GtkToolButton .button:prelight {
587594 padding: $(toolbutton_padding - default_padding)px;