Skip to content

Commit 3ae21d4

Browse files
authored
Fix top border in Firefox (#280)
1 parent 5a9e320 commit 3ae21d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

usr/share/webapp-manager/firefox/profile/chrome/userChrome.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
#nav-bar * {
66
visibility: visible !important;
7-
}
7+
}
8+
9+
#navigator-toolbox {
10+
border-bottom: none !important;
11+
}

0 commit comments

Comments
 (0)