~tpeeters/ubuntu-themes/new-back-icon

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.0/gtk-widgets.css

  • Committer: CI bot
  • Author(s): Lars Uebernickel
  • Date: 2014-03-24 18:04:47 UTC
  • mfrom: (369.2.1 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20140324180447-d5vkyv6avlrb4pf5
Sound menu: remove rectangle around play/pause when launching a player

Also set the foreground color for spinners in menus again in gtk-widgets-radiance.css. That file overrides the color set in gtk-widgets.css. Fixes: 1231796

Show diffs side-by-side

added added

removed removed

Lines of Context:
1825
1825
    background-repeat: no-repeat;
1826
1826
}
1827
1827
 
1828
 
.menu.spinner,
 
1828
.menu .spinner,
 
1829
.menu .spinner:hover,
1829
1830
.primary-toolbar .spinner,
1830
1831
.primary-toolbar .spinner,
1831
1832
.menubar.toolbar .spinner,
1833
1834
.header-bar .spinner,
1834
1835
.header-bar .spinner {
1835
1836
    color: @selected_bg_color;
 
1837
    border: none;
 
1838
    box-shadow: none;
1836
1839
}
1837
1840
 
1838
1841
.spinner:active {