Skip to content

Commit f75a05b

Browse files
committed
Fix selector for horizontal orientation to work pre-Australis
1 parent 93d2b57 commit f75a05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chrome/skin/https-everywhere.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ toolbar[iconsize="small"] #https-everywhere-button > .https-everywhere-button {
1010
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-16.png");
1111
}
1212

13-
#https-everywhere-button[cui-areatype=toolbar],
14-
#https-everywhere-button[cui-areatype=toolbar] > .https-everywhere-button {
13+
toolbar #https-everywhere-button,
14+
toolbar #https-everywhere-button > .https-everywhere-button {
1515
-moz-box-orient: horizontal;
1616
}
1717

0 commit comments

Comments
 (0)