firefox-gnome-theme/userChrome.css

30 lines
778 B
CSS
Raw Normal View History

/* Here you can switch between the dark and the light theme. Don't use both, coz
* it ain't gonna work. */
/* Dark theme */
@import "ui/theme-dark.css"; /**/
/* Light theme */
/*@import "ui/theme-light.css"; /**/
/* Symbolic tab icons */
/*@import "ui/symbolic-tab-icons.css"; /**/
/* Client-side decorations (Fedora only)
* WARNING: This setting is experimental and doesn't work exactly as it should.
* Don't forget to enable widget.allow-client-side-decoration in about:config
* if you're using it. */
2017-12-13 00:47:36 +02:00
@import "ui/fedora-csd.css"; /**/
2017-12-13 00:17:46 +02:00
/* Client-side decorations window buttons options (Fedora only)*/
#nav-bar {
2017-12-13 00:47:36 +02:00
/* Close window button only */
2017-12-13 00:17:46 +02:00
margin-right: 44px;
2017-12-13 00:47:36 +02:00
2017-12-13 00:17:46 +02:00
/* Two window buttons
margin-right: 84px;
*/
2017-12-13 00:47:36 +02:00
/* Three window buttons
margin-right: 124px;
*/
2017-12-13 00:17:46 +02:00
}