WhiteSur-gtk-theme/src/other/firefox/userChrome-Monterey.css

59 lines
2.1 KiB
CSS
Raw Normal View History

/*------------------------USAGE----------------------------
* Remove "/*" at the begining of "@import" line to ENABLE.
* Add "/*" at the begining of "@import" line to DISABLE.
*/
2021-06-24 10:55:17 +08:00
@import "Monterey/theme.css"; /**/
/*--------------Configure your Monterey theme--------------
* ONLY for Monterey theme
* Enable one of these options and disable the other ones.
2020-07-31 14:11:26 +08:00
*/
/* How many buttons on left headerbar */
2021-06-23 13:31:48 +00:00
@import "Monterey/left_header_button_3.css"; /**/
/*@import "Monterey/left_header_button_4.css"; /**/
/*@import "Monterey/left_header_button_5.css"; /**/
/* How many buttons on right headerbar */
2021-06-23 13:31:48 +00:00
@import "Monterey/right_header_button_3.css"; /**/
/*@import "Monterey/right_header_button_4.css"; /**/
/*@import "Monterey/right_header_button_5.css"; /**/
/*--------------Configure common theme features--------------*/
2021-09-05 15:44:47 +08:00
/* Move tab close button to left. */
/*@import "Monterey/left-tab-close-button.css"; /**/
2020-07-31 14:11:26 +08:00
/* Hide the tab bar when only one tab is open (GNOMISH)
* You should move the new tab button somewhere else for this to work, because by
* default it is on the tab bar too. */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/hide-single-tab.css"; /**/
2020-07-31 14:11:26 +08:00
2021-06-29 17:57:14 +08:00
/* Limit the URL bar's autocompletion popup's width to the URL bar's width (GNOMISH)
2020-07-31 14:11:26 +08:00
* This feature is included by default for Firefox 70+ */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/matching-autocomplete-width.css"; /**/
2020-07-31 14:11:26 +08:00
/* Rounded window even when it gets maximized */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/rounded-window-maximized.css"; /**/
2020-07-31 14:11:26 +08:00
/* Active tab high contrast */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/active-tab-contrast.css"; /**/
2020-07-31 14:11:26 +08:00
2021-06-09 08:14:30 +07:00
/* Use system theme icons instead of Adwaita icons included by theme [BUGGED] */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/system-icons.css"; /**/
2020-07-31 14:11:26 +08:00
2021-06-24 10:55:17 +08:00
/* Allow drag window from headerbar buttons (GNOMISH) [BUGGED] */
/* It can activate button action, with unpleasant behavior. */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/drag-window-headerbar-buttons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Make all tab icons look kinda like symbolic icons */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/symbolic-tab-icons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Hide window buttons (close/min/max) in maximized windows */
2021-06-29 17:57:14 +08:00
/*@import "Monterey/hide-window-buttons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Import your custom stylesheet */
2020-07-31 14:11:26 +08:00
@import "customChrome.css"; /**/