Bug 639286 - Replace thick transparent border on tabs with proper CSS padding. r=fryn

This commit is contained in:
Dão Gottwald 2011-03-23 12:35:50 +01:00
Родитель 04c00a9a21
Коммит e36a29484b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1552,8 +1552,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
background-size: -moz-calc(100% - 2px) -moz-calc(100% - 2px);
background-repeat: no-repeat;
margin: 0;
padding: 0;
-moz-border-image: url(tabbrowser/tab.png) 6 3 4 / 6px 3px 4px repeat stretch;
padding: 2px 0 4px;
-moz-border-image: url(tabbrowser/tab.png) 4 3 0 / 4px 3px 0 repeat stretch;
border-radius: 7px 7px 0 0;
}