Create sidebar-remove-browser-outline.css
This commit is contained in:
parent
43afbcf937
commit
6be8f71582
1 changed files with 7 additions and 0 deletions
7
sidebar-remove-browser-outline.css
Normal file
7
sidebar-remove-browser-outline.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/* Remove the built in Browser box outline and box shadow which looks a bit odd with sidebar. [[OPTIONAL]] */
|
||||||
|
#tabbrowser-tabbox {
|
||||||
|
@media (-moz-bool-pref: "sidebar.revamp") {
|
||||||
|
outline: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue