2021-06-23 07:58:22 +00:00
|
|
|
/*------------------------USAGE----------------------------
|
|
|
|
* Remove "/*" at the begining of "@import" line to ENABLE.
|
|
|
|
* Add "/*" at the begining of "@import" line to DISABLE.
|
|
|
|
*/
|
|
|
|
|
2020-07-31 18:10:51 +08:00
|
|
|
@import "WhiteSur/theme.css"; /**/
|
2021-06-23 07:58:22 +00:00
|
|
|
|
|
|
|
/*--------------Configure common theme features--------------*/
|
|
|
|
|
2021-09-05 15:44:47 +08:00
|
|
|
/* Move tab close button to left. */
|
|
|
|
/*@import "WhiteSur/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. */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/hide-single-tab.css"; /**/
|
2020-07-31 14:11:26 +08:00
|
|
|
|
|
|
|
/* Limit the URL bar's autocompletion popup's width to the URL bar's width (GNOMISH)
|
|
|
|
* This feature is included by default for Firefox 70+ */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/matching-autocomplete-width.css"; /**/
|
2020-07-31 14:11:26 +08:00
|
|
|
|
2021-02-23 12:38:58 +07:00
|
|
|
/* Rounded window even when it gets maximized */
|
|
|
|
/*@import "WhiteSur/rounded-window-maximized.css"; /**/
|
|
|
|
|
2020-07-31 14:11:26 +08:00
|
|
|
/* Active tab high contrast */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/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] */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/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. */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/drag-window-headerbar-buttons.css"; /**/
|
2020-07-31 14:11:26 +08:00
|
|
|
|
|
|
|
/* Make all tab icons look kinda like symbolic icons */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/symbolic-tab-icons.css"; /**/
|
2020-07-31 14:11:26 +08:00
|
|
|
|
|
|
|
/* Hide window buttons (close/min/max) in maximized windows */
|
2020-07-31 18:10:51 +08:00
|
|
|
/*@import "WhiteSur/hide-window-buttons.css"; /**/
|
2020-07-31 14:11:26 +08:00
|
|
|
|
2021-06-23 07:58:22 +00:00
|
|
|
/* Import your custom stylesheet */
|
2020-07-31 14:11:26 +08:00
|
|
|
@import "customChrome.css"; /**/
|