X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=f6deeb1f12b43b4dd0fd63b1b389f91285e55a02;hp=dd46d0bec4483623088d47d613bce5f5998a6c54;hb=a066b053127a90d6fe01362412694c7732d72845;hpb=570c53ea16492622075efba14d5a5f363bc8e8b6 diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index dd46d0be..f6deeb1f 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -101,7 +101,10 @@ scrollbarbutton { scrollbarbutton:hover:active, scrollbarbutton[active="true"] { border-style: inset; - padding: 2px 0px 0px 2px; + padding-top: 2px; + padding-bottom: 0px; + -moz-padding-start: 2px; + -moz-padding-end: 0px; } /* XXX - scrollbar.xml always grabs the OS settings and we don't want that */ @@ -202,7 +205,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" html|div scrollbarbutton, html|div scrollbarbutton[active="true"] { - background: -moz-Dialog no-repeat 0px 1px; + background: -moz-Dialog no-repeat 50% 50%; min-width: 16px; min-height: 16px; } @@ -212,7 +215,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; - background-position: 1px 2px; + background-position: 60% 60%; } /* ..... increment .... */