This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
forked from darrinhenein/VerticalTabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebExt: Add minimal sidebar which is able to load+change CSS accordin…
…g to settings (darrinhenein#13)
- Loading branch information
Showing
14 changed files
with
445 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
@import "../../template/basic/index.css"; | ||
@import "modifications.css"; | ||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
:root { | ||
/* Tabbrowser */ | ||
--vtr-tabbrowser-background-color: #424F5A; | ||
|
||
/* Tabbar, only used if no Firefox Theme installed */ | ||
--vtr-tabbar-height: 24px; | ||
--vtr-tabbar-background-color: #f1f1f1; | ||
--vtr-tabbar-background-color: #f1f1f1; | ||
|
||
/* Single tab */ | ||
--vtr-tab-text-color: #fbfbfb; | ||
--vtr-tab-background: transparent; | ||
--vtr-tab-height: 28px; | ||
--vtr-tab-min-height: 28px; | ||
--vtr-tab-max-height: 28px; | ||
--vtr-tab-height: 28px; | ||
--vtr-tab-min-height: 28px; | ||
--vtr-tab-max-height: 28px; | ||
--vtr-tab-border: 0; | ||
--vtr-tab-border-radius: 0; | ||
--vtr-tab-border-left: 4px solid transparent; | ||
--vtr-tab-border-bottom: 1px solid #5E6972; | ||
|
||
/* Single tab selected */ | ||
--vtr-tab-selected-text-color: #fbfbfb; | ||
--vtr-tab-selected-background: #343F48; | ||
--vtr-tab-selected-font-weight: 600; | ||
--vtr-tab-selected-text-shadow: none; | ||
--vtr-tab-selected-border-left: 4px solid #ff9500; | ||
--vtr-tab-selected-border-radius: 0; | ||
|
||
/* Single tab pinned */ | ||
--vtr-tab-pinned-text-color: #fbfbfb; | ||
--vtr-tab-pinned-background: #343F48; | ||
--vtr-tab-pinned-font-weight: 600; | ||
--vtr-tab-pinned-text-shadow: none; | ||
--vtr-tab-pinned-border-left: 4px solid #ff9500; | ||
--vtr-tab-pinned-border-radius: 0; | ||
--vtr-tab-pinned-border-radius: 0; | ||
|
||
/* Single tab hover */ | ||
--vtr-tab-hover-background: #5E6972; | ||
|
||
/* Splitter/Separation between tabbar and website */ | ||
--vtr-splitter-background: #d6e5f5; | ||
--vtr-splitter-width: 3px; | ||
--vtr-splitter-border-left-size: 1px; | ||
--vtr-splitter-border-left-color: #fcfcfc; | ||
--vtr-splitter-border-left-color: #fcfcfc; | ||
--vtr-splitter-border-right-size: 1px; | ||
--vtr-splitter-border-right-color: #fcfcfc; | ||
--vtr-splitter-border-right-color: #fcfcfc; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
@import "../../template/basic/index.css"; | ||
@import "modifications.css"; | ||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
:root { | ||
/* Tabbrowser */ | ||
--vtr-tabbrowser-background-color: #424F5A; | ||
|
||
/* Tabbar, only used if no Firefox Theme installed */ | ||
--vtr-tabbar-height: 24px; | ||
--vtr-tabbar-background-color: #f1f1f1; | ||
--vtr-tabbar-background-color: #f1f1f1; | ||
|
||
/* Single tab */ | ||
--vtr-tab-text-color: #fbfbfb; | ||
--vtr-tab-background: transparent; | ||
--vtr-tab-height: 28px; | ||
--vtr-tab-min-height: 28px; | ||
--vtr-tab-max-height: 28px; | ||
--vtr-tab-height: 28px; | ||
--vtr-tab-min-height: 28px; | ||
--vtr-tab-max-height: 28px; | ||
--vtr-tab-border: 0; | ||
--vtr-tab-border-radius: 0; | ||
--vtr-tab-border-left: 4px solid transparent; | ||
--vtr-tab-border-bottom: 1px solid #5E6972; | ||
|
||
/* Single tab selected */ | ||
--vtr-tab-selected-text-color: #fbfbfb; | ||
--vtr-tab-selected-background: #343F48; | ||
--vtr-tab-selected-font-weight: 600; | ||
--vtr-tab-selected-text-shadow: none; | ||
--vtr-tab-selected-border-left: 4px solid #ff9500; | ||
--vtr-tab-selected-border-radius: 0; | ||
|
||
/* Single tab pinned */ | ||
--vtr-tab-pinned-text-color: #fbfbfb; | ||
--vtr-tab-pinned-background: #343F48; | ||
--vtr-tab-pinned-font-weight: 600; | ||
--vtr-tab-pinned-text-shadow: none; | ||
--vtr-tab-pinned-border-left: 4px solid #2292D0; | ||
--vtr-tab-pinned-border-radius: 0; | ||
--vtr-tab-pinned-border-radius: 0; | ||
|
||
/* Single tab hover */ | ||
--vtr-tab-hover-background: #5E6972; | ||
|
||
/* Splitter/Separation between tabbar and website */ | ||
--vtr-splitter-background: #343F48; | ||
--vtr-splitter-width: 3px; | ||
--vtr-splitter-border-left-size: 0; | ||
--vtr-splitter-border-left-color: #343F48; | ||
--vtr-splitter-border-left-color: #343F48; | ||
--vtr-splitter-border-right-size: 0; | ||
--vtr-splitter-border-right-color: #343F48; | ||
--vtr-splitter-border-right-color: #343F48; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
#nav-bar { | ||
box-shadow: none; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
@import "../../template/basic/index.css"; | ||
@import "modifications.css"; | ||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
:root { | ||
/* Tabbrowser */ | ||
--vtr-tabbrowser-background-color: #FBFBFB; | ||
|
||
/* Tabbar, only used if no Firefox Theme installed */ | ||
--vtr-tabbar-height: 24px; | ||
--vtr-tabbar-background-color: #f1f1f1; | ||
--vtr-tabbar-background-color: #f1f1f1; | ||
|
||
/* Single tab */ | ||
--vtr-tab-text-color: #333333; | ||
--vtr-tab-background: transparent; | ||
--vtr-tab-height: 28px; | ||
--vtr-tab-min-height: 28px; | ||
--vtr-tab-max-height: 28px; | ||
--vtr-tab-height: 28px; | ||
--vtr-tab-min-height: 28px; | ||
--vtr-tab-max-height: 28px; | ||
--vtr-tab-border: 0; | ||
--vtr-tab-border-radius: 0; | ||
--vtr-tab-border-left: 4px solid transparent; | ||
--vtr-tab-border-bottom: 1px solid #bbc3cc; | ||
|
||
/* Single tab selected */ | ||
--vtr-tab-selected-text-color: #333333; | ||
--vtr-tab-selected-background: #dadada; | ||
--vtr-tab-selected-font-weight: 600; | ||
--vtr-tab-selected-text-shadow: none; | ||
--vtr-tab-selected-border-left: 4px solid #ff9500; | ||
--vtr-tab-selected-border-radius: 0; | ||
|
||
/* Single tab pinned */ | ||
--vtr-tab-pinned-text-color: #333333; | ||
--vtr-tab-pinned-background: #dadada; | ||
--vtr-tab-pinned-font-weight: 600; | ||
--vtr-tab-pinned-text-shadow: none; | ||
--vtr-tab-pinned-border-left: 4px solid #2292D0; | ||
--vtr-tab-pinned-border-radius: 0; | ||
|
||
/* Single tab hover */ | ||
--vtr-tab-hover-background: #ebebeb; | ||
|
||
/* Splitter/Separation between tabbar and website */ | ||
--vtr-splitter-background: #ebebeb; | ||
--vtr-splitter-width: 3px; | ||
--vtr-splitter-border-left-size: 0; | ||
--vtr-splitter-border-left-color: #ebebeb; | ||
--vtr-splitter-border-left-color: #ebebeb; | ||
--vtr-splitter-border-right-size: 0; | ||
--vtr-splitter-border-right-color: #ebebeb; | ||
--vtr-splitter-border-right-color: #ebebeb; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.