3526# MalcKear
http://userstyles.org/styles/39290/firefox-4-windows-7-style- /* App Menu Button */
- #appmenu-button {
- padding: 0 18px 1px 18px !important;
- }
- #main-window:not([privatebrowsingmode]) #appmenu-button {
- background: transparent -moz-linear-gradient(rgba(29,166,225,1), #1B6FBB 95%) padding-box !important;
- -moz-border-left-colors: rgba(255,255,255,.5) #1B6FBB !important;
- -moz-border-bottom-colors: rgba(255,255,255,.5) #1B6FBB !important;
- -moz-border-right-colors: rgba(255,255,255,.5) #1B6FBB !important;
- box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
- 0 0 2px 1px rgba(255,255,255,.25) inset !important;
- }
- #main-window:not([privatebrowsingmode]) #appmenu-button:hover,
- #main-window:not([privatebrowsingmode]) #appmenu-button[open="true"]{
- background: -moz-radial-gradient(center bottom, farthest-side, rgba(93,199,244,.5) 10%, rgba(93,199,244,0) 70%),
- -moz-radial-gradient(center bottom, farthest-side, rgb(87,163,213), rgba(181,233,244,0)),
- -moz-linear-gradient(#25B6E9, #1B6FBB 95%) padding-box !important;
- box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
- 0 0 1px 0 rgba(255,255,255,1) inset !important
- }
- #main-window:not([privatebrowsingmode]) #appmenu-button[open="true"]{
- box-shadow: 0 0 4px 0 rgba(0,0,0,.35) inset !important;
- }
复制代码 |