Bug 965550 - Tab stip doesn't touch scroll if last tab is partially visible. r=mbrubeck, a=sledru
--- a/browser/metro/theme/browser.css
+++ b/browser/metro/theme/browser.css
@@ -122,16 +122,22 @@
background-color: rgb(90, 91, 95);
position: absolute;
top: 0;
right: calc(@tabs_scrollarrow_width@ + @newtab_button_width@); /* .scrollbutton-down width + #newtab-button width */
width: 1px;
height: @tabs_height@;
}
+/* Hack for bug 965550 */
+.tabs-scrollbox > .arrowscrollbox-scrollbox > .scrollbox-innerbox {
+ -moz-padding-start: calc(2 * @tabs_scrollarrow_width@);
+ -moz-margin-start: calc(-2 * @tabs_scrollarrow_width@);
+}
+
#tabs-container[viewstate="snapped"] {
visibility: hidden;
}
@-moz-keyframes open-documenttab {
0% {
opacity: 0;
transform: scale(0, 0);