toolkit/themes/osx/global/shared.inc

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 %filter substitution
michael@0 2
michael@0 3 %define loweredShadow 0 1px rgba(255, 255, 255, .4)
michael@0 4 %define focusRingShadow 0 0 1px -moz-mac-focusring inset, 0 0 4px 1px -moz-mac-focusring, 0 0 1.5px 1px -moz-mac-focusring
michael@0 5
michael@0 6 %define roundButtonBorder 1px solid rgba(0,0,0,.35)
michael@0 7 %define roundButtonBackground linear-gradient(#f6f6f6, #e9e9e9)
michael@0 8 %define roundButtonShadow 0 1px rgba(255,255,255,.5), inset 0 1px 1px rgba(255,255,255,.5)
michael@0 9 %define roundButtonPressedBackground #dadada
michael@0 10 %define roundButtonPressedShadow 0 1px rgba(255,255,255,.4), inset 0 1px 3px rgba(0,0,0,.2)
michael@0 11
michael@0 12 %define scopeBarBackground linear-gradient(#E8E8E8, #D0D0D0) repeat-x
michael@0 13 %define scopeBarSeparatorBorder 1px solid #888
michael@0 14 %define scopeBarTitleColor #6D6D6D
michael@0 15
michael@0 16 %define sidebarItemBorderTop 1px solid #94A1C0
michael@0 17 %define sidebarItemBackground linear-gradient(#A0B0CF, #7386AB) repeat-x
michael@0 18 %define sidebarItemFocusedBorderTop 1px solid #5382C5
michael@0 19 %define sidebarItemFocusedBackground linear-gradient(#6494D4, #2559AC) repeat-x
michael@0 20 %define sidebarItemGraphiteBorderTop 1px solid #97A4B1
michael@0 21 %define sidebarItemGraphiteBackground linear-gradient(#AAB7C4, #8393A4) repeat-x
michael@0 22 %define sidebarItemGraphiteFocusedBorderTop 1px solid #6B798D
michael@0 23 %define sidebarItemGraphiteFocusedBackground linear-gradient(#8293A6, #425972) repeat-x
michael@0 24 %define sidebarItemInactiveBorderTop 1px solid #979797
michael@0 25 %define sidebarItemInactiveBackground linear-gradient(#B4B4B4, #8A8A8A) repeat-x
michael@0 26
michael@0 27 %define toolbarbuttonCornerRadius 3px
michael@0 28 %define toolbarbuttonBackground linear-gradient(#FFF, #ADADAD) repeat-x
michael@0 29 %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
michael@0 30 %define toolbarbuttonInactiveBorderColor rgba(146, 146, 146, 0.84)

mercurial