Bug 428279: tabs shouldn't have bottom-right border radius, patch by Dão Gottwald <dao@mozilla.com>, r=me, a=schrep

git-svn-id: svn://10.0.0.236/trunk@250169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2008-04-14 00:46:34 +00:00
parent 0c14f8fbd9
commit dff016745a

View File

@@ -80,7 +80,6 @@ tab
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 1px;
padding: 1px 4px 2px 4px;
background-color: -moz-Dialog;
color: -moz-DialogText;
@@ -169,4 +168,3 @@ tab[first-tab="true"][selected="true"] {
border-bottom: none;
}