toolkit/themes/osx/global/shared.inc

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/shared.inc	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +%filter substitution
     1.5 +
     1.6 +%define loweredShadow 0 1px rgba(255, 255, 255, .4)
     1.7 +%define focusRingShadow 0 0 1px -moz-mac-focusring inset, 0 0 4px 1px -moz-mac-focusring, 0 0 1.5px 1px -moz-mac-focusring
     1.8 +
     1.9 +%define roundButtonBorder 1px solid rgba(0,0,0,.35)
    1.10 +%define roundButtonBackground linear-gradient(#f6f6f6, #e9e9e9)
    1.11 +%define roundButtonShadow 0 1px rgba(255,255,255,.5), inset 0 1px 1px rgba(255,255,255,.5)
    1.12 +%define roundButtonPressedBackground #dadada
    1.13 +%define roundButtonPressedShadow 0 1px rgba(255,255,255,.4), inset 0 1px 3px rgba(0,0,0,.2)
    1.14 +
    1.15 +%define scopeBarBackground linear-gradient(#E8E8E8, #D0D0D0) repeat-x
    1.16 +%define scopeBarSeparatorBorder 1px solid #888
    1.17 +%define scopeBarTitleColor #6D6D6D
    1.18 +
    1.19 +%define sidebarItemBorderTop 1px solid #94A1C0
    1.20 +%define sidebarItemBackground linear-gradient(#A0B0CF, #7386AB) repeat-x
    1.21 +%define sidebarItemFocusedBorderTop 1px solid #5382C5
    1.22 +%define sidebarItemFocusedBackground linear-gradient(#6494D4, #2559AC) repeat-x
    1.23 +%define sidebarItemGraphiteBorderTop 1px solid #97A4B1
    1.24 +%define sidebarItemGraphiteBackground linear-gradient(#AAB7C4, #8393A4) repeat-x
    1.25 +%define sidebarItemGraphiteFocusedBorderTop 1px solid #6B798D
    1.26 +%define sidebarItemGraphiteFocusedBackground linear-gradient(#8293A6, #425972) repeat-x
    1.27 +%define sidebarItemInactiveBorderTop 1px solid #979797
    1.28 +%define sidebarItemInactiveBackground linear-gradient(#B4B4B4, #8A8A8A) repeat-x
    1.29 +
    1.30 +%define toolbarbuttonCornerRadius 3px
    1.31 +%define toolbarbuttonBackground linear-gradient(#FFF, #ADADAD) repeat-x
    1.32 +%define toolbarbuttonPressedInnerShadow inset rgba(0, 0, 0, 0.3) 0 -6px 10px, inset #000 0 1px 3px, inset rgba(0, 0, 0, 0.2) 0 1px 3px
    1.33 +%define toolbarbuttonInactiveBorderColor rgba(146, 146, 146, 0.84)

mercurial