9 lines
189 B
CSS
9 lines
189 B
CSS
/*
|
|
This is a simple comment that should be written inside the `chrome/userChrome.css`
|
|
*/
|
|
|
|
#urlbar {
|
|
min-width: none !important;
|
|
border: none !important;
|
|
outline: none !important;
|
|
}
|