Skip to content

Commit

Permalink
small improvements/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptaiNiveau committed Oct 13, 2023
1 parent bc95753 commit db9e986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Custom Styles */

#titlebar {
appearance: none !important;
appearance: none !important;
}

#sidebar-header {
Expand All @@ -24,7 +24,7 @@ appearance: none !important;
}
#TabsToolbar {
background-image: none !important; /* Windows 7 */
}
/*}
/*
/* referenced from what FF does when using some persona themes */
/* :root {
Expand Down
12 changes: 4 additions & 8 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,20 @@
/* CSD / Window Controls */
/* @import url("./extensions/window_controls.css"); */

#nav-bar {
padding-left: 0px !important;
}

/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
@import url("./extensions/bookmark_arrow.css"); */
@import url("./extensions/bookmark_arrow.css");

/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
@import url("./extensions/superbox_removal.css");

/* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */
@import url("./extensions/avatar_size.css"); */
@import url("./extensions/avatar_size.css");

/* fix sidebar switcher if bookmarks toolbar is hidden */
@import url("./extensions/fix_hidden_bookmarks.css"); */
@import url("./extensions/fix_hidden_bookmarks.css");

/* hide sidebar switcher */
@import url("./extensions/hide_sidebar_switcher.css"); */
@import url("./extensions/hide_sidebar_switcher.css");

/* END EXTENSIONS ========================================================== */

Expand Down

0 comments on commit db9e986

Please sign in to comment.