firefox-gnome-theme/userChrome.css

41 lines
1.5 KiB
CSS
Raw Normal View History

2019-06-03 20:47:03 +03:00
/* Import theme */
@import "theme/gnome-theme.css";
/*
2019-06-03 20:47:03 +03:00
* Here you can enable other theme features not included by default.
* To enable a specific feature, uncomment its @import line by removing "/*" at
* the beginning of the line. To disable it, put the "/*" back.
*/
2019-07-17 03:41:32 +03:00
/* Hide the tab bar when only one tab is open (GNOMISH)
2019-07-14 20:01:48 +03:00
* You should move the new tab button somewhere else for this to work, because by
* default it is on the tab bar too. */
2019-06-03 20:47:03 +03:00
/*@import "theme/hide-single-tab.css"; /**/
/* Use square title buttons old style */
/*@import "theme/square-title-buttons.css"; /**/
/* Use normal width tabs */
/*@import "theme/normal-width-tabs.css"; /**/
/* Active tab high contrast */
/*@import "theme/active-tab-contrast.css"; /**/
2019-07-17 03:41:32 +03:00
/* Use system theme icons instead of Adwaita icons included by theme */
/*@import "theme/system-icons.css"; /**/
2019-05-07 06:32:43 +03:00
/* Allow drag window from headerbar buttons (GNOMISH) [BUGGED]
* It can activate button action, with unpleasant behavior. */
/*@import "theme/drag-window-headerbar-buttons.css"; /**/
/* Make all tab icons look kinda like symbolic icons */
2019-06-03 20:47:03 +03:00
/*@import "theme/symbolic-tab-icons.css"; /**/
2017-12-15 08:52:44 +02:00
/* Import a custom stylesheet
* Everything you add in your customChrome.css file (it doesn't exist by
* default) will be included here and preserved between updates, so you can move
* your configuration to that file if you don't like setting it up after every
* update. You can also apply your own custom styles in that file. */
@import "customChrome.css"; /**/