diff --git a/userChrome.css b/userChrome.css index c60d730..dbe5d84 100644 --- a/userChrome.css +++ b/userChrome.css @@ -30,16 +30,16 @@ * If you are using it, you might wanna enable the next feature too. Also you * should move the new tab button somewhere else for this to work, because by * default it is on the tab bar too. */ -/*@import "ui/hide-single-tab.css"; /**/ +/*@import "chrome/hide-single-tab.css"; /**/ /* Limit the URL bar's autocompletion popup's width to the URL bar's width */ -/*@import "ui/matching-autocomplete-width.css"; /**/ +/*@import "chrome/matching-autocomplete-width.css"; /**/ /* Use GNOME stack icons */ -/*@import "ui/gnome-icons.css"; /**/ +/*@import "chrome/gnome-icons.css"; /**/ /* Make all tab icons look kinda like symbolic icons */ -/*@import "ui/symbolic-tab-icons.css"; /**/ +/*@import "chrome/symbolic-tab-icons.css"; /**/ /* Import a custom stylesheet * Everything you add in your customChrome.css file (it doesn't exist by