mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-13 20:35:31 +02:00
7 lines
258 B
CSS
7 lines
258 B
CSS
/* Styles for both vertical and horizontal tabs */
|
|
@import url('chrome://browser/content/zen-styles/zen-tabs/horizontal-tabs.css');
|
|
@import url('chrome://browser/content/zen-styles/zen-tabs/vertical-tabs.css');
|
|
|
|
#zen-tabbox-wrapper {
|
|
position: relative;
|
|
}
|