Bug 628949 - Update visible region / glass regions after we paint. r=roc a=2.0.
[mozilla-central.git] / toolkit / themes / pinstripe / global / shared.inc
blob894a5ed4b1bfb0a19c2d9f525901ec85c3dbc751
1 %filter substitution
3 %define loweredShadow 0 1px rgba(255, 255, 255, .4)
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
6 %define roundButtonBorder 1px solid rgba(0, 0, 0, .4)
7 %define roundButtonBackground -moz-linear-gradient(top, #FFF, #CACACA) repeat-x
8 %define roundButtonShadow 0 1px rgba(255, 255, 255, .4)
9 %define roundButtonPressedBackground #CCC
10 %define roundButtonPressedShadow inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px rgba(255, 255, 255, .4)
12 %define scopeBarBackground -moz-linear-gradient(top, #E8E8E8, #D0D0D0) repeat-x
13 %define scopeBarSeparatorBorder 1px solid #888
14 %define scopeBarTitleColor #6D6D6D
16 %define sidebarItemBorderTop 1px solid #94A1C0
17 %define sidebarItemBackground -moz-linear-gradient(top, #A0B0CF, #7386AB) repeat-x
18 %define sidebarItemFocusedBorderTop 1px solid #5382C5
19 %define sidebarItemFocusedBackground -moz-linear-gradient(top, #6494D4, #2559AC) repeat-x
20 %define sidebarItemGraphiteBorderTop 1px solid #97A4B1
21 %define sidebarItemGraphiteBackground -moz-linear-gradient(top, #AAB7C4, #8393A4) repeat-x
22 %define sidebarItemGraphiteFocusedBorderTop 1px solid #6B798D
23 %define sidebarItemGraphiteFocusedBackground -moz-linear-gradient(top, #8293A6, #425972) repeat-x
24 %define sidebarItemInactiveBorderTop 1px solid #979797
25 %define sidebarItemInactiveBackground -moz-linear-gradient(top, #B4B4B4, #8A8A8A) repeat-x
27 %define toolbarbuttonBorderColor rgba(59, 59, 59, 0.9)
28 %define toolbarbuttonCornerRadius 3px
29 %define toolbarbuttonBackground -moz-linear-gradient(top, #FFF, #ADADAD) repeat-x
30 %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
31 %define toolbarbuttonPressedBackgroundColor #B5B5B5
32 %define toolbarbuttonInactiveBorderColor rgba(146, 146, 146, 0.84)
33 %define toolbarbuttonInactiveBackgroundImage -moz-linear-gradient(top, #FFF, #CCC)